Skip to content

Commit

Permalink
Merge pull request #238 from josschavezf/dev
Browse files Browse the repository at this point in the history
update R version
  • Loading branch information
josschavezf authored Oct 1, 2024
2 parents fa02475 + 222eb19 commit 6ab02d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ jobs:
run: |
Rscript -e "BiocCheck::BiocCheck()"
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

- name: Run rcmdcheck
run: |
Rscript -e "rcmdcheck::rcmdcheck()"
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
base (>= 4.4.0),
utils (>= 4.4.0),
R (>= 4.4.0),
base (>= 4.4.1),
utils (>= 4.4.1),
R (>= 4.4.1),
Imports:
checkmate,
data.table (>= 1.12.2),
Expand Down

0 comments on commit 6ab02d4

Please sign in to comment.