Runs the url_db_from_package_source
function in the tools package along
with a function to check URLs in un-rendered Rmarkdown vignettes.
Usage
url_check(
path = ".",
db = NULL,
parallel = TRUE,
pool = curl::new_pool(),
progress = TRUE
)
Arguments
- path
Path to the package
- db
A url database
- parallel
If
TRUE
, check the URLs in parallel- pool
A multi handle created by
curl::new_pool()
. IfNULL
use a global pool.- progress
Whether to show the progress bar for parallel checks