[Rcpp-devel] Rcpp 0.12.17
    Dirk Eddelbuettel 
    edd at debian.org
       
    Wed May  9 22:47:29 CEST 2018
    
    
  
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 | edd at debian.org
    
    
More information about the Rcpp-devel
mailing list