Skip to content

Commit

Permalink
back to R 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Jul 9, 2024
1 parent ac109db commit b267f8b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- {os: macos-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ License: MIT + file LICENSE
URL: https://poissonconsulting.github.io/chk/, https://github.com/poissonconsulting/chk/
BugReports: https://github.com/poissonconsulting/chk/issues/
Depends:
R (>= 3.6)
R (>= 4.0)
Imports:
lifecycle,
methods,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# chk 0.9.2

- No longer support R 3.6 as dependency `evaluate` of suggested dependency `testthat` switched to 4.0.
- `check_key()` now preserves active status of `sfc` column of `sf` object.
- Fixed `vld_join(by = NULL)` with R 4.5.


# chk 0.9.1

- Fixes incorrect error message with `chk_null_or()` when `vld = chk::vld_xx`.
Expand Down
6 changes: 0 additions & 6 deletions R/internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@

anyDuplicated(x)
}

# remove when no longer support R < 3.6.0
str2lang <- function(text) {
ex <- parse(text = text, keep.source = FALSE)
ex[[1L]]
}

0 comments on commit b267f8b

Please sign in to comment.