fastverse_deps {fastverse} | R Documentation |
List all fastverse dependencies
Description
Lists all fastverse dependencies and the local and repository (e.g. CRAN) versions of packages and dependencies.
Usage
fastverse_deps(
pkg = fastverse_packages(),
recursive = FALSE,
repos = getOption("repos"),
include.self = FALSE,
check.deps = TRUE
)
Arguments
pkg |
character vector of packages to check dependencies and versions of. The default is all fastverse packages. |
recursive |
logical. |
repos |
character vector. Base URL(s) of the repositories to use, e.g., the URL of a CRAN mirror such as |
include.self |
logical. |
check.deps |
logical. |
Value
A data frame giving the package names, the repository and local version, and a logical variable stating whether the local version is behind the repository version.