From e3414b0573216de784b71e5c1303745a924b11a8 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 16 Sep 2023 08:10:32 -0600 Subject: [PATCH] Install ggrepel from source --- .github/workflows/R-CMD-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yml b/.github/workflows/R-CMD-check.yml index 9a33975..2077a55 100644 --- a/.github/workflows/R-CMD-check.yml +++ b/.github/workflows/R-CMD-check.yml @@ -92,7 +92,7 @@ jobs: - name: test site if: matrix.config.r == 'release' && matrix.config.os == 'ubuntu-20.04' run: | - Rscript -e "tryCatch({install.packages(c('remotes', 'sf', 'rgdal', 'rgeos', 'geojsonio', 'ggrepel', 'leaflet', 'jsonlite', 'maptools'), 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');pkgdown::build_site()}, error = function(e) {quit(status=1)})" + Rscript -e "tryCatch({install.packages(c('remotes', 'sf', 'rgdal', 'rgeos', 'geojsonio', 'ggrepel', 'leaflet', 'jsonlite', 'maptools'), 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');pkgdown::build_site()}, error = function(e) {quit(status=1)})" - name: coveralls if: matrix.config.r == 'release' && matrix.config.os == 'ubuntu-20.04'