listPackages: List packages

View source: R/listCorePackages.R

listPackagesR Documentation

List packages

Description

List the set of Python packages (and their version numbers) that are installed in an conda environment.

Usage

listPackages(env = NULL)

listCorePackages()

listPythonVersion(env = NULL)

Arguments

env

A BasiliskEnvironment object specifying the basilisk environment to use.

Alternatively, a string specifying the path to an environment, though this should only be used for testing purposes.

Alternatively, NULL to indicate that the base Conda installation should be used as the environment.

Details

This is provided for informational purposes only; developers should not expect the same core packages to be present across operating systems. ?installConda has some more comments on the version of the conda installer used for each operating system.

Value

For listPackages, a data.frame containing the full, a versioned package string, and package, the package name.

For listPythonVersion, a string containing the default version of Python.

Author(s)

Aaron Lun

Examples

listPackages()
listPythonVersion()


LTLA/basilisk documentation built on Feb. 6, 2024, 2:29 p.m.