From f6f59726a30bfe23136f0f960e1ea899ee16e58d Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Mon, 14 Jun 2021 14:54:39 -0400 Subject: [PATCH] Another one... --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e43652b442..99aa5dcb41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -140,6 +140,7 @@ jobs: remotes::install_cran("magrittr", force=TRUE) remotes::install_cran("testthat", force=TRUE) remotes::install_cran("glue", force=TRUE) + remotes::install_cran("diffobj", force=TRUE) shell: Rscript {0} - name: Check