Skip to content

Commit

Permalink
Update R-cmd-check.yaml
Browse files Browse the repository at this point in the history
Update GitHub Actions setup-r to v2
  • Loading branch information
TNRiley authored May 23, 2024
1 parent 54e91d0 commit f5e18ce
Showing 1 changed file with 1 addition 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 @@ -27,7 +27,7 @@ jobs:
with:
extra-packages: any::rcmdcheck, any::roxygen2, any::devtools
needs: check
- uses: xu-cheng/texlive-action/full@v1
- uses: xu-cheng/texlive-action/full@v2
- name: Update date
run: Rscript -e 'descr <- readLines("DESCRIPTION")' -e 'descr <- stringr::str_replace(descr, "^Date.*$", paste("Date:", Sys.Date()))' -e 'writeLines(descr, "DESCRIPTION")'
- name: Document
Expand Down

0 comments on commit f5e18ce

Please sign in to comment.