devtools
devtools copied to clipboard
Should `devtools::check()` also run `pkgdown::check_pkgdown()`?
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.
maybe 'document()' if NAMESPACE changed? https://github.com/r-lib/roxygen2/issues/1561 would be required