Re: [R-pkg-devel] access is denied

2019-06-20 Thread Jeff Newmiller
I have not had much luck doing package development on network drives. Try using a local drive. On June 20, 2019 11:26:42 AM CDT, Tomas Kalibera wrote: >If you have not already done so, I'd check the package directory (and >its parent) is not opened in any application, including Windows >Explo

Re: [R-pkg-devel] access is denied

2019-06-20 Thread Tomas Kalibera
If you have not already done so, I'd check the package directory (and its parent) is not opened in any application, including Windows Explorer, including current working directory in any command prompt. I'd also make sure the package is not loaded in any R session. The error message may be caus

[R-pkg-devel] access is denied

2019-06-20 Thread Dennis Boos
Developers, I recently was successful getting a package into CRAN with your help.  But now I'm working on a second package and am stuck immediately.  Here is what I have done. 1. Created the base package using http://r-pkgs.had.co.nz/package.html to get started. 2. Then > library(devtools) >