View source: R/list_packages.R
list_packages | R Documentation |
Alternative method for finding packages without relying on the (currently)
internal function reticulate::conda_list_packages
.
list_packages(
packages = NULL,
conda_env,
method = c("r", "reticulate", "basilisk"),
conda = "auto",
verbose = TRUE
)
packages |
A package (e.g. |
conda_env |
Conda environments to search in.
If |
method |
Method to use:
|
conda |
The path to a |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.