installr (version 0.21.0)

install.conda: Downloads and installs miniconda

Description

Downloads and installs the latest version of miniconda for Windows.

Usage

install.conda(version = 3, bitNo = "auto", ...)

Arguments

version

2 or 3. Default is 3

bitNo

32 or 64. Defaults is "auto" to check system.

...

extra parameters to pass to install.URL

Value

TRUE/FALSE - was the installation successful or not.

Details

Miniconda is minimal version of anaconda for python.

Examples

Run this code
# NOT RUN {
install.conda() 
install.conda(version = 3)
install.conda(3)
# }

Run the code above in your browser using DataCamp Workspace