Error with library("GEOquery") in R
1
1
Entering edit mode
8.7 years ago

I am try to load GEOquery using the command library(GEOquery) and I am getting the following error

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called 'XML'
Error: package or namespace load failed for 'GEOquery'

I am new in R. I am using R 3.2.2 and GEOquery_2.34.0.

geoquery R • 4.4k views
ADD COMMENT
2
Entering edit mode
8.7 years ago
george.ry ★ 1.2k

Looks like you need to install the XML package ...

install.packages("XML")
ADD COMMENT
0
Entering edit mode

Thank You @george.ry. It worked.

ADD REPLY

Login before adding your answer.

Traffic: 1703 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6