Skip to content

Commit

Permalink
update Rcpp on gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pboesu committed Dec 11, 2023
1 parent e7e42a8 commit 2ad75da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install manual dependencies
run: |
install.packages("Rcpp", repos=c("https://RcppCore.github.io/drat", getOption("repos")))
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 2ad75da

Please sign in to comment.