list_CondaPkgs {Herper}R 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

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

[Package Herper version 1.0.2 Index]