Skip to content

Commit

Permalink
update other required pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolerg authored Jan 19, 2023
1 parent e5f0125 commit 9355cf2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions workshops/WorkshopPreparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,9 @@ To avoid having to install additional dependencies *during* the workshop, instal
them ahead of time by copy/paste-ing the following commands in your RStudio `Console`.
If you run into any issues, try running one line at a time.
```r
install.packages("foreach")
install.packages("rmarkdown")
install.packages("gprofiler2")
install.packages("doParallel")
install.packages("reshape2")
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("IHW")
```

**Technical aside:** You may be wondering why you need to install these packages
Expand All @@ -116,4 +113,4 @@ That's it! Thank you for getting this far. I look forward to the workshop!
---

Author: Nicole Gay
Updated: 1/12/23
Updated: 1/18/23

0 comments on commit 9355cf2

Please sign in to comment.