diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 58ac0e150..1ca7bdb62 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -41,7 +41,7 @@ jobs: - name: Install required dependencies for benchmark run: | - install.packages(c("remotes", "bench", "dplyr", "tidyr")) + install.packages(c("remotes", "bench", "dplyr", "tidyr", "tinytable")) remotes::install_github("DavisVaughan/cross") shell: Rscript {0}