Learn R Programming

dockr (version 0.8.6)

match_pkg_archive: Match Archived Versions of CRAN Packages

Description

Searches for a specific _archived_ version of an R package dependency on CRAN.

Usage

match_pkg_archive(pkgs_df)

Arguments

pkgs_df

data.frame with names of R packages "pkg" and their corresponding version numbers "vrs".

Value

data.frame with package names (and versions) of dependency packages matched with CRAN repos.