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 less common on OS X. On Linux is real nice. By the same folks in Oz that gave us Samba and Rsync. | > 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'. Dirk -- "Outside of a dog, a book is a man's best friend. Inside of a dog, it is too dark to read." -- Groucho Marx _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
