standardize_pkgs {RInno} | R Documentation |
Standardizes (named or not) character vectors of package dependencies and formats it for config.cfg.
standardize_pkgs(pkgs, check_version = FALSE, names = FALSE)
pkgs |
Processes |
check_version |
Boolean. If true, check to make sure the package version is not ahead of CRAN. |
Package dependency list with version numbers and inequalities. Defaults to paste0(">=", packageVersion(pkg))
.
William Bradley and Jonathan Hill