yaml_to_env | R Documentation |
Create a conda environment from a yaml file. By default, creates the "echoR" conda env to support echolocatoR.
yaml_to_env(
yaml_path = system.file(package = "echoconda", "conda", "echoR_mini.yml"),
method = c("basilisk", "reticulate"),
conda = "auto",
force_new = FALSE,
show_contents = FALSE,
verbose = TRUE,
...
)
yaml_path |
Path to local or remote yaml file with conda build specifications. |
method |
Method to use to create the conda env:
|
conda |
The path to a |
force_new |
If the conda env already exists,
overwrite it with a new one (DEFAULT: |
show_contents |
Show the contents of the yaml file (if used). |
verbose |
Print messages. |
... |
Additional arguments passed to method-specific conda env build functions:
|
StackOverflow suggestions for cross-platform troubleshooting
Other conda:
activate_env()
,
env_to_yaml()
,
find_env_rlib()
conda_env <- yaml_to_env()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.