conda_install | R Documentation |
Installs a list of packages into a specified conda environment
conda_install(
envname = NULL,
packages,
forge = TRUE,
channel = character(),
pip = FALSE,
pip_options = character(),
pip_ignore_installed = FALSE,
conda = "auto",
python_version = NULL,
...
)
envname |
The name of, or path to, a conda environment. |
packages |
A character vector, indicating package names which should be
installed or removed. Use |
forge |
Boolean; include the conda-forge repository? |
channel |
An optional character vector of conda channels to include.
When specified, the |
pip |
Boolean; use |
pip_options |
An optional character vector of additional command line
arguments to be passed to |
pip_ignore_installed |
Ignore already-installed versions when using pip?
(defaults to |
conda |
The path to a |
python_version |
The version of Python to be installed. Set this if you'd like to change the version of Python associated with a particular conda environment. |
... |
Optional arguments, reserved for future expansion. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.