Skip to content

Commit

Permalink
fix typo, remove line about reinstalling packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jtr13 authored Oct 3, 2019
1 parent 1653a14 commit a5efb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rstudio_latest_version <-
```


1. [Install R](https://r4ds.had.co.nz/introduction.html#r2){target="_blank"} (*r4ds*) -- You need to have this installed but you won't open the application since you'll be working in RStudio. If you already installed R, make sure you're current! The latest version of R (as of `r Sys.Date()` is `r r_latest_version`. (You will have to reinstall packages after updating; think of it as good housekeeping.)
1. [Install R](https://r4ds.had.co.nz/introduction.html#r2){target="_blank"} (*r4ds*) -- You need to have this installed but you won't open the application since you'll be working in RStudio. If you already installed R, make sure you're current! The latest version of R (as of `r Sys.Date()`) is `r r_latest_version`.

2. [Install RStudio](https://r4ds.had.co.nz/introduction.html#rstudio3){target="_blank"} (*r4ds*) -- Download the free, Desktop version for your OS. Working in this IDE will make working in R much more enjoyable. As with R, stay current. RStudio is constantly adding new features. The latest version (as of `r Sys.Date()`) is `r rstudio_latest_version`.

Expand Down

0 comments on commit a5efb17

Please sign in to comment.