Update intro.Rmd (#458)

typo
This commit is contained in:
S'busiso Mkhondwane 2016-10-07 14:49:59 +02:00 committed by Hadley Wickham
parent 81e8811439
commit c2fbd02328
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ For now, all you need to know is that you type R code in the console pane, and p
### The tidyverse
You'll also need to install some R packages. An R _package_ is a collection of functions, data, and documentation that extends the capabilities of base R. Using packages is key to the successful use of R. The majority of the packages that you will learn in this book are part of the so-called tidyverse. The packages in the tidyverse share a common philosophy of data and R programming, and a designed to work togther naturally.
You'll also need to install some R packages. An R _package_ is a collection of functions, data, and documentation that extends the capabilities of base R. Using packages is key to the successful use of R. The majority of the packages that you will learn in this book are part of the so-called tidyverse. The packages in the tidyverse share a common philosophy of data and R programming, and are designed to work together naturally.
You can install the complete tidyverse with a single line of code: