installing packages in bioconductor
0
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
Hi Qizheng, On Feb 28, 2005, at 5:36 AM, Qizheng Sheng wrote: > I am trying to install some packages from the bioconductor website, > using the "www.bioconductor.org/getBioC()" function. However, an > error message appeared, saying, 'Error in Bundle(x) : No slot of name > "Bundle" for this object of class "localPkg" '. Could you tell me > what it means, and how I can solve the problem? I'm pretty sure this means that your R is picking up a very old version of the reposTools library. Without more information about your platform, version of R it is hard to give specific advice. You should be sure you are using R-2.0.1. One thing to try is to remove the reposTools package and try again. After removing reposTools and before running getBioC, try library(reposTools). If it tells you it can't find it, that's good. Otherwise, you have another package library on your search path (see .libPaths()). + seth
reposTools reposTools • 741 views
ADD COMMENT

Login before adding your answer.

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