Skip to content

Commit

Permalink
Make landing page more like R4DS
Browse files Browse the repository at this point in the history
* Mention and link the license
* Add Amazon link
  • Loading branch information
jennybc committed Sep 19, 2023
1 parent dd5bf76 commit 174eeb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.Rmd
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).

0 comments on commit 174eeb4

Please sign in to comment.