> > | > 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'll name it quickInstall in your honour ;) > > :) > > I haven't even bothered to define an alias or shell script. But it may even > make sense to '--no-EVERYTHING'.
That's what I thought at first, but you can also do --no-libs and --no-R, which would make it very quick to install, but probably not much use for testing... Hadley -- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/ _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
