[Rcpp-devel] Compilation without libR.so ?
Dirk Eddelbuettel
edd at debian.org
Fri Jun 14 13:28:04 CEST 2013
Martin,
On 14 June 2013 at 12:32, Romain Francois wrote:
| Le 14 juin 2013 à 10:40, Martin Jakt <mjakt at 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 | edd at debian.org | http://dirk.eddelbuettel.com
More information about the Rcpp-devel
mailing list