Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

packages...

190 views
Skip to first unread message

Francisco Gutierrez

unread,
May 19, 2014, 8:16:29 PM5/19/14
to

Dear Friends:
I want to create a relatively complex package, with the following structure:

`mypackage`Master, which can be invoked if one wants all the utilities, and which calls all the subpackages (each one with several functions)

and

`mypackage`Utilities1, ..., `myPackage`Utilitiesn,

which ought to be available for being called independently if one only needs a couple of specific functions.

Furthermore, `myPackage`Master has common function that all the subpackages need. What is the best way to proceed? Is it possible to put the common functions in the Master package, and that each subpackage calls them when needed?

Thanks for your help
Francisco

David William Annetts

unread,
May 21, 2014, 4:14:05 AM5/21/14
to
Absolutely!

I suggest looking at the stock packages for how to do this. Graphics &
Statistics are good places to start.

D.
0 new messages