Package development process

This is an old revision of this page, as edited by Triwbe (talk | contribs) at 12:23, 8 September 2010 (Adding category Category:Software development process (using HotCat)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Software Package Development Process is a system for developing a software package. In this context, a package is a collection of functions written for use in a single language such as Python or R, bundled bundled with documentation. For many programming languages, there are software repositories where people share such packages.

A Python package combines documentation, code and initial set up and possibly examples that could be used as unit tests in a single file. By contrast, an R package has documentation with examples in files separate from the code, possibly bundled with other material such as sample data sets and introductory vignettes.


See also