Skip to content

Commit

Permalink
updated R dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dicook committed Jan 23, 2025
1 parent 1dcb6bb commit 93f97a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rjtools
Title: Preparing, Checking, and Submitting Articles to the 'R Journal'
Version: 1.0.17
Version: 1.0.18
Authors@R:
c(person(given = "Mitchell",
family = "O'Hara-Wild",
Expand Down Expand Up @@ -65,5 +65,5 @@ URL: https://github.com/rjournal/rjtools
BugReports: https://github.com/rjournal/rjtools/issues
Config/testthat/edition: 3
Depends:
R (>= 2.10)
R (>= 4.1.0)
LazyData: true
6 changes: 4 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Updated the dependency, "R >= 4.1.0". All other NOTES at https://cran.r-project.org/web/checks/check_results_rjtools.html which refer to an old version, had already been fixed.

This revision has fixes addressing issues posted on the Github repo. It is a reasonably small update.

## Test environment
Expand All @@ -9,8 +11,8 @@ It checks against the latest release: R version 4.4.2 (2024-10-31) -- "Pile of L
- ubuntu-latest
- windows-latest

── R CMD check results ────────────────────────────────────── rjtools 1.0.17 ────
Duration: 34.7s
── R CMD check results ────────────────────────────────────── rjtools 1.0.18 ────
Duration: 39.3s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

Expand Down

0 comments on commit 93f97a7

Please sign in to comment.