Skip to contents

Conda Installation

Install and locate conda.

install_conda()
Install conda
find_conda()
Find conda

Environment Management

Create, activate, remove, and query conda environments.

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

Package & Path Discovery

Find packages, executables, and paths within conda environments.

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)

CLI Import

Convert command-line tools into R functions.

import_cli()
Import Command Line Interface tool
parse_options()
Parse options
cmd_print()
Neatly print commands

YAML Utilities

List available YAML environment specs.

list_yamls()
List included yaml files

Other

reticulate
reticulate
install_conda_reticulate()
Install conda: reticulate