tests/testthat/_snaps/url_update.md

url_update() rewrites permanently moved URLs in the source

Code
  url_update(root, results = res)
Message
  v Updated: <http://{host}/moved> to <http://{host}/ok> in 'URLS.txt'
  v All URLs are correct!

url_update() also rewrites README.Rmd when updating README.md

Code
  url_update(root, results = res)
Message
  v Updated: <http://{host}/moved> to <http://{host}/ok> in 'README.md'
  v Updated: <http://{host}/moved> to <http://{host}/ok> in 'README.Rmd'
  v All URLs are correct!

url_update() leaves plain errors untouched

Code
  url_update(root, results = res)
Message
  x Error: URLS.txt:1:1 404: Not Found
  http://{host}/notfound
  ^~~


Try the urlchecker package in your browser

Any scripts or data that you put into this service are public.

urlchecker documentation built on July 8, 2026, 5:07 p.m.