Skip to content

Commit

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

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

Expand Down

0 comments on commit 81b7796

Please sign in to comment.