diff --git a/index.Rmd b/index.Rmd index 498d819e8..c78f7b091 100644 --- a/index.Rmd +++ b/index.Rmd @@ -3,7 +3,7 @@ Welcome to 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. +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.