tudo-r / BatchExperiments

BatchExperiments: Statistical experiments on batch computing clusters
Other
17 stars 5 forks source link

Support loading development packages in makeExperimentRegistry #9

Closed renozao closed 9 years ago

renozao commented 9 years ago

I usually write R code in packages, straight from the beginning of a project.

It would be nice to be able to provide path to required packages that are to be loaded using devtools::load_all. I can think of the following options to pass package base directories to makeExperimentRegistry:

renozao commented 9 years ago

I realised this should be done in BatchJobs. Opening an issue there.