Entering edit mode
shefy
•
0
@shefy-23153
Last seen 4.8 years ago
hello
I am currently working with R studio (r version 3.6). I have difficulties to install the package: "org.dm.eg.db" i installed BioManager using the folowing:
> if (!requireNamespace("BiocManager", quietly = TRUE)) +
install.packages("BiocManager")
to install the "org.dm.eg.db" package i used:
> BiocManager::install("org.Dm.eg.db")
and then i get the error messege: In install.packages(pkgs = doing, lib = lib, repos = repos, ...) : installation of package ‘org.Dm.eg.db’ had non-zero exit status
What is that mean and what should I do?
Regards
What is the first ERROR that is reported in the output after you say
BiocManager::install("org.Dm.eg.db")
? Also be sure to include the output of thesessionInfo()
command. Here's mine: