loadPackage PackageName
The file PackageName.m2 should be on the load path and should contain a package named PackageName.
If the variable notify is set to true, then an informational message is displayed after the file is loaded.
|
|
If the input is a loaded package, then this command will reload the package instead:
|
In fact this version of the command is simply a convenient shortcut for loadPackage with the option Reload overridden to true.
The object loadPackage is a method function with options.
The source of this document is in Macaulay2Doc/functions/package-doc.m2:688:0.