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
condaexecutable. Use"auto"to allowreticulateto automatically find an appropriatecondabinary. See Finding Conda andconda_binary()for more details.- verbose
Print messages.
- ...
Additional arguments to be passed to install_miniconda.