
Install/Update R & RStudio
The workshops run more smoothly when everyone is using the same version of R and tidyverse. Please update R and tidyverse, if necessary (and less crucially, RStudio).
Verify R version
Open RStudio. At the top of the Console you will see session info. The first line tells you which version of R you are using. If RStudio is already open and you’re deep in a session, type to print out the R version.
Do you have R version (“Eggshell Igloo”) installed?
- No - follow the instructions for “Updating R”
- Yes - Great! Do you have tidyverse installed?
- No or I don’t know - See “Installing tidyverse”
- Yes - Great! Go to Go to Tools > Check for Package Updates. If there’s an update available for tidyverse, install it.
You are ready for Data Science Essentials for R!
Updating R/RStudio/Tidyverse
Windows
To update R on Windows, try using the package (only for Windows)
- Install and load : and
- Call function. This will start the updating process of your R installation by: “finding the latest R version, downloading it, running the installer, deleting the installation file, copy and updating old packages to the new R installation.”
- From within RStudio, go to Help > Check for Updates to install newer version of RStudio (if available, optional).
You are ready for Data Science Essentials for R!
Mac
On Mac, you can simply download and install the newest version of R. When you restart RStudio, it will use the updated version of R.
- Go to www.cronistalascolonias.com.ar
- Click the link “Rpkg”
- When the file finishes downloading, double-click to install. You should be able to click “Next” to all dialogs to finish the installation.
- From within RStudio, go to Help > Check for Updates to install newer version of RStudio (if available, optional).
- To update packages, go to Tools > Check for Package Updates. If updates are available, select All (or just tidyverse), and click Install Updates.
You are ready for Data Science Essentials for R!
-
-