Entering edit mode
10.6 years ago
Max
▴
150
I recently upgraded R on our servers to version 3.0, and when I attempted to to access biomaRt with library("biomaRt")
, I get the error message
Error: package 'biomaRt' was built before R 3.0.0: please re-install it
However, executing the standard command
source("http://bioconductor.org/biocLite.R")
biocLite("biomaRt")
fails to reinstall/update biomaRt, as I get the same error the next time I attempt to access the biomaRt library. What do I need to do in order to reinstall biomaRt for compatibility with R 3.0.0?
It seems as though there's a whole host of dependencies that need to be upgraded, e.g.
In that case try:
but be aware, it is difficult to provide advice since we cannot know the precise history and state of your system.