Skip to content

Commit

Permalink
action!
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed Sep 28, 2021
1 parent 9336c78 commit 16fba5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
config:
# - {os: macOS-latest, r: 'oldrel'} #doest no find gfortran and IDK how to add it
- {os: windows-latest, r: 'release'}
# - {os: windows-latest, r: 'release'}
# - {os: ubuntu-16.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", http-user-agent: "R/4.0.0 (ubuntu-16.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
# - {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
Expand Down Expand Up @@ -77,7 +77,6 @@ jobs:
- name: Session info
run: |
options(width = 100)
pak::pkg_install("maps")
pkgs <- installed.packages()[, "Package"]
sessioninfo::session_info(pkgs, include_base = TRUE)
shell: Rscript {0}
Expand Down

0 comments on commit 16fba5f

Please sign in to comment.