Package index
-
install_conda() - Install conda
-
find_conda() - Find conda
-
yaml_to_env() - Create conda env from yaml file
-
env_to_yaml() - Create yaml file from env
-
activate_env() - Activate conda env
-
remove_env() - Remove conda environment
-
env_exists() - Check whether a conda env exists
-
which_env() - Print the currently activated conda env
-
list_envs() - List conda envs
-
find_packages() - Find package across all conda envs
-
find_python_path() - Find the python file for a specific env
-
find_env_rlib() - Find the R library for a specific env
-
find_executables_remote() - Find remotely stored executable(s)
-
import_cli() - Import Command Line Interface tool
-
parse_options() - Parse options
-
cmd_print() - Neatly print commands
-
list_yamls() - List included yaml files
-
reticulate - reticulate
-
install_conda_reticulate() - Install conda: reticulate