Unable to install EnhancedVolcano: non-zero exit status
1
0
Entering edit mode
2.9 years ago

Hi everyone,

I'm unable to install R package EnhancedVolcano. I end up getting warning messages mentioning several packages with non-zero exit status.enter image description here

How do I proceed from here?

Harfbuzz EnhancedVolcano R • 2.1k views
ADD COMMENT
2
Entering edit mode

It seems to be unrelated to EnhancedVolcano (I am the EnhancedVolcano maintainer). What were the error messages for these other packages, such as textshaping?

Which command are you using to [try to] install?

ADD REPLY
0
Entering edit mode

Hi sir, sorry for the late reply. I'm still not able to install any of these missing packages. This is an example of 'textshaping'.enter image description here

ADD REPLY
1
Entering edit mode

Can you please read through the error messages and follow the provided advice? For example, read from [ANTICONF]

It seems that you need to install some libraries outside of RStudio

ADD REPLY
3
Entering edit mode
2.9 years ago
ATpoint 81k

The procedure with compilation errors is always the same. Go to the first error message, try to manually compile that tool, address the errors that come up, then try to compile the actual tool you want again. Repeat this until you have success. Usually it comes down to some kind of missing system libraries or dependencies.

Bioconductor also provides a Docker container with all dependencies installed to compile any Bioc tool, see https://github.com/Bioconductor/bioconductor_docker/blob/master/Dockerfile#L33

If you see an error due to missing dependencies and you cannot google-out what the exact lib is that is missing go through this linked Docker file which lists all relevant dependencies, maybe that helps narrowing it down, but usually just googling the error message is enough, as usually a thousand others had the same problem before as well, so there is usually a StackOverflow post addressing this.

ADD COMMENT

Login before adding your answer.

Traffic: 2559 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