Re: [R-pkg-devel] [EXTERNAL] Re: R CMD build hanging for some but not all packages

2020-02-11 Thread Hong Ooi via R-package-devel
They are scanned probably because R CMD build does something like cp * to copy everything to a temp folder first up, before processing it. An argument could be made that it should manually loop through all files and dirs, checking each against .Rbuildignore before copying. From: Rainer M Krug

Re: [R-pkg-devel] [EXTERNAL] Re: R CMD build hanging for some but not all packages

2020-02-10 Thread Hong Ooi via R-package-devel
That was it; I had a big subdirectory full of stuff I was using to test the package. Removing it caused the build time to drop back to 15 seconds. Thanks! -Original Message- From: Gábor Csárdi Sent: Tuesday, 11 February 2020 3:58 AM To: Hong Ooi Cc: r-package-devel@r-project.org Subjec