On 15 March 2014 at 09:04, Thell Fowler wrote: | On the install_r line rbenchmark is listed. Is rbenchmark used in | some way for performance regression testing or simply to support the | build process for the vignettes and such?
Yes, pretty much: edd@max:~/git/rcpp$ grep "Depends:\|Imports:\|Suggests" DESCRIPTION Depends: R (>= 3.0.0) Imports: methods Suggests: RUnit, inline, rbenchmark, highlight edd@max:~/git/rcpp$ You can set things up to not require Suggests: but it is just easier with them. And rbenchmark is in Suggests: as examples use it. Dirk -- Dirk Eddelbuettel | [email protected] | http://dirk.eddelbuettel.com _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
