Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
ginberg committed Apr 22, 2024
1 parent fc834fb commit 93b646e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,14 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: url::https://cloud.r-project.org/src/contrib/Archive/arrow/arrow_14.0.0.2.tar.gz, any::sessioninfo
extra-packages: any::rcmdcheck
needs: check

- name: Install specific version of arrow
if: runner.os == 'macOS'
run: |
Rscript -e "install.packages('arrow', repos = c('https://apache.r-universe.dev'))"
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran")'
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Imports:
rlang,
RSQLite,
DBI,
arrow (<= 14.0.0.2),
arrow,
CommonDataModel
Suggests:
testthat,
Expand Down

0 comments on commit 93b646e

Please sign in to comment.