diff --git a/01-02-setup.Rmd b/01-02-setup.Rmd index d15a9ad..8092a51 100644 --- a/01-02-setup.Rmd +++ b/01-02-setup.Rmd @@ -66,8 +66,8 @@ BiocManager::install(c( The `clusterProfiler`/`enrichplot` chapter mentions `multienrichjam`, a package that converts ORA results from other tools into `enrichplot`-compatible objects. It is **not required** for this workshop, has a large dependency footprint, and is not installed on the workshop VMs. If you'd like to try it on your own computer: ```{r install-multienrichjam, eval = FALSE} -install.packages("remotes") -remotes::install_github("jmw86069/multienrichjam", dependencies = TRUE) +# install.packages("remotes") +# remotes::install_github("jmw86069/multienrichjam", dependencies = TRUE) ```