Skip to content

Commit

Permalink
Bump required version of R to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Apr 30, 2024
1 parent 6af6ee9 commit 5fd9a6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -27,8 +27,6 @@ jobs:
- { os: ubuntu-latest, r: "devel", http-user-agent: "release" }
- { os: ubuntu-latest, r: "release" }
- { os: ubuntu-latest, r: "oldrel-1" }
- { os: ubuntu-latest, r: "oldrel-2" }
- { os: ubuntu-latest, r: "oldrel-3" }

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -23,7 +23,7 @@ URL: https://github.com/remlapmot/OneSampleMR,
https://remlapmot.github.io/OneSampleMR/
BugReports: https://github.com/remlapmot/OneSampleMR/issues/
Depends:
R (>= 4.1.0)
R (>= 4.3)
Imports:
ellipsis,
Formula,
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Expand Up @@ -12,6 +12,8 @@

* Made use of ellipsis `...` in several function definitions safer using the **ellipsis** package

* Bumped required version of R to 4.3.0 because the Matrix package, which is a dependency of ivreg now requires R 4.4.0. CRAN retain a binary version of Matrix 1.6-5 for the previous release of R, and so the minimum version can be 4.3.0 rather than 4.4.0.

# OneSampleMR 0.1.3

* Update **roxygen2** version used to generate documentation
Expand Down

0 comments on commit 5fd9a6a

Please sign in to comment.