From e91a4513be785ba5c6215b54ed7f02b8b43eb774 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 1 Jul 2024 18:31:43 -0600 Subject: [PATCH] Install various packages --- .github/workflows/R-CMD-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/R-CMD-check.yml b/.github/workflows/R-CMD-check.yml index 38de416..6db0e8f 100644 --- a/.github/workflows/R-CMD-check.yml +++ b/.github/workflows/R-CMD-check.yml @@ -92,6 +92,7 @@ jobs: - name: test mxmaps website if: matrix.config.r == 'release' && matrix.config.os == 'ubuntu-20.04' run: | + Rscript -e "tryCatch({install.packages(c('RJSONIO', 'ggpubr', 'viridis', 'scales', 'sf', 'geojsonio', 'ggrepel', 'leaflet', 'jsonlite'), type = 'source');install.packages('V8', repos = 'http://cran.r-project.org'); remotes::install_github('r-lib/pkgdown'); remotes::install_github('diegovalle/mxmaps');remotes::install_github('Eflores89/inegiR', force = TRUE);}, error = function(e) {quit(status=1)})" ./build_docs.sh - name: coveralls