R can install .zip package but not .tar.gz package
0
0
Entering edit mode
22 months 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 ...

enter image description here

enter image description here

R • 618 views
ADD COMMENT
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode

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.

ADD REPLY
1
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 2680 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6