Skip to content

Commit

Permalink
Ask for very specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Feb 20, 2025
1 parent a9e5a19 commit 3304921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/r/r4.3.2-rspm/verify
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env Rscript
library('digest')

# Fail if version is not 4.3
# Fail if version is not 4.3.2
print(version)
if (!(version$major == "4" && version$minor == "3")) {
if (!(version$major == "4" && version$minor == "3.2")) {
quit("yes", 1)
}

Expand Down

0 comments on commit 3304921

Please sign in to comment.