Pseudocode for new util check_url to validate URLs in R package documentation.
check_urls <- function(path = ".", base_url)
# if pkg - man docs README
# if not check path
# list.files
# file_ext
# if HTML -- what we already have
# If not grepl("^http.*://", file) to find links
# check links
# return data frame: file_name, broken_link