install_miniconda: Install miniconda

Description Usage Arguments Details Value

View source: R/rminiconda.R

Description

Download the miniconda installer and run it.

Usage

1
2
install_miniconda(version = 3, path = get_miniconda_path(),
  name = "general")

Arguments

version

The major version number of Python (2 or 3). The latest version of the specified major version will be installed.

path

The base directory where all "rminiconda" miniconda installations are located (see get_miniconda_path for more information).

name

The name of the installation.

Details

The name can be thought of as a project name with which to associate your miniconda installation. The miniconda installation will go in {path}/{name}. You can have different installations for different purposes.

Value

NULL (miniconda is installed to a system directory).


ki-tools/rminiconda documentation built on May 17, 2019, 4:22 a.m.