-
Notifications
You must be signed in to change notification settings - Fork 637
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Mention and link the license * Add Amazon link
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Welcome! {.unnumbered} | ||
|
||
Welcome to R packages by [Hadley Wickham](http://hadley.nz) and [Jennifer Bryan](http://jennybryan.org/). | ||
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 is the online version of the 2nd edition of the book. | ||
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). |