Download the Miniconda installer, and use it to install Miniconda.
install_miniconda(path = miniconda_path(), update = TRUE, force = FALSE)
The location where Miniconda is (or should be) installed. Note
that the Miniconda installer does not support paths containing spaces. See
miniconda_path for more details on the default path used by reticulate
.
Boolean; update to the latest version of Miniconda after installation?
Boolean; force re-installation if Miniconda is already installed at the requested path?
For arm64 builds of R on macOS, install_miniconda()
will use
binaries from miniforge instead.
Other miniconda-tools:
miniconda_uninstall()
,
miniconda_update()