fastverse_packages: List all packages in the fastverse

View source: R/utils.R

fastverse_packagesR Documentation

List all packages in the fastverse

Description

Core packages are first fetched from a project-level configuration file (if found), else from a global configuration file (if found), otherwise the standard set of core packages is returned. In addition, if extensions = TRUE, any packages used to extend the fastverse for the current session (fetched from getOption("fastverse.extend")) are also returned.

Usage

fastverse_packages(extensions = TRUE, include.self = TRUE)

Arguments

extensions

logical. TRUE appends the set of core packages with all packages found in options("fastverse.extend").

include.self

logical. Include the fastverse package in the list?

Value

A character vector of package names.

See Also

fastverse_extend, fastverse

Examples

fastverse_packages()

fastverse documentation built on Sept. 20, 2023, 9:07 a.m.