[Rcpp-devel] sourec repo: travis.yml
Dirk Eddelbuettel
edd at debian.org
Sat Mar 15 16:33:56 CET 2014
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 at max:~/git/rcpp$ grep "Depends:\|Imports:\|Suggests" DESCRIPTION
Depends: R (>= 3.0.0)
Imports: methods
Suggests: RUnit, inline, rbenchmark, highlight
edd at 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 | edd at debian.org | http://dirk.eddelbuettel.com
More information about the Rcpp-devel
mailing list