Skip to content

Commit

Permalink
Merge branch 'develop' into update-gha-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed Mar 8, 2024
2 parents 1638ab1 + 5c38eb9 commit 1726e26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::devtools, local::.
extra-packages: any::rcmdcheck, any::devtools, any::remotes, local::.
needs: check

- name: "Install roxygen2==7.2.3"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/drat--insert-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,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
5 changes: 5 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
extra-packages: any::pkgdown, any::devtools, local::.
needs: website

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

- name: Roxygenize
# The vignettes will be built in the next steps
run: |
Expand Down

0 comments on commit 1726e26

Please sign in to comment.