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
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
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")
>
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