Re: [Rcpp-devel] devtools load_all() and modules

2012-03-26 Thread Hadley Wickham
> > | > And you can tell R CMD INSTALL to skip steps like vignettes, tests, > cleanup, > | > ... to just load the R and C++ code. > | > | Do you have a standard set of flags you use: --no-docs --no-html > | --no-multiarch?  I'll probably make a quick_install function for > | devtools.  (Or maybe I

Re: [Rcpp-devel] devtools load_all() and modules

2012-03-26 Thread Dirk Eddelbuettel
On 26 March 2012 at 14:03, Hadley Wickham wrote: | > Plus I call 'g++' et al as 'ccache g++' so it's all cached in case of no | > changes, thanks to the amazing compiler caching package ccache (which is | > pretty standard on Linux). | | Never heard of that before - thanks! Just googled, seems l

Re: [Rcpp-devel] devtools load_all() and modules

2012-03-26 Thread Hadley Wickham
> Plus I call 'g++' et al as 'ccache g++' so it's all cached in case of no > changes, thanks to the amazing compiler caching package ccache (which is > pretty standard on Linux). Never heard of that before - thanks! > And you can tell R CMD INSTALL to skip steps like vignettes, tests, cleanup, >