[Rcpp-devel] Rcpp 0.12.16
Dirk Eddelbuettel
edd at debian.org
Thu Mar 8 21:35:55 CET 2018
I uploaded Rcpp to CRAN earlier today --- but CRAN also sent a note that they
will have a forced outage due to a power system shutdown so this probably
won't come out as an updated package before some time next week.
But 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 | edd at debian.org
More information about the Rcpp-devel
mailing list