Skip to content

Commit

Permalink
chore: Require R 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 10, 2023
1 parent 9c5a29d commit 349c2d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ on:
branches:
- main
- master
- release
pull_request:
branches:
- main
- master
- release
schedule:
- cron: "10 0 * * *"

Expand Down Expand Up @@ -194,7 +192,6 @@ jobs:
# End custom: R 3.6

# Begin custom: R 3.5
- {os: ubuntu-22.04, r: 'oldrel-3'}
# End custom: R 3.5

# Begin custom: R 3.4
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ License: MIT + file LICENSE
URL: https://github.com/duckdblabs/duckplyr
BugReports: https://github.com/duckdblabs/duckplyr/issues
Depends:
R (>= 4.0.0)
R (>= 4.1.0)
Imports:
cli,
collections,
Expand Down

0 comments on commit 349c2d0

Please sign in to comment.