Entering edit mode
2.4 years ago
Nickier
▴
20
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 ...
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")