SaveEnvironments: Export Conda environment.

export_CondaEnvR Documentation

Export Conda environment.

Description

Export Conda environment

Import Conda environment

Usage

export_CondaEnv(
  env_name,
  yml_export = NULL,
  pathToMiniConda = NULL,
  depends = TRUE
)

import_CondaEnv(
  yml_import,
  name = NULL,
  pathToMiniConda = NULL,
  install = TRUE,
  channels = NULL
)

Arguments

env_name

Name of environment you want to save

yml_export

Destination for exported environment yml file

pathToMiniConda

NULL Path to miniconda installation

depends

if FALSE will only include packages explicitly installed and not dependencies

yml_import

conda environment yml file

name

Name of the environment to create.

install

TRUE/FALSE whether to install miniconda at path if it doesn't exist.

channels

Channels for miniconda (bioconda and conda-forge are defaults).

Value

Nothing returned. Output written to file.

Nothing returned. Output written to file.

Author(s)

Matt Paul


RockefellerUniversity/Herper documentation built on Feb. 19, 2024, 7:29 p.m.