Packages (How to make them?)
Blogs & Slides Only
R package primer a minimal tutorial
By Karl Broman
What is this?
Minimal tutorial about how to write your very own R package.
- Link to tutorial here: https://kbroman.org/pkg_primer/
- Lunk to repo here: https://github.com/kbroman/pkg_primer
Writing an R package from scratch
What is this?
Excerpt from blog: This tutorial is not about making a beautiful, perfect R package. This tutorial is about creating a bare-minimum R package so that you don’t have to keep thinking to yourself, “I really should just make an R package with these functions so I don’t have to keep copy/pasting them like a goddamn luddite.” Seriously, it doesn’t have to be about sharing your code (although that is an added benefit!). It is about saving yourself time. (n.b. this is my attitude about all reproducibility)