Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newspeer1.nac.net!newspump.sol.net!post2.nntp.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail From: David William Annetts Newsgroups: comp.soft-sys.math.mathematica Subject: Re: packages... Date: Wed, 21 May 2014 08:14:05 +0000 (UTC) Sender: steve@smc.vnet.net Approved: Steven M. Christensen , Moderator Message-ID: References: <20140520001625.43D2D6A45@smc.vnet.net> Lines: 25 Organization: Time-Warner Telecom NNTP-Posting-Date: 21 May 2014 08:20:32 GMT NNTP-Posting-Host: 1479f091.news.twtelecom.net X-Trace: DXC=3_X7Y3]6d2>9g9ZDEYmh=8C_A=>8kQj6=;[h;PUXBgb43`G[5H2>>M2EFiONJ7[Go6IQTg_>@=bk9 X-Complaints-To: abuse@twtelecom.net Xref: csiph.com comp.soft-sys.math.mathematica:16953 Absolutely! I suggest looking at the stock packages for how to do this. Graphics & Statistics are good places to start. D. On 20/05/14 08:16, Francisco Gutierrez wrote: > 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 >