collect_software_versions | R Documentation |
Collect the version of software and packages loaded for the R session
collect_software_versions(conda_envs, packages = TRUE)
conda_envs |
Names of |
packages |
Should versions of the currently loaded packages be included? |
list(r=Sys.getenv('CONDA_DEFAULT_ENV'),
project=read_dotbabs()$Lims) %>%
collect_software_versions(packages=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.