Discussion:
[Rcpp-devel] Rcpp 0.12.17
Dirk Eddelbuettel
2018-05-09 20:47:29 UTC
Permalink
I uploaded Rcpp 0.12.17 to CRAN earlier today --- and for some reason it has
been sitting in the 'pretest/' directory ever since. Anyway; presumably it
will get looked at at some point and re-tested by CRAN.

As before, I also I put it into the Rcpp drat repo from where you can install
the usual way, if you're so inclined:

drat:::add("RcppCore")
install.packages("Rcpp", type="source")

or if you don't have drat installed, directly via

install.packages("Rcpp", type="source", repo="https://RcppCore.github.io/drat")

where type="source" is optional on Linux but mandatory for the OSs to not
have it look for binaries

More at https://rcppcore.github.io/drat/

Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | ***@debian.org
Loading...