If you can install a sufficiently-recent R-devel on your machine, you should be able to check this locally using
rcmdcheck::rcmdcheck(env = c("_R_CHECK_RD_VALIDATE_RD2HTML_" = "TRUE"))
2
8
@eddelbuettel , would it be hard to augment github.com/eddelbuettel/crp to detect changes to code in the `tools` directory? This wouldn't tell us about implementation in the CRAN check pipeline but it would be useful ... github.com/wch/r-source/comm… (see also blog.r-hub.io/2019/05/29/kee… )
1
When I first wrote 'crp' it started web scraping. Having svn or git commits is so much more powerful -- but then we all also already have access to r-devel changes.
The next move, if any, should come from any combo of R Core and CRAN to make 'policy' changes public for us.
Aug 15, 2022 · 2:33 AM UTC
4


