ListCondaPackages: List Conda packages.

list_CondaPkgsR Documentation

List Conda packages.

Description

List Conda packages

Usage

list_CondaPkgs(env, pathToMiniConda = NULL, pkg = NULL)

Arguments

env

environment to look in

pathToMiniConda

NULL Path to miniconda installation

pkg

Package name. If this is supplied to list_CondaPkg, it will query whether that package is present in the given environment.

Value

Conda package information is printed to the screen. If package name is supplied a TRUE/FALSE will be returned depending on whether that package is present or not.

Author(s)

Matt Paul

Examples

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

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