Re: [R-pkg-devel] R-devel warning: You used a knitr feature that depends on the digest package.

2018-02-06 Thread Gábor Csárdi
codetools is a recommended package, and it is part of most R installations. builder.r-hub.io is a bit more strict, it does have the recommended packages, on some builders at least, so codetools might be missing. Gabor On Tue, Feb 6, 2018 at 7:22 PM, David Scott wrote: > On a package I help maint

[R-pkg-devel] R-devel warning: You used a knitr feature that depends on the digest package.

2018-02-06 Thread David Scott
On a package I help maintain, we had a note from Kurt about a warning when building vignettes on R-devel. It was Warning: You used a knitr feature that depends on the digest package. Checking the location of the error and googling it, I am pretty certain it comes from cache = true for a chunk