Re: [Rcpp-devel] Possible regression in R-3.2.3 or Rcpp 0.12.3

2016-02-01 Thread Paul Johnson
Thanks, KK for studying this one. Am I doing this wrong? > devtools::install_github("thirdwing/Rcpp", ref = "subsetter") Downloading GitHub repo thirdwing/Rcpp@subsetter from URL https://api.github.com/repos/thirdwing/Rcpp/zipball/subsetter Error in download(dest, src, auth) : Not Found (HTTP 404

Re: [Rcpp-devel] Possible regression in R-3.2.3 or Rcpp 0.12.3

2016-02-01 Thread Jonathan Olmsted
Any reason not to get it from RcppCore/Rcpp? History shows the fix was pulled in: https://github.com/RcppCore/Rcpp/commits/master On my end, I just installed Rcpp via > install_github("RcppCore/Rcpp") and then re-installed openxlsx from CRAN via > install.packages("openxlsx") The script I ha

Re: [Rcpp-devel] Possible regression in R-3.2.3 or Rcpp 0.12.3

2016-02-01 Thread Qiang Kou
Hi, Paul, I am sorry I deleted the branch after merging. You can just do as Jonathan said. Best wishes, KK On Mon, Feb 1, 2016 at 11:16 AM, Paul Johnson wrote: > Thanks, KK for studying this one. > > Am I doing this wrong? > > > devtools::install_github("thirdwing/Rcpp", ref = "subsetter") >

Re: [Rcpp-devel] Possible regression in R-3.2.3 or Rcpp 0.12.3

2016-02-01 Thread Paul Johnson
I confirm you have a solution with GitHub Rcpp. Thanks very much for your effort. pj On Mon, Feb 1, 2016 at 12:06 PM, Qiang Kou wrote: > Hi, Paul, > > I am sorry I deleted the branch after merging. > > You can just do as Jonathan said. > > Best wishes, > > KK > > On Mon, Feb 1, 2016 at 11:16 A