-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combine check_pkgdown()
and pkgdown_sitrep()
#2463
Comments
Also shouldn't |
I would suggest running
Agree that adding |
Hmmmm, but a sitrep function can potentially report things that aren't definitely problems but you might want to look into. I'm not sure whether or not that's the case for the URL stuff in |
* Introduce new `check_urls()` function that reports on url problems with errors and call it in `check_pkgdown()` * `pkgdown_sitrep()` now calls the same functions as `check_pkgdown()` but wrapped in a helper to convert errors to messages * `check_built()` is a separate concern so it's moved to a separate file Fixes #2463. Fixes #2380.
* Introduce new `check_urls()` function that reports on url problems with errors and call it in `check_pkgdown()` * `pkgdown_sitrep()` now calls the same functions as `check_pkgdown()` but wrapped in a helper to convert errors to messages * `check_built()` is a separate concern so it's moved to a separate file * Improve articles checking by reusing reference checks. Fixes #2463. Fixes #2380.
* Introduce new `check_urls()` function that reports on url problems with errors and call it in `check_pkgdown()` * `pkgdown_sitrep()` now calls the same functions as `check_pkgdown()` but wrapped in a helper to convert errors to messages * `check_built()` is a separate concern so it's moved to a separate file * Improve articles checking by reusing reference checks. Fixes r-lib#2463. Fixes r-lib#2380.
Probably want to keep current behaviour where
check
errors andsitrep
does not, but they should perform the same checks.The text was updated successfully, but these errors were encountered: