forked from jennybc/happy-git-with-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
06_install-r-rstudio.Rmd
19 lines (10 loc) · 987 Bytes
/
06_install-r-rstudio.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Install or upgrade R and RStudio {#install-r-rstudio}
Install pre-compiled binary of R for your OS: <https://cloud.r-project.org>
Install Preview version RStudio Desktop: <https://www.rstudio.com/products/rstudio/download/preview/>
Update your R packages: `update.packages(ask = FALSE, checkBuilt = TRUE)`
Read on for more detail or hand-holding.
## More about R and RStudio
**Get current, people.** You don't want to adopt new things on day one. But at some point, running old versions of software adds unnecessary difficulty.
In live workshops, there is a limit to how much we can help with ancient versions of R or RStudio. Also, frankly, there is a limit to our motivation. By definition, these problems are going away and we'd rather focus on edge cases with current versions, which affect lots of people.
For more guidance on installing or upgrading R and RStudio, go here:
[STAT 545 page on Installing R and RStudio](http://stat545.com/block000_r-rstudio-install.html)