Package development process: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: isbn. Upgrade ISBN10 to ISBN13. | Use this bot. Report bugs. | Suggested by Abductive | Category:Software development process | #UCB_Category 75/120
This is way to hard I don't understand a thing
Line 15:
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.
 
By contrast, an [[R (programming language)|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''. The source code for an R package is contained in a directory with a master "description" file and separate subdirectories for documentation, code, optional data sets suits for unit or regression testing, and perhaps others.<ref>{{cite book|title=Writing R Extensions |authorlink=<!-- R Development Core Team --> |url =https://cran.r-project.org/doc/manuals/R-exts.html }}</ref> A formal package compilation process
<ref>{{cite news
| last = Leisch | first = Friedrich