install_miniconda: install_miniconda

View source: R/install_miniconda.R

install_minicondaR Documentation

install_miniconda

Description

install_miniconda

Usage

install_miniconda(
  path = reticulate::miniconda_path(),
  update = TRUE,
  force = FALSE
)

Arguments

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 reticulate.

update

Boolean; update to the latest version of Miniconda after install? (default: TRUE)

force

Boolean; force re-installation if Miniconda is already installed at the requested path? (default: FALSE)

Value

installs Miniconda at requested path (or skips in case already installed, where reticulate would otherwise throw an error!)


KWB-R/kwb.python documentation built on May 30, 2022, 9:43 a.m.