Skip to content
Prev 6610 / 21312 Next

[Bioc-devel] error: 2 arguments passed to .Internal(ls) which requires 3

On 11/04/2014 11:03 AM, Laurent Gatto wrote:
I saw that you said biocLite('homo.sapiens') and that there was a reference to 
'go.db' (lower case!). It seems really weird that these work ??

 > biocLite('homo.sapiens')
BioC_mirror: http://bioconductor.org
Using Bioconductor version 3.0 (BiocInstaller 1.16.1), R version 3.1.2.
Installing package(s) 'homo.sapiens'
Warning messages:
1: package 'homo.sapiens' is not available (for R version 3.1.2 Patched)
2: Perhaps you meant 'Homo.sapiens' ?

but now I guess this is some of that emacs magic you've got going?
yep, you're right, type="source" wouldn't be relevant on a Linux environment.
Not sure what 'that fails too' means...? I think the package would fail to load 
(next step, library(Homo.sapiens) but not install, and that when it failed to 
load you could do traceback() or options(error=recover); library(Homo.sapiens) 
and gain some insight into what package was actually failing to load.

Martin