Skip to content
Prev 2339 / 12125 Next

[R-pkg-devel] Working with R-devel

On Wed, 24 Jan 2018, Uwe Ligges wrote:

            
If you are picking up an R 3.4.x that is trying to load a package
built by R-devel you should also see a warning that the package was
built under R version 3.5.0

If you are not, then you could be picking up an older R-devel from
before the internals change. Probably more likely, the Rcpp being
loaded at that point was built by 3.4.x, which would suggest library
path settings are messed up at that point, but not clear why. [It
might be possible and useful to provide more information about the
broken pieces in the error message but I won't have time to look any
time soon.]

At the moment when it matters I usually use

env R_LIBS=<my R-devel library> R CMD check ...

for checks under R_devel

Best,

luke