Entering edit mode
laksharikrish
•
0
@laksharikrish-9680
Last seen 7.1 years ago
I need to work with edgeR and im trying to upgrade Bioconductor but im getting the error
1. source("http://bioconductor.org/biocLite.R")
Bioconductor version 3.2 (BiocInstaller 1.20.1), ?biocLite for help
2. biocLite("BiocUpgrade")
Error: Bioconductor version 3.2 cannot be upgraded with R version 3.2.2
Which version of R need to be installed? Could anyone help.
Firstly sorry for posting in the wrong place.
But when I try to do biocLite("edgeR"). I get many fatal errors like
Are there any additional packages need to be installed?
You seem to have edited something, as the email I got is different than what I see above. Anyway, in the email you have this:
Warning: R include directory is empty -- perhaps need to install R-devel.rpm or similar
Which implies that you are missing the headers required to build R packages from source. How you install that is dependent on your distro, and whether or not you have sudo privileges. On an RPM based system (Red Hat, for example) you would do
On a Debian style distro (Debian, Ubuntu, etc) you would instead do
If you don't have sudo privileges, you need to ask your sysadmin to do that for you.
It works! thank you! :)