Skip to content

Commit 3304921

Browse files
committed
Ask for very specific version
1 parent a9e5a19 commit 3304921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/r/r4.3.2-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.3
4+
# Fail if version is not 4.3.2
55
print(version)
6-
if (!(version$major == "4" && version$minor == "3")) {
6+
if (!(version$major == "4" && version$minor == "3.2")) {
77
quit("yes", 1)
88
}
99

0 commit comments

Comments
 (0)