Skip to content

Commit

Permalink
Remove support for R 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
klmr committed Aug 12, 2023
1 parent dbabe32 commit 9bdfa75
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: '3.5'}
- {os: ubuntu-20.04, r: '3.6'}
- {os: ubuntu-20.04, r: 'oldrel'}
- {os: ubuntu-20.04, r: 'release'}
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: box
Title: Write Reusable, Composable and Modular R Code
Version: 1.1.3
Version: 1.1.3.9000
Authors@R: c(
person(
'Konrad', 'Rudolph',
Expand All @@ -21,7 +21,7 @@ Description: A modern module system for R. Organise code into hierarchical,
composable, reusable modules, and use it effortlessly across projects via a
flexible, declarative dependency loading syntax.
Depends:
R (>= 3.5.0)
R (>= 3.6.3)
Imports:
tools
License: MIT + file LICENSE
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# box (development version)

## Breaking hcanges

* ‘box’ no longer supports R 3.5 since the R build infrastructure (in particular ‘devtools’) no longer supports it.

## Bug fixes

* Replace call to function that was added in R 4.0.0 to make package work again in R 3.6.3 (#335).


# box 1.1.3

## Bug fixes
Expand Down

0 comments on commit 9bdfa75

Please sign in to comment.