Skip to content
Back to formatted view

Raw Message

Message-ID: <201106241016.19270.cubranic@stat.ubc.ca>
Date: 2011-06-24T17:16:19Z
From: Davor Cubranic
Subject: [Rcpp-devel] package .onLoad multiple modules
In-Reply-To: <BANLkTiny411KtF+WTJLcm3+=PDK9rDoDQg@mail.gmail.com>

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