Skip to content

Commit

Permalink
Install various packages
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovalle committed Jul 2, 2024
1 parent 289e904 commit e91a451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e91a451

Please sign in to comment.