Biobase/BioBase capitalization user errors in Windows
1
0
Entering edit mode
@james-wettenhall-153
Last seen 9.6 years ago
Hi, Thanks very much to all Bioconductor developers for version 1.2! Often I can't remember the capitalization in Bioconductor package names, so after running getBioC() to get Bioconductor 1.2, I accidentally typed: library(BioBase) instead of library(Biobase). This is obviously Operating System dependent, but in Windows 2000, R 1.7.0, getPkgVigs and .First.lib gave some rather unfriendly errors, e.g. "packages: Biobase are not installed" : Perhaps one way to get around this is to change the following line in Biobase's getPkgVigs : rows <- match(package, pkgs) to : rows <- match(tolower(package),tolower(pkgs)) Regards, James > library(BioBase) Welcome to Bioconductor Vignettes contain introductory material. To view, simply type: openVignette() For details on reading vignettes, see the openVignette help page. Creating a new generic function for "summary" in package reposTools Synching your local package management information ... Error in getPkgVigs(pkgName) : packages: Biobase are not installed Error in library(BioBase) : .First.lib failed > library(Biobase) Welcome to Bioconductor Vignettes contain introductory material. To view, simply type: openVignette() For details on reading vignettes, see the openVignette help page.
Biobase Biobase • 749 views
ADD COMMENT
0
Entering edit mode
Jeff Gentry ★ 3.9k
@jeff-gentry-12
Last seen 9.6 years ago
> library(BioBase) > instead of > library(Biobase). > This is obviously Operating System dependent, but in Windows 2000, > R 1.7.0, getPkgVigs and .First.lib gave some rather unfriendly > errors, e.g. "packages: Biobase are not installed" : But the name of the package is not 'BioBase', it is 'Biobase'. I realize that sometimes capitalization schemes can be difficult to keep track of, but the only reason you can load the package at all that way is that you're using an OS that has a poor notion of case dependency. -J
ADD COMMENT

Login before adding your answer.

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