Pio
Pio

Reputation: 4064

ggpolt2 not supported in new R

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

Upvotes: 1

Views: 803

Answers (2)

Yilun Zhang
Yilun Zhang

Reputation: 9008

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.

Upvotes: 1

Dirk is no longer here
Dirk is no longer here

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

Related Questions