Skip to content
Prev 3947 / 12125 Next

[R-pkg-devel] R CMD check works but with devtools::check() examples fail

Barbara,
On 5/15/19 5:09 PM, Barbara Lerner wrote:
Agree with Dirk, and also you are running R CMD check on the current 
directory, whereas Writing R Extensions recommends/insists on checking a 
tarball created using R CMD build:

"It is strongly recommended that the final checks are run on a tar 
archive prepared by R CMD build."

I've no idea how this might change checks (does it still look at 
.Rbuildignore?) but this might introduce additional problems.

Jack