Skip to content

Commit

Permalink
Use roxygen2==7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed Mar 7, 2024
1 parent 1cbc091 commit 11b6108
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/drat--insert-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
extra-packages: any::drat, any::devtools, local::.
needs: check

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

- name: Roxygenize
shell: Rscript {0}
run: |
Expand Down

0 comments on commit 11b6108

Please sign in to comment.