-
Notifications
You must be signed in to change notification settings - Fork 231
Pull requests
Doug Torrance edited this page Jun 4, 2024
·
21 revisions
Please change the base branch of new pull requests to development
.
If you are adding a new package, then please also do the following:
-
Add the name of your package to the file
M2/Macaulay2/packages/=distributed-packages
. -
Add a "Keywords" option to the call to
newPackage
, e.g.,newPackage("MyPackage", ... Keywords => {"Foo"}, ...)
You can find a list of existing keywords at the packages provided with Macaulay2 documentation page.
-
Make sure that the
DebuggingMode
option tonewPackage
is either removed or set tofalse
.
Homepage | Projects | Packages | Documentation | Events | Google Group