Skip to content

Commit 93f97a7

Browse files
committed
updated R dependency
1 parent 1dcb6bb commit 93f97a7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rjtools
22
Title: Preparing, Checking, and Submitting Articles to the 'R Journal'
3-
Version: 1.0.17
3+
Version: 1.0.18
44
Authors@R:
55
c(person(given = "Mitchell",
66
family = "O'Hara-Wild",
@@ -65,5 +65,5 @@ URL: https://github.com/rjournal/rjtools
6565
BugReports: https://github.com/rjournal/rjtools/issues
6666
Config/testthat/edition: 3
6767
Depends:
68-
R (>= 2.10)
68+
R (>= 4.1.0)
6969
LazyData: true

cran-comments.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
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.
2+
13
This revision has fixes addressing issues posted on the Github repo. It is a reasonably small update.
24

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

12-
── R CMD check results ────────────────────────────────────── rjtools 1.0.17 ────
13-
Duration: 34.7s
14+
── R CMD check results ────────────────────────────────────── rjtools 1.0.18 ────
15+
Duration: 39.3s
1416

1517
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
1618

0 commit comments

Comments
 (0)