Skip to content

Commit

Permalink
drop support for R 4.0 and 4.1 due to changes in dependency packages
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jan 31, 2024
1 parent 3326589 commit 7aee4b3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ jobs:
- {os: macOS-latest, nosuggests: false, r: 'release'}
- {os: windows-latest, nosuggests: false, r: 'devel'}
- {os: windows-latest, nosuggests: false, r: 'release'}
- {os: windows-latest, nosuggests: false, r: '4.1'}
- {os: windows-latest, nosuggests: false, r: '4.0'}
- {os: windows-latest, nosuggests: false, r: 'oldrel'}
- {os: ubuntu-20.04, nosuggests: false, r: 'devel'}
- {os: ubuntu-20.04, nosuggests: false, r: 'release'}
- {os: ubuntu-20.04, nosuggests: true, r: 'release'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel'}
- {os: ubuntu-20.04, nosuggests: false, r: '4.0'}

env:
_R_CHECK_DEPENDS_ONLY_: ${{ matrix.config.nosuggests }}
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Description: Provides 'RStudio' addins for 'SpaDES' packages and 'SpaDES' module
URL:
https://spades-addins.predictiveecology.org/,
https://github.com/PredictiveEcology/SpaDES.addins
Version: 0.1.4
Date: 2022-08-19
Version: 0.1.4.9000
Date: 2024-01-31
Authors@R: c(
person("Alex M", "Chubaty", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7146-8135")),
person(paste("Her Majesty the Queen in Right of Canada,",
person(paste("His Majesty the King in Right of Canada,",
"as represented by the Minister of Natural Resources Canada"),
role = "cph")
)
Depends:
R (>= 4.0)
R (>= 4.2)
Imports:
magrittr,
miniUI (>= 0.1.1),
Expand All @@ -40,4 +40,4 @@ Encoding: UTF-8
Language: en-CA
VignetteBuilder: knitr, rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.3.1
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Known issues: <https://github.com/PredictiveEcology/SpaDES.addins/issues>

version 0.1.4.9000
=============
* drop support for R 4.0 and 4.1 due to changes in dependency packages;
* fix error in `addin_newModule` (#1).

version 0.1.4
Expand Down
2 changes: 1 addition & 1 deletion man/spades-addins-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7aee4b3

Please sign in to comment.