Skip to content
Prev 5565 / 21312 Next

[Bioc-devel] Packaging a medium/large project

Hi Ushi,

For an R package, you would like to get rid of the 'source' calls
completely.  You would want to design your code such that different
tasks are represented as different functions.  If you have all these
functions in the 'R' directory of your package, you can access them
easily and do not have to worry about scoping.  You can find more
details at http://cran.r-project.org/doc/manuals/R-exts.html.

Best wishes
Julian
On 16/04/14 13:57, ushi wrote: