listCorePackages {basilisk}R Documentation

List core packages

Description

List the set of core Python packages (and their version numbers) that are provided by basilisk.

Usage

listCorePackages()

Details

Core Python packages are usually infrastructure packages of some sort that are required by many other Python packages, so maintaining a core installation avoids redundancy and reduces the installation footprint. The composition of the core list is determined by the Anaconda 2019.10 package list for Python 3.7 (https://docs.anaconda.com/anaconda/packages/pkg-docs/). Note that there are subtle differences between the package lists for different operating systems; developers of clients of basilisk should avoid such OS-specific core packages.

Value

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

Author(s)

Aaron Lun

Examples

listCorePackages()


[Package basilisk version 0.99.60 Index]