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