Macaulay2 » Documentation
Packages » Macaulay2Doc > The Macaulay2 language > packages > Package
next | previous | forward | backward | up | index | toc

Package -- the class of all packages

Description

See packages for an overview about using and writing Macaulay2 packages.

Available packages:

Functions useful when using packages:

  • needsPackage -- load a package if not already loaded
  • loadPackage -- load a package
  • installPackage -- load and install a package and its documentation
  • check -- perform tests of a package
  • debug -- open the private dictionary of a package
  • importFrom -- import symbols to the current private dictionary

Functions useful when creating a package:

Functions useful when debugging a package:

  • debugging
  • debug -- open the private dictionary of a package
  • check -- perform tests of a package

Functions that are only rarely used:

See also

Functions and methods returning a package :

Methods that use a package :

For the programmer

The object Package is a type, with ancestor classes MutableHashTable < HashTable < Thing.