Hello:
Hadley Wickham's otherwise wonderful "R packages" book recommends
using "devtools::build_win()" in the "Test environments" section of his
chapter on "Releasing a package". However, devtools 2.2.1, which seems
to be the current version, contains no such "build_win" function.
Hi,
see devtools::check_win_devel and https://github.com/r-lib/revdepcheck
for the current implementations for these.
Gabor
On Thu, Oct 31, 2019 at 5:09 PM Spencer Graves
wrote:
>
> Hello:
>
>
>Hadley Wickham's otherwise wonderful "R packages" book recommends
> using "devtools::build_w
There's a revdepcheck package (seems to be only on GitHub?):
https://github.com/r-lib/revdepcheck
It's pretty robust and feature-ful (I'm currently 4 hours into a
6-hour batch job checking the lme4 reverse dependencies on 6 cores in
parallel ... I think the RStudio folks use it for even big