r-lib / devtools

Tools to make an R developer's life easier
https://devtools.r-lib.org
Other
2.39k stars 760 forks source link

Should `devtools::check()` also run `pkgdown::check_pkgdown()`? #2449

Open hadley opened 2 years ago

hadley commented 2 years ago

If pkgdown is installed, and _pkgdown.yml is present.

That would make it harder to add a new function and forget to add to the pkgdown reference index.

olivroy commented 4 months ago

maybe 'document()' if NAMESPACE changed? https://github.com/r-lib/roxygen2/issues/1561 would be required