Error using simpleaffy
1
0
Entering edit mode
jordiroval • 0
@jordiroval-21748
Last seen 4.7 years ago

I have installed simpleaffy package, then when I try to use it appears an error.

library(simpleaffy)
Loading required package: genefilter
Error: package or namespace load failed for ‘genefilter’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘XML’
Error: package ‘genefilter’ could not be loaded

And when I charge the package genefilter:

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

I don't know how to fix this error

software error simpleaffy genefilter • 706 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 9 hours ago
United States

The (repeated) error you get says

there is no package called ‘XML’

Which seems to be a clear indication that you need to install the XML package.

ADD COMMENT

Login before adding your answer.

Traffic: 631 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