Skip to content

Commit e588293

Browse files
committed
porting tests to r4.5.1
1 parent 13134ce commit e588293

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

tests/r/r4.4-rspm/runtime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

tests/r/r4.5-rspm/runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
r-4.5.1-2025-05-13

tests/r/r4.4-rspm/verify renamed to tests/r/r4.5-rspm/verify

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env Rscript
22
library('digest')
33

4-
# Fail if version is not 4.0
4+
# Fail if version is not 4.5
55
print(version)
6-
if (!(version$major == "4" && as.double(version$minor) >= 4 && as.double(version$minor) < 5)) {
6+
if (!(version$major == "4" && as.double(version$minor) >= 5 && as.double(version$minor) < 6)) {
77
quit("yes", 1)
88
}
99

0 commit comments

Comments
 (0)