Creates a tibble with the urls to the archived sources of a package
Source:R/functions.R
get_archived_sources.Rd
Creates a tibble with the urls to the archived sources of a package
Details
The returned table is the same as the html table that can be found in the CRAN archive url of a package, for instance https://cran.r-project.org/src/contrib/Archive/AER/. The `url` column is added to make it easier to download a source package. This function is used by `get_sources_for_selected_packages()`.