Skip to content

Commit

Permalink
Update the versions in this example
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Oct 18, 2021
1 parent 1ce9862 commit 039c791
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install-r-rstudio.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Is your R version "old"? R had a *major* version change in April 2020, with the
Each major version is followed by several years of smaller releases (minor and patch releases). You can be more relaxed about upgrading minor versions, but you still want to stay reasonably current. As the 4.something series unfolds, I advise that you never fall more than 1 minor version behind.
Concrete example: let's pretend the released version of R is still 3.6.3. It's probably OK if you are still on 3.5.3, which is one minor version behind and is called "r-oldrel". Being one minor version behind usually doesn't cause trouble. Once you are 2 minor versions behind (3.4.whatever or earlier in this example), you will start to suffer. In particular, you can no longer install pre-built binary add-on packages from CRAN.
Concrete example: let's say the released version of R is 4.1.1, which may or may not be true when you read this.
It's probably OK if you are still on 4.0.5, which is one minor version behind and is called "r-oldrel".
Being one minor version behind usually doesn't cause trouble.
Once you are 2 minor versions behind (3.6.whatever or earlier in this example), you will start to suffer.
In particular, you can no longer install pre-built binary add-on packages from CRAN.
Is your RStudio "old"? Unless you have a specific reason to prefer the released version, try the Preview. RStudio is fairly conservative with official releases, so the Preview version is used by many people for their daily work. This allows you to enjoy the latest goodies much sooner. The Preview version updates much more frequently (and in smaller increments) than the released version. This is something you might update once every month or so.

0 comments on commit 039c791

Please sign in to comment.