Bioconductor Load Namespace Errors
1
0
Entering edit mode
@kristinglass63-11186
Last seen 8.2 years ago

Just loaded R and Bioconductor via biocLite. 

source("https://bioconductor.org/biocLite.R")
biocLite(ALL)

Try to do a couple checks and get these errors:

> library(affy)

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 

  there is no package called ‘zlibbioc’

Error: package or namespace load failed for ‘affy’

> library(affycoretools)

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 

  there is no package called ‘S4Vectors’

Error: package or namespace load failed for ‘affycoretools’

 

 

affy • 1.4k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 10 weeks ago
United States

A library (reported by .libPaths()) that was available when affy was installed is no longer available. Maybe you installed a new R over an old R? You could try to re-install packages biocLite("affy") or trouble-shoot on your end how the libraries that were there when affy was installed originally are no longer available. Be sure that BiocInstaller::biocValid() reports that packages are current; likely you have a mix of packages for different R and Bioconductor releases.

ADD COMMENT

Login before adding your answer.

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