[Rcpp-devel] Speed up of the data.frame creation in DataFrame.h
Dirk Eddelbuettel
edd at debian.org
Sat Jun 7 04:47:31 CEST 2014
On 6 June 2014 at 22:16, Dmitry Nesterov wrote:
| It was even simpler, I just ran install.package(“Rcpp") in R and it pulled in all the headers…
Which version? Was that recently?
| I have found the repo, will do the change and then the pull request,
| I assume the regression tests are done on your side?
The tests are part of the sources, which is common for R package.
In general, you want to run 'R CMD check nameOfThePackage/'. In this
particular case you also want to set a variable 'RunAllRcppTests' to 'yes' eg
RunAllRcppTests='yes' R CMD check rcpp
should do.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
More information about the Rcpp-devel
mailing list