Hi,
I have had problems installing the "DESeq2" package. I am new to working in R and have had a lot of problems installing DESeq2 package in R. I have tried several installation methods and have not been able to successfully install this package. I keep getting non-zero exit statuses for another package. Here is the error message: Warning message: In install.packages(...) : installation of package ‘GenomeInfoDbData’ had non-zero exit status
Do you think you could help me install this? I've tried a lot of things and I'm stuck. The version of R that I am using right now is 4.0.
Providing the error message is helpful, but what's also helpful is to provide the installation command line you used.
Okay, thank you for letting me know.
I tried installing the "GenomeInfoDbData" before posting this information but it keeps reporting a non-zero exit status. I'll post that information. I tried this code to install Bioconductor and I received this output:
Try answering 'no' when asked to install from source.
When I was prompted with the "Do you want to install from sources the package which needs compilation? (Yes,/no/cancel)" I entered "no" and the attached text is the message that was generated (also, I'm still trying to install the package "DESeq2").
Does that mean that
library(backports)
now works?When I load that package I get the following text:
library(backports)
Attaching package: ‘backports’
The following object is masked from ‘package:phyloseq’:
Also, is there an issue because I'm using Mac OS 10.12.6? I understand that some of the package may be written for a more up to date computer plat form but from my understanding when I replied "no" to the updates I should still be able to use an older version. Is that the correct interpretation?
When I load that package I get the following text:
Also, is there an issue because I'm using Mac OS 10.12.6? I understand that some of the package may be written for a more up to date computer plat form but from my understanding when I replied "no" to the updates I should still be able to use an older version. Is that the correct interpretation?
The above output from
library(backports)
is fine -- nothing to worry about, the most current version of 'backports' easily available for your computer is ready to go...To format text as 'code', select the entire text to be formatted and click on the '101010' button in the formatting bar.
It seemed like you were trying to install DESeq2, but that there were problems with GenomeInfoDbData. I think people were expecting you to enter
as a step in trouble-shooting. What happens now with this command, remembering that you do not wish to install backports from source?