### R on UCL Computers UCL Computers have two different versions of R and RStudio installed. Some packages require the newer version of R so make sure you're starting RStudio from the correct folder under the `Start` menu. The old version appears under `Applications Q-S`, while the newer version is under it's own `R 3.2.0` folder.
Old Version, R 3.0.1 New Version, R.3.2.0
The one under Applications Q-S is the old version The one under R 3.2.0 is the newer version
When RStudio starts, the console displays the R version number. ![](../img/rstudio.png) You can also verify by typing `version` at the console. ``` r version ``` _ platform x86_64-apple-darwin13.4.0 arch x86_64 os darwin13.4.0 system x86_64, darwin13.4.0 status major 3 minor 3.2 year 2016 month 10 day 31 svn rev 71607 language R version.string R version 3.3.2 (2016-10-31) nickname Sincere Pumpkin Patch