match_pkg_cran: Match Packages with CRAN
Description
Match specific package versions with CRAN.
Usage
match_pkg_cran(pkgs_df, verbose = TRUE)
Arguments
pkgs_df
data.frame
with names of R packages "pkg" and their
corresponding version numbers "vrs".
verbose
logical
should messages be printed or not?
Value
data.frame
with package names (and versions) of dependency
packages matched with CRAN repos.