From a5efb173cd7659b6f265589e7edbff52fa7180e5 Mon Sep 17 00:00:00 2001 From: Joyce Robbins Date: Thu, 3 Oct 2019 19:23:51 -0400 Subject: [PATCH] fix typo, remove line about reinstalling packages --- basics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics.Rmd b/basics.Rmd index 572bf4ecb..dd957af6c 100644 --- a/basics.Rmd +++ b/basics.Rmd @@ -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`.