Dear All,
I am using Bioconductor 3.9 with R 3.6.0 on Mac OS 10.14.4
When I try to install a program on the Mac Console I get
> BiocManager::install("org.Mm.eg.db")
Bioconductor version 3.9 (BiocManager 1.30.4), R 3.6.0 (2019-04-26)
Installing package(s) 'org.Mm.eg.db'
Error in res0[, "Package"] : subscript out of bounds
** testing if installed package keeps a record of temporary installation path
* DONE (org.Mm.eg.db)
When I run the same command on the command line it works.
> BiocManager::install("org.Mm.eg.db")
Bioconductor version 3.9 (BiocManager 1.30.4), R 3.6.0 (2019-04-26)
Installing package(s) 'org.Mm.eg.db'
also installing the dependencies ‘bit’, ‘prettyunits’, ‘bit64’, ‘blob’, ‘memois
.....
** testing if installed package keeps a record of temporary installation path
* DONE (org.Mm.eg.db)
I would appreciate any suggestions.
Thanks and best wishes, Richard Friedman
What do you mean by the "Mac Console"?
Steve,
Sorry. I meanto to sat, "the RGUI".
Thanks and best wishes, Rich