Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbroman/pkg_primer
R package primer: a minimal tutorial on writing R packages
https://github.com/kbroman/pkg_primer
Last synced: 3 months ago
JSON representation
R package primer: a minimal tutorial on writing R packages
- Host: GitHub
- URL: https://github.com/kbroman/pkg_primer
- Owner: kbroman
- License: other
- Created: 2014-08-27T15:11:37.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-07-09T12:05:26.000Z (4 months ago)
- Last Synced: 2024-07-09T16:47:15.370Z (4 months ago)
- Language: R
- Homepage: https://kbroman.org/pkg_primer
- Size: 210 KB
- Stars: 89
- Watchers: 6
- Forks: 46
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
- License: License.md
Awesome Lists containing this project
README
## R package primer: a minimal tutorial
R packages are the best way to distribute R code and documentation,
and, despite the impression that the official manual
([Writing R Extensions](https://cran.r-project.org/doc/manuals/r-release/R-exts.html))
might give, they are really are rather simple to create.Even for code that you don't plan to distribute, you'll find it is
easier to keep track of your own personal R functions if they are in a
package. And it's good to write documentation, even if it's just for
your future self.[Hadley Wickham](https://hadley.nz) is writing
[a book about the basics of R packages](https://r-pkgs.org/). You might just
jump straight there. But there is value in having a diversity of
resources, so I thought I'd go ahead and write my own minimal tutorial.View the thing [here](https://kbroman.org/pkg_primer).
---
To the extent possible under law,
[Karl Broman](https://github.com/kbroman)
has waived all copyright and related or neighboring rights to
“[R package primer](https://github.com/kbroman/pkg_primer)”.
This work is published from the United States.
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)