Skip to content

Commit a7d315f

Browse files
author
antocg
committed
missing ggplot2 loading
1 parent 16a9e60 commit a7d315f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pres-en/workshop10-pres-en.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class: inverse, center, middle
6262
```{r install_pkgs, message=FALSE, warning=FALSE, include=FALSE, results=0}
6363
# Standard procedure to check and install packages and their dependencies, if needed.
6464
65-
list.of.packages <- c("remotes", "Hmisc", "labdsv", "MASS", "vegan")
65+
list.of.packages <- c("remotes", "Hmisc", "labdsv", "MASS", "vegan", "ggplot2")
6666
6767
new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]
6868

pres-fr/workshop10-pres-fr.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class: inverse, center, middle
6262
6363
# remotes::install_github("cran/mvpart")
6464
65-
list.of.packages <- c("remotes", "Hmisc", "labdsv", "MASS", "vegan"
65+
list.of.packages <- c("remotes", "Hmisc", "labdsv", "MASS", "vegan", "ggplot2"
6666
#"mvpart"
6767
)
6868

0 commit comments

Comments
 (0)