First uses url_check to check and then updates any URLs which are permanent (301) redirects.
url_update(path = ".", results = url_check(path))Path to the package
results from url_check.
The results from url_check(path), invisibly.
if (FALSE) { # \dontrun{
url_update("my_pkg")
} # }