Download the Miniconda installer, and use it to install Miniconda.
install_miniconda(path = miniconda_path(), update = TRUE, force = FALSE)
| path | The path in which Miniconda will be installed. Note that the
installer does not support paths containing spaces. See miniconda_path
for more details on the default path used by |
|---|---|
| update | Boolean; update to the latest version of Miniconda after install? |
| force | Boolean; force re-installation if Miniconda is already installed at the requested path? |
Other miniconda:
miniconda_path(),
miniconda_update()