kevinblighe / EnhancedVolcano

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

Can't seem to install #101

Closed adeslatt closed 2 years ago

adeslatt commented 2 years ago

Hello any recommendations - I am not able to install -- used this and got

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("EnhancedVolcano")

Error appears to be here:

                 from caches.cpp:1:
ft_cache.h:9:10: fatal error: ft2build.h: No such file or directory
    9 | #include <ft2build.h>
      |          ^~~~~~~~~~~~

any suggestions -- everything afterwards fails

sohitmiglani commented 2 years ago

Hi @adeslatt ,

You need the freetype library to continue with this installation.

If you have conda installed, you can simply run conda install -c anaconda freetype. Or you can also use brew for it. It's a compilation library that you'll need to install outside of R before going back into R and then try installing this library.

kevinblighe commented 2 years ago

Thanks @sohitmiglani . Please re-open if the issue persists.