-
Notifications
You must be signed in to change notification settings - Fork 629
/
index.Rmd
12 lines (10 loc) · 905 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
# Welcome! {.unnumbered}
Welcome to the online version of the 2nd edition of **"R Packages"** by [Hadley Wickham](http://hadley.nz) and [Jennifer Bryan](http://jennybryan.org/).
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.
This website is and will always be free, licensed under the [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) License.
If you'd like a physical copy of the book, you can order it on [Amazon](https://www.amazon.com//dp/109813494X?tag=hadlwick-20).