Entering edit mode
layeb
•
0
@layeb-15273
Last seen 6.7 years ago
Hi,
I would like to install the package DESeq2, however it doesnt look to work with the last version of R...
> install.packages("DESeq2")
Warning in install.packages :
package ‘DESeq2’ is not available (for R version 3.4.3)
What should I do ?
Many thanks,
Leila
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("DESeq2")
I am using this command but still, an error is occurring ERROR: configuration failed for package ‘XML’
The downloaded source packages are in ‘/tmp/RtmpVSJdAc/downloaded_packages’ Installation paths not writeable, unable to update packages path: /usr/lib/R/library packages: Matrix, mgcv There were 15 warnings (use warnings() to see them)
What should I do ?
many Thanks
See the FAQ about installing on Linux.
Hello Sir,
as per your answer, I am using this command but still not installing my DESeq2 tool ( I am updating my PC too)
http://bioconductor.org/packages/release/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#i-have-trouble-installing-deseq2-on-ubuntulinux -- FAQ
sudo apt install libxml2-dev sudo apt install llibcurl4-openssl-dev
sessionInfo()
‘/tmp/RtmpTbMiir/downloaded_packages’ Warning messages: 1: In .inet_warning(msg) : installation of package ‘openssl’ had non-zero exit status 2: In .inet_warning(msg) : installation of package ‘httr’ had non-zero exit status 3: In .inet_warning(msg) : installation of package ‘KEGGREST’ had non-zero exit status 4: In .inet_warning(msg) : installation of package ‘AnnotationDbi’ had non-zero exit status 5: In .inet_warning(msg) : installation of package ‘annotate’ had non-zero exit status 6: In .inet_warning(msg) : installation of package ‘genefilter’ had non-zero exit status 7: In .inet_warning(msg) : installation of package ‘geneplotter’ had non-zero exit status 8: In .inet_warning(msg) : installation of package ‘DESeq2’ had non-zero exit status
please help me to solve this error
Thanks in advance
Find the first error in the installation script and try to work out solving that one. It looks like it is openssl.