conda_search | R Documentation |
Search package availabilty
conda_search(package, channel = NULL, print_out = TRUE, pathToMiniConda = NULL)
package |
Package to search for. If an exact match is found, the funtion will return true (assuming 'package_version' is left NULL or is a valid entry). If there is not an exact match and other packages contain this text, the function will return FALSE but the alternative options will be printed if print_out = TRUE. |
channel |
Channels for to search in (bioconda and conda-forge are defaults). |
print_out |
Either True or FALSE indicating whether to print out information about available builds and channels for the search entry. |
pathToMiniConda |
Path to miniconda installation. If this is set to NULL (default), then the output of 'reticulate::miniconda_path()' is used. |
TRUE/FALSE
Doug Barrows and Matt Paul
condaPaths <- install_CondaTools("salmon", "herper_env")
conda_search("salmon")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.