create_env_cli: Create conda env from yaml: CLI

View source: R/create_env_cli.R

create_env_cliR Documentation

Create conda env from yaml: CLI

Description

Original function for creating conda env from yaml before this was implemented in conda_create.

Usage

create_env_cli(
  yaml_path = system.file(package = "echoconda", "conda/test.yml"),
  conda = "auto",
  force_new = FALSE,
  verbose = TRUE
)

Arguments

yaml_path

Path to local or remote yaml file with conda build specifications.

conda

The path to a conda executable. Use "auto" to allow reticulate to automatically find an appropriate conda binary. See Finding Conda and conda_binary() for more details.

force_new

If the conda env already exists, overwrite it with a new one (DEFAULT: FALSE).

verbose

Print messages.

Source

StackOverflow suggestions for cross-platform troubleshooting


RajLabMSSM/echoconda documentation built on May 21, 2023, 10:19 a.m.