cytoverse_versions: List installed package versions for all packages in the...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

List installed package versions for all packages in the cytoverse

Usage

1
cytoverse_versions(pkgs = "all", include_self = TRUE, print = TRUE)

Arguments

pkgs

A character specifying which packages to list. "all" will include all cytoverse packages while "core" will include only those core packages that will be loaded by library(cytoverse)

include_self

Include cytoverse in the list?

print

Whether to display the formatted versions or simply return them

Value

a named character vector of package versions

Examples

1
2
3
4
## Not run: 
cytoverse_versions()

## End(Not run)

RGLab/cytoverse documentation built on July 17, 2020, 11:38 p.m.