install_conda: Install conda

View source: R/install_conda.R

install_condaR Documentation

Install conda

Description

Install conda if it has not already been installed.

Usage

install_conda(
  method = c("basilisk", "reticulate"),
  conda = "auto",
  verbose = TRUE,
  ...
)

Arguments

method

Method to use:

  • "basilisk"

  • "reticulate"

conda

The path to a conda executable. Use "auto" to allow reticulate to automatically find an appropriate conda binary. See Finding Conda and conda_binary() for more details.

verbose

Print messages.

...

Additional arguments to be passed to install_miniconda.

Examples

echoconda::install_conda()

RajLabMSSM/echoconda documentation built on May 21, 2023, 10:19 a.m.