r-lib / rcmdcheck

Run R CMD check from R and collect the results
https://rcmdcheck.r-lib.org
Other
115 stars 27 forks source link

Check URLs #201

Closed MLopez-Ibanez closed 1 year ago

MLopez-Ibanez commented 1 year ago

Check URLs as R CMD check --as-cran does. (Also required for https://github.com/r-lib/actions/issues/267)

gaborcsardi commented 1 year ago

This is in its own package: https://github.com/r-lib/urlchecker

Of course rcmdcheck will also run CRAN's URL checks, if you have the appropriate R version, and you set the appropriate env vars.