This function installs the Miniforge or Miniconda package manager software
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, software = "miniforge")
# S4 method for class 'character'
installConda(session, software = "miniforge")
# S4 method for class 'missingOrNULL'
installConda(session, software = "miniforge")
# S4 method for class 'Session'
installConda(session, software = "miniforge")
Arguments
- session
Session
object. IfNULL
(default),session()
will be used- software
character. Whether to install the latest release of "miniforge" (Default) or "miniconda".