1

I have updated my R to the latest version, that is R version 3.1.0 beta (2014-03-28 r65330). My problems is that ggplot2 does not have a version that supports this R.

How can I fix this issue? I mean I guess I need to install an earlier version of R, but apart from this, which refers to Windows I hadn't found any specific way to install an older version.

UPDATE

@Yilun Zhang I cannot find the place where I should change the R version. Where should it be:

enter image description here

Community
  • 1
  • 1
Pio
  • 4,044
  • 11
  • 46
  • 81

2 Answers2

4

Just try again or tomorrow.

You ended up with a (March 28) prerelease of R 3.1.0 which came today (April 10). The CRAN mirrors were not yet set up for this (at that point: unreleased) version 3.1.0. They are now. You should find ggplot2.

Dirk Eddelbuettel
  • 360,940
  • 56
  • 644
  • 725
1

If you are using RStudio and have the older r version:

  1. go to the navigation bar
  2. go to tools
  3. Global options
  4. there is a section where you can choose the r version

If you are using just the R console, just go to the old r directory and open it.

TYZ
  • 8,466
  • 5
  • 29
  • 60