conda_create_silentJSON {Herper} | R Documentation |
Reticulate's conda_create with silent output and json output capability
conda_create_silentJSON( envname = NULL, forge = TRUE, channel = character(), conda = "auto" )
forge |
Boolean; include the [Conda Forge](https://conda-forge.org/) repository? |
channel |
An optional character vector of Conda channels to include. When specified, the 'forge' argument is ignored. If you need to specify multiple channels, including the Conda Forge, you can use 'c("conda-forge", <other channels>)'. |
Nothing returned, conda environment created.