combined installation of conda/py packages in one call
Usage
conda_py_install(env_name, pkgs = list(conda = "python", py = NULL), ...)
Arguments
- env_name
name of conda environment
- pkgs
named list of conda/py packages to install (default: list(conda = "python", py = NULL))
- ...
additional arguments passed to
install_miniconda