View source: R/create_env_cli.R
create_env_cli | R Documentation |
Original function for creating conda env from yaml before this was implemented in conda_create.
create_env_cli(
yaml_path = system.file(package = "echoconda", "conda/test.yml"),
conda = "auto",
force_new = FALSE,
verbose = TRUE
)
yaml_path |
Path to local or remote yaml file with conda build specifications. |
conda |
The path to a |
force_new |
If the conda env already exists,
overwrite it with a new one (DEFAULT: |
verbose |
Print messages. |
StackOverflow suggestions for cross-platform troubleshooting
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.