Skip to content

Commit

Permalink
rmv pkg_sysreqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaobazzo committed Sep 4, 2023
1 parent 4895a0d commit 3fb11c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-CRAN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install system dependencies (Linux)
if: runner.os == 'Linux'
run: |
pak::pkg_sysreqs(upgrade = TRUE)
#pak::pkg_sysreqs(upgrade = TRUE)
pak::pkg_sysreqs("rcmdcheck", upgrade = TRUE)
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install system dependencies (Linux)
if: runner.os == 'Linux'
run: |
pak::pkg_sysreqs(upgrade = TRUE)
#pak::pkg_sysreqs(upgrade = TRUE)
pak::pkg_sysreqs("rcmdcheck", upgrade = TRUE)
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
pak::pkg_sysreqs(upgrade = TRUE)
#pak::pkg_sysreqs(upgrade = TRUE)
pak::pkg_sysreqs("pkgdown", upgrade = TRUE)
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
pak::pkg_sysreqs(upgrade = TRUE)
#pak::pkg_sysreqs(upgrade = TRUE)
pak::pkg_sysreqs("covr", upgrade = TRUE)
shell: Rscript {0}

Expand Down

0 comments on commit 3fb11c4

Please sign in to comment.