From 303b3100b6155587c97c5cfc0bebbf61ef97d8a7 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Sun, 13 Jun 2021 08:36:20 -0400 Subject: [PATCH] Actually I think I am getting close now... --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ca32904e6..d74b979875 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -135,6 +135,7 @@ jobs: remotes::install_cran("digest", force=TRUE) remotes::install_cran("ps", force=TRUE) remotes::install_cran("processx", force=TRUE) + remotes::install_cran("Rcpp", force=TRUE) shell: Rscript {0} - name: Check