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")