search_conda: Search package availabilty

conda_searchR Documentation

Search package availabilty

Description

Search package availabilty

Usage

conda_search(package, channel = NULL, print_out = TRUE, pathToMiniConda = NULL)

Arguments

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.

Value

TRUE/FALSE

Author(s)

Doug Barrows and Matt Paul

Examples

condaPaths <- install_CondaTools("salmon", "herper_env")
conda_search("salmon")

RockefellerUniversity/Herper documentation built on Feb. 19, 2024, 7:29 p.m.