devtools icon indicating copy to clipboard operation
devtools copied to clipboard

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

Open hadley opened this issue 3 years ago • 2 comments

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.

hadley avatar Jul 22 '22 16:07 hadley

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

olivroy avatar Jun 07 '24 22:06 olivroy