Skip to contents

Get a tibble of source urls for a selection of packages

Usage

get_sources_for_selected_packages(view_df)

Arguments

view_df

A data frame as returned by `get_packages_from_view()`

Value

A tibble of 5 columns.

Details

This function returns a data frame with a column `name` giving the name of a package, `version` giving its version, `url` the download url `last_modified` the date on which the package was last modified on CRAN and `size`, the size of the package

Examples

if (FALSE) {
ctv_econ <- get_packages_from_view("Econometrics", date = "2015-01-01")
get_sources_for_selected_packages(ctv_econ)
}