listPackages: List packages

Description Usage Arguments Details Value Author(s) Examples

View source: R/listCorePackages.R

Description

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

Usage

1
2
3

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

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

Author(s)

Aaron Lun

Examples

1

basilisk documentation built on Dec. 18, 2020, 2 a.m.