fastverse_deps {fastverse}R Documentation

List all fastverse dependencies

Description

Lists all fastverse dependencies and the local and 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. TRUE recursively determines all packages required to operate these packages. FALSE will only list the packages and their direct dependencies.

repos

the repositories to use to check for updates. Defaults to getOptions("repos").

include.self

logical. TRUE also includes the fastverse package and checks against the CRAN version.

check.deps

logical. FALSE will not determine dependencies but only display the update status of packages in pkg.

Value

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.

See Also

fastverse_sitrep, fastverse


[Package fastverse version 0.2.3 Index]