defaults | R Documentation |
Defaults for biocconda
defaultCommand()
defaultDownloadVersion()
defaultMinimumVersion()
defaultCacheDirectory()
The BIOCCONDA_CONDA_COMMAND
environment variable will override the default setting of defaultCommand
.
The BIOCCONDA_CONDA_DOWNLOAD_VERSION
environment variable will override the default setting of defaultDownloadVersion
.
The BIOCCONDA_CONDA_MINIMUM_VERSION
environment variable will override the default setting of defaultMinimumVersion
.
The BIOCCONDA_CONDA_CACHE_DIRECTORY
environment variable will override the default setting of defaultCacheDirectory
.
For defaultCommand
, a string specifying the expected command-line invocation of an existing conda installation.
For defaultDownloadVersion
, a string specifying the version of conda to download if no existing installation can be found.
For defaultMinimumVersion
, a string specifying the minimum version of an existing conda installation.
For defaultCacheDirectory
, a string containing the path to the cache directory for biocconda-managed conda installations.
Aaron Lun
defaultCommand()
defaultDownloadVersion()
defaultMinimumVersion()
defaultCacheDirectory()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.