installConda | R Documentation |
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.
installConda(session, software = "miniforge")
## S4 method for signature 'character'
installConda(session, software = "miniforge")
## S4 method for signature 'missingOrNULL'
installConda(session, software = "miniforge")
## S4 method for signature 'Session'
installConda(session, software = "miniforge")
session |
|
software |
character. Whether to install the latest release of "miniforge" (Default) or "miniconda". |
Invisibly returns TRUE
upon success (i.e.successful
install) and FALSE
upon failure.
## Not run:
# Install miniforge for the default SyncroSim session
installConda()
# Install miniconda for the default SyncroSim session
installConda(software = "miniconda")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.