From c2fbd0232891352ff4fa5be26c310c0bd3265db7 Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Fri, 7 Oct 2016 14:49:59 +0200 Subject: [PATCH] Update intro.Rmd (#458) typo --- intro.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.Rmd b/intro.Rmd index 7bc2405..20dfc65 100644 --- a/intro.Rmd +++ b/intro.Rmd @@ -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: