Learn R Programming

rsyncrosim (version 2.0.1)

installConda: Installs Miniconda

Description

This function installs Miniconda to the default installation path within the SyncroSim installation folder. If you already have Conda installed in the non-default location, you can point SyncroSim towards that installation using the condaFilepath function.

Usage

installConda(session)

# S4 method for character installConda(session)

# S4 method for missingOrNULL installConda(session)

# S4 method for Session installConda(session)

Value

Invisibly returns TRUE upon success (i.e.successful install) and FALSE upon failure.

Arguments

session

Session object. If NULL (default), session() will be used

Examples

Run this code
if (FALSE) {
# Install Conda for the default SyncroSim session
installConda()
}

Run the code above in your browser using DataLab