Re: [R-pkg-devel] Getting error: Installation failed: Unknown username with my package

2018-07-13 Thread R. Mark Sharp
Gabor, You were exactly right. I do not think I would have caught that at all. I had been going down the wrong path of thinking “Unknown username” was referring to the way I was referring to my own package. I am very grateful, but I must add that I got more enjoyment out of Duncan’s quip. Mar

Re: [R-pkg-devel] Getting error: Installation failed: Unknown username with my package

2018-07-13 Thread Gábor Csárdi
Hi Mark, seems like you have "Remotes: covr" in the DESCRIPTION file, which is not a valid remote specification: https://github.com/rmsharp/nprcmanager/blob/f93e4e8056a8602654a94fc8685d9ed722c74db1/DESCRIPTION#L31-L32 If you need the CRAN version of covr, remove the Remotes entry. If you need the

Re: [R-pkg-devel] [FORGED] Re: Getting error: Installation failed: Unknown username with my package

2018-07-13 Thread Rolf Turner
Fortune nomination!!! cheers, Rolf -- Technical Editor ANZJS Department of Statistics University of Auckland Phone: +64-9-373-7599 ext. 88276 On 14/07/18 11:52, Duncan Murdoch wrote: On 12/07/2018 11:10 PM, R. Mark Sharp wrote: I had a few week development hiatus with github.com/rmsharp/np

Re: [R-pkg-devel] Getting error: Installation failed: Unknown username with my package

2018-07-13 Thread Duncan Murdoch
On 12/07/2018 11:10 PM, R. Mark Sharp wrote: I had a few week development hiatus with github.com/rmsharp/nprcmanager and when I tried to get a Travis build to work it failed. All of my local builds are working without errors or warnings, but the devtools::install_github(“rmsharp/nprcmanager”)

[R-pkg-devel] Getting error: Installation failed: Unknown username with my package

2018-07-13 Thread R. Mark Sharp
I had a few week development hiatus with github.com/rmsharp/nprcmanager and when I tried to get a Travis build to work it failed. All of my local builds are working without errors or warnings, but the devtools::install_github(“rmsharp/nprcmanager”) fails with this error message > library(devto

Re: [R-pkg-devel] structure of R package

2018-07-13 Thread Duncan Murdoch
On 10/07/2018 9:48 AM, Τόλης Χαλκής wrote: Dear all, this period i am working on a gsoc project. We develop a c++ library with a R interface using Rcpp and we plan to submit it to CRAN. We use the default Rcpp package structure in a folder /root/R-proj. The c++ headers files are into a folder /r