Reputation: 4064
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:
Upvotes: 1
Views: 803
Reputation: 9008
If you are using RStudio and have the older r version:
If you are using just the R console, just go to the old r directory and open it.
Upvotes: 1
Reputation: 368181
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.
Upvotes: 4