ListCondaPackages: List Conda packages.

Description Usage Arguments Value Author(s) Examples

Description

List Conda packages

Usage

1
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

1
2
3
condaDir <- file.path(tempdir(), "r-miniconda")
condaPaths <- install_CondaTools("igv", "herper", pathToMiniConda = condaDir)
list_CondaPkgs("herper", condaDir)

Herper documentation built on Feb. 28, 2021, 2:02 a.m.