JoachimGoedhart / VolcaNoseR

Shiny app for making and annotating Volcano plots
https://huygens.science.uva.nl/VolcaNoseR/
GNU General Public License v3.0
20 stars 7 forks source link

Correct package installation instructions #15

Closed jessica-cox closed 1 year ago

jessica-cox commented 1 year ago

The app is really useful! The install instructions I used were: install.packages(c("shiny", "ggplot2", "dplyr", "magrittr", "ggrepel", "DT", "shinycssloaders", "RCurl", "readxl", "ggiraph", "tidyverse"))

I needed the extra packages ggiraph and tidyverse, and needed to pass a vector of package names to the function. The instructions on here didn't work for me.

JoachimGoedhart commented 1 year ago

Thanks for the kind words and sharing what worked for you. I will update the instructions accordingly (Note that the ggplot2, dplyr, magrittr packages are also part of tidyverse and do not need installation when tidyverse is used).

Cheers, Joachim.