Re: [R-pkg-devel] develop package with lots of tcltk in it

2016-05-16 Thread Dalthorp, Daniel
That looks like a solution, Seth. I think it'll work. Before I spend a week or so restructuring code and rewriting some of the critical assignment statements to get the scoping right, I have a couple questions. (1) does the following scheme make sense or is there a more sensible way to pull it

Re: [R-pkg-devel] develop package with lots of tcltk in it

2016-05-13 Thread Thomas J. Leeper
Daniel, It doesn't really sound like you're structuring this in the best way. Your tcltk code should probably be in your /R folder. I don't know why you're proposing to put it in /data. Can you also clarify why your code would generating files in the working directory? This isn't necessary to

Re: [R-pkg-devel] develop package with lots of tcltk in it

2016-05-12 Thread Dalthorp, Daniel
Thanks, Dirk. Sorry for my lack of clarity. I do want to create a package and have created one and it works, but the structure is awkward. I'm hoping someone can help me straighten out the organization. In package/R folder, I have several files that define standalone functions that crunch data.