NAME
ReloadPackage — Because calling package require alone does not work.
SYNOPSIS
ReloadPackage Name ?Version?
DESCRIPTION
Return Value
None.
Arguments
NameName of the package.
VersionVersion number to reload. Optional.
More Info
Calls package forget and then package require for the given package in order to reload it. Note that this currently does not reload package dependencies. If you have changed multiple packages, you will have to reload each to pick up all the changes.

Note also that this uses the -exact flag with the version.


For information regarding exceptions / errors, see here.
EXAMPLES
% ReloadPackage gen
SEE ALSO
package
KEYWORDS
execute, file