Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AQLT committed Sep 26, 2024
1 parent 5d1bd63 commit 1b9941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NULL
# what's your java version? Need >= 17
jversion <- .jcall('java.lang.System','S','getProperty','java.version')
if (jversion < "17") {
stop(sprint("Your java version is %s. 17 or higher is needed.", jversion))
stop(sprintf("Your java version is %s. 17 or higher is needed.", jversion))
}

proto.dir <- system.file("proto", package = pkgname)
Expand Down

0 comments on commit 1b9941e

Please sign in to comment.