diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml
index 74ec7b0..c09165e 100644
--- a/.github/workflows/rhub.yaml
+++ b/.github/workflows/rhub.yaml
@@ -38,6 +38,10 @@ jobs:
config: ${{ github.event.inputs.config }}
id: rhub-setup
+ - name: Install dependencies
+ run: install.packages(c("tidyverse", "patchwork", "EnvStats"))
+ shell: Rscript {0}
+
linux-containers:
needs: setup
if: ${{ needs.setup.outputs.containers != '[]' }}
diff --git a/README.Rmd b/README.Rmd
index 430aa45..9ae4d11 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```
-# enONE
+# enONE
diff --git a/README.md b/README.md
index 0092d90..2607bd5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# enONE
+# enONE