Skip to content
Prev 37794 / 63424 Next

a small suggestion for improving the building of packages

The phrase that caught my attention in your post is the one about 
"running package.skeleton() over and over".  When I'm developing 
packages, I never run it more than once.  And I usually delete a lot of 
the files it produces (since I like to organize my functions in logical 
batches and  not in separate files).  And once I think I have the file 
structure organized, I put everything under version control and run 
future development out that system.

Can you explain why you would need to re-run package.skeleton()? Is 
there some use case that I am missing?

     Kevin
On 9/16/2010 1:18 PM, Janko Thyson wrote: