From 102f904e835f74cdd92fa4e769fcfaa88c9bae91 Mon Sep 17 00:00:00 2001 From: Stephan Meylan Date: Thu, 29 Aug 2024 17:18:08 -0700 Subject: [PATCH] Update test_import.yml --- .github/workflows/test_import.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_import.yml b/.github/workflows/test_import.yml index 2c4532a..470beeb 100644 --- a/.github/workflows/test_import.yml +++ b/.github/workflows/test_import.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | - install.packages('remotes','purrr','dplyr','here','tidyr') + install.packages(c('remotes','purrr','dplyr','here','tidyr')) remotes::install_github("langcog/peekbankr", force=T) shell: Rscript {0}