From 0660340e56f213bca6db28973bc29ab1a88b943a Mon Sep 17 00:00:00 2001 From: "Brian G. Barkley" Date: Wed, 3 May 2017 08:56:15 -0400 Subject: [PATCH] Correct small typo in intro.Rmd (#492) Last sentence in section 1.4.1: R should be changed to "putting it off only makes it worse" or "putting it off will only make it worse". --- intro.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.Rmd b/intro.Rmd index 7bf3462..deccab5 100644 --- a/intro.Rmd +++ b/intro.Rmd @@ -103,7 +103,7 @@ There are four things you need to run the code in this book: R, RStudio, a colle To download R, go to CRAN, the **c**omprehensive **R** **a**rchive **n**etwork. CRAN is composed of a set of mirror servers distributed around the world and is used to distribute R and R packages. Don't try and pick a mirror that's close to you: instead use the cloud mirror, , which automatically figures it out for you. -A new major version of R comes out once a year, and there are 2-3 minor releases each year. It's a good idea to update regularly. Upgrading can be a bit of a hassle, especially for major versions, which require you to reinstall all your packages, but putting it off only make it worse. +A new major version of R comes out once a year, and there are 2-3 minor releases each year. It's a good idea to update regularly. Upgrading can be a bit of a hassle, especially for major versions, which require you to reinstall all your packages, but putting it off only makes it worse. ### RStudio