Content deleted Content added
m Minor change Tags: Visual edit Mobile edit Mobile web edit Newcomer task Newcomer task: copyedit |
DavidMCEddy (talk | contribs) m wdsmth |
||
Line 2:
{{tone|date=August 2017}}
{{Lead rewrite|date=July 2023}}
A software '''package development process''' is a system for developing [[Software package (installation)|software packages]].
| last = Chambers | first = John M. | authorlink=John Chambers (statistician)
| title = Software for Data Analysis: Programming with R
Line 8:
| year = 2008
| isbn = 978-0-387-75935-7
}}</ref> It may also include a standard for documentation, thereby making it easier for new users to learn how to use it.
==Discussion==
In this context, a ''package'' is a collection of functions written for use in a single language such as [[Python (programming language)|Python]] or [[R (programming language)|R]]
For example, a [[Python (programming language)|Python]] package combines documentation, code and initial set up and possibly examples that could be used as [[unit testing|unit tests]] in a single file with a "py" extension.
|