Hello Quarto

packages
Author

Dr. Joscelin Rocha-Hidalgo

Published

April 22, 2025

Buy me a coffeeBuy me a coffee


Create your own R package-R Packages

By Hadley Wickham Jennifer Bryan

What is this?

Excerpt from e-book: Packages are the fundamental units of reproducible R code. They include reusable R functions, the documentation that describes how to use them, and sample data. In this book you’ll learn how to turn your code into packages that others can easily download and use. Writing a package can seem overwhelming at first. So start with the basics and improve it over time. It doesn’t matter if your first version isn’t perfect as long as the next version is better.

  1. Link to e-book here: https://r-pkgs.org/
Back to top