Re: [R] Advice collating an R package

2015-11-11 Thread Jeff Newmiller
A) Do you have problem? Have you tried it? B) There is a mailing list for this sort of question... read the Posting Guide. C) What is a constant? In R, it is just another variable. The purpose of packages is to collect variables in namespaces in memory for easy access. Which means that "include

Re: [R] Advice collating an R package

2015-11-11 Thread Duncan Murdoch
On 11/11/2015 7:16 AM, Glenn Schultz wrote: Hi All, When collating a package - where does the file of constants go? I have an R package that defines 36 new classes and the AllClasses file is getting quite long. I would like to re-organize the files the following way - which is also easier for

[R] Advice collating an R package

2015-11-11 Thread Glenn Schultz
Hi All, When collating a package - where does the file of constants go? I have an R package that defines 36 new classes and the AllClasses file is getting quite long.  I would like to re-organize the files the following way - which is also easier for my personal mental map of what is going on.