list_CondaPkgs {Herper} | R Documentation |
List Conda packages
list_CondaPkgs(env, pathToMiniConda = NULL, pkg = NULL)
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. |
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.
Matt Paul
condaDir <- file.path(tempdir(), "r-miniconda") condaPaths <- install_CondaTools("igv", "herper", pathToMiniConda = condaDir) list_CondaPkgs("herper", condaDir)