Skip to content

Commit

Permalink
Force using roxygen2==7.2.3 (r-devel)
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed Mar 7, 2024
1 parent 4b602a1 commit cb78312
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
schedule:
# (see https://crontab.guru)
- cron: "5 3 * */2 WED"

name: R-CMD-check

jobs:
Expand Down Expand Up @@ -48,6 +48,11 @@ jobs:
extra-packages: any::rcmdcheck, any::devtools, local::.
needs: check

- name: "Install roxygen2==7.2.3"
run: |
remotes::install_version("roxygen2", "7.2.3")
shell: Rscript {0}

- name: Install dependencies (for R-devel)
if: matrix.config.r == 'devel'
run: |
Expand Down

0 comments on commit cb78312

Please sign in to comment.