next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
>
The Macaulay2 language
>
packages
>
installedPackages
installedPackages
Synopsis
Usage:
installedPackages()
Outputs:
a
list
, the entries are strings containing the names of the packages that have been installed in the user's
application directory
.
See also
installPackage
-- load and install a package and its documentation
loadedPackages
-- the list of loaded packages
For the programmer
The object
installedPackages
is
a
function closure
.