Skip to content

Commit

Permalink
Correct small typo in intro.Rmd (hadley#492)
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
BarkleyBG authored and hadley committed May 3, 2017
1 parent 2beb40d commit 0660340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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, <https://cloud.r-project.org>, 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

Expand Down

0 comments on commit 0660340

Please sign in to comment.