Description Usage Arguments Details Value Author(s) Examples
View source: R/listCorePackages.R
List the set of Python packages (and their version numbers) that are installed in an conda environment.
1 2 3 | listPackages(env = NULL)
listCorePackages()
|
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, |
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.
A data.frame containing the full
, a versioned package string, and package
, the package name.
Aaron Lun
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.