Takes a data frame of package names and versions (i.e. The output of list_packages()), and return only the names of packages that are available on CRAN.

list_cran_packages(packages)

Arguments

packages

a data frame of package names and versions (i.e. The output of list_packages())

Value

a vector of package names