Re: Re: Best practice for Mathematica package development
- To: mathgroup at smc.vnet.net
- Subject: [mg77473] Re: [mg77415] Re: Best practice for Mathematica package development
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Sat, 9 Jun 2007 05:41:50 -0400 (EDT)
- References: <f43e7d$mv$1@smc.vnet.net> <200706061044.GAA23649@smc.vnet.net>
On 6/8/07, Andrew Moylan <andrew.j.moylan at gmail.com> wrote: > That seems to be the recommended file layout. But why not just have a > single file, PackageName.m, and put it directly in the $Path? That would work well if you have no other files that you want to distribute with your package. Such files might include license text, readme text, install text, package documentation, etc. -- http://chris.chiasson.name/
- References:
- Re: Best practice for Mathematica package development
- From: Andrew Moylan <andrew.j.moylan@gmail.com>
- Re: Best practice for Mathematica package development