This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R can install .zip package but not .tar.gz package

My R version is 4.2.1 , and had installed Rtools42 . When I install a package which is .tar.gz , R return message "non-zero exit status". My system is Win10, and I have tried many ways but can't solve it, such as open as admin, install with install.packages("xx",type = 'source',repos = NULL) , update the dependent package ...

enter image description here

enter image description here

r

What is the package you are trying to install ? DO.db is a bioconductor package, you may need BiocManager::install("DO.db")

Yes, you are right. I did use BiocManager::install("DO.db") first , but that was not work. I also downloaded the packages and install local, it still doesn't work.

We need to know the complete error you had when running BiocManager::install("DO.db")

0 answers

No answers yet.

Log in to answer this question.