Runs the url_db_from_package_source function in the tools package along
with a function to check URLs in un-rendered Rmarkdown vignettes.
url_check(
path = ".",
db = NULL,
parallel = TRUE,
pool = curl::new_pool(),
progress = TRUE
)Path to the package
A url database
If TRUE, check the URLs in parallel
A multi handle created by curl::new_pool(). If NULL use a global pool.
Whether to show the progress bar for parallel checks
A url_checker_db object (invisibly). This is a check_url_db object
with an added class with a custom print method.
if (FALSE) { # \dontrun{
url_check("my_pkg")
} # }