collect_software_versions: Collect software versions

View source: R/versions.R

collect_software_versionsR Documentation

Collect software versions

Description

Collect the version of software and packages loaded for the R session

Usage

collect_software_versions(conda_envs, packages = TRUE)

Arguments

conda_envs

Names of conda environments to query as a named list. The assumption is that the conda environment(s) actually exist!

packages

Should versions of the currently loaded packages be included?

Examples

list(r=Sys.getenv('CONDA_DEFAULT_ENV'),
     project=read_dotbabs()$Lims) %>%
collect_software_versions(packages=FALSE)


ChristopherBarrington/helpr documentation built on Oct. 25, 2024, 9:17 a.m.