Package development process: Difference between revisions

Content deleted Content added
Line 15:
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 "DESCRIPTION" file and subdirectories "man" containing documentation files, "R", with files of code, and perhaps others. <ref> {{cite book|title=Writing R Extensions |authorlink=<!-- R Development Core Team --> |url =http://cran.r-project.org/doc/manuals/R-exts.html | }} </ref> A formal package compilation process
<ref> {{cite article
| last = Leisch | first = Friedrich | authorlink=Friedrich Leisch
| title = Creating R Packages: A Tutorial
| url =http://cran.r-project.org/doc/contrib/Leisch-CreatingPackages.pdf | }}