7

I can't access many Bioconductor packages in R 3.1.1 and I am quite disappointed with that. How can I downgrade from R 3.1.1 to R 3.0.2 or to some other version?

Note that this solution is not good enough for me as I don't have any issues with Bioconductor installation.

Community
  • 1
  • 1
agondiken
  • 863
  • 1
  • 11
  • 17

2 Answers2

7

As point by @Deleet, this is FOR WINDOWS ONLY.

For the rest of the platforms, see: https://support.rstudio.com/hc/en-us/articles/200486138-Changing-R-versions-for-RStudio-desktop


Go to: Tools > Global Options > press the "Change" button (marked in Yellow) >

enter image description here

Select the version you want to use:

enter image description here

OK > OK > Apply > Restart R

David Arenburg
  • 91,361
  • 17
  • 137
  • 196
  • 3
    Hmm, I really don't have this in my Rstudio. Could be a version problem. [My version](https://raw.githubusercontent.com/algons/coursera/master/Screen%20Shot%202014-07-28%20at%2014.50.00.png) – agondiken Jul 28 '14 at 13:52
  • What Rstudio version do you have? – David Arenburg Jul 28 '14 at 15:48
  • 1
    The menu is there for Windows, not OSX or Linux. https://support.rstudio.com/hc/en-us/articles/200486138-Changing-R-versions-for-RStudio-desktop – CoderGuy123 May 31 '19 at 15:04
0

Although your problem is not clear enough, I think it could be similar to my current problem ... I am not able to install or use Bioconductor 3.0 packages inside Rkward 0.6.2 with R 3.1.1, but with previous versions of R there were no problems.

I do not know the reasons for this problem, but when I tried to install Bioconductor inside a console (xterm for example, I am using Debian 8.0) there were no problems at all.

I used

source("http://bioconductor.org/biocLite.R")
biocLite()

and it worked fine.

I hope it is useful for you.

Sparkup
  • 3,686
  • 2
  • 36
  • 50
eric
  • 1