[Rcpp-devel] package .onLoad multiple modules
On June 23, 2011 08:16:59 PM baptiste auguie wrote:
- could we expect a CRAN release of Rcpp soon? (I am relying on this new argument to loadRcppModules(), which means that my package would currently fail on CRAN, and even on r-forge (I'm not sure how to specify Rcpp >= 0.9.4.2 as import).
Version dependencies can be specified in the package's DESCRIPTION file. I have this in one of my packages: Depends: Rcpp (>= 0.8.6), RcppArmadillo (>= 0.2.6) Davor