match_pkg_cran: Match Packages with CRAN

Description Usage Arguments Value

View source: R/match_pkg_cran.R

Description

Match specific package versions with CRAN.

Usage

1
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.


dockr documentation built on Dec. 20, 2019, 5:06 p.m.

Related to match_pkg_cran in dockr...