kevinblighe / EnhancedVolcano

Publication-ready volcano plots with enhanced colouring and labeling
397 stars 81 forks source link

Trouble installing EnhancedVolcano #99

Closed indraroy closed 2 years ago

indraroy commented 2 years ago

Hi I've been trying to install this package using the recommended commands on the Bioconductor website and I keep getting this same message. I am using R version 4.1.2.

installation of package ‘EnhancedVolcano’ had non-zero exit status

Could you help me?

indraroy commented 2 years ago

For me, installing the development version using the following worked.

.libPaths("~/R/x86_64-pc-linux-gnu-library/4.1") install.packages("devtools") devtools::install_github('kevinblighe/EnhancedVolcano')