| fastverse_deps {fastverse} | R Documentation |
Lists all fastverse dependencies and the local and CRAN versions of packages and dependencies.
fastverse_deps(
pkg = fastverse_packages(),
recursive = FALSE,
repos = getOption("repos"),
include.self = FALSE,
check.deps = TRUE
)
pkg |
character vector of packages to check dependencies and versions of. The default is all fastverse packages. |
recursive |
logical. |
repos |
the repositories to use to check for updates. Defaults to |
include.self |
logical. |
check.deps |
logical. |
A data frame giving the package names, the CRAN and local version, and a logical variable stating whether the local version is behind the CRAN version.