Martin, On 14 June 2013 at 12:32, Romain Francois wrote: | Le 14 juin 2013 à 10:40, Martin Jakt <mj...@z2.keio.jp> a écrit : | > 1. It's slow | | Perhaps look into devtools which might help you with the process.
It's all already there. Just read the output of R CMD check --help carefully. You can turn a lot of (at the time of C++ code writing) auxiliary tests (docs, running examples, ...) off. I also use CC=ccache gcc-4.7 CXX=ccache g++-4.7 which caches compilation. With that, builds are fast, and you still benefit from the R infrastructure around you. Glad you are finding the doxygen documentation useful. I too use it for browsing the class structure. Dirk -- Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel