Skip to content

Commit a19b884

Browse files
committed
fix NonASCIIfile
1 parent be39e32 commit a19b884

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

r-package/R/utils.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ start_r5r_java <- function(data_path,
102102

103103
if (ver != 21) {
104104
# Helper that turns plain text into a clickable hyperlink (works in
105-
# RStudio ≥2023.12 and other terminals that support OSC 8 links)
105+
# RStudio2023.12 and other terminals that support OSC-8 links)
106106
link <- cli::style_hyperlink
107107

108108
cli::cli_abort(c(
109-
"This package requires {.val Java SE Development Kit 21}.",
110-
"i" = "Please install JDK 21 from one of the sources below:",
109+
"This package requires {.val Java-SE Development Kit 21}.",
110+
"i" = "Please install JDK 21 from one of the sources below:",
111111
"*" = link("rJavaEnv", "https://www.ekotov.pro/rJavaEnv"),
112-
"*" = link("EclipseTemurin","https://adoptium.net/temurin"),
113-
"*" = link("AmazonCorretto","https://aws.amazon.com/corretto"),
112+
"*" = link("Eclipse Temurin","https://adoptium.net/temurin"),
113+
"*" = link("Amazon Corretto","https://aws.amazon.com/corretto"),
114114
"*" = link("OpenJDK", "https://jdk.java.net/java-se-ri/21"),
115115
"*" = link("Oracle", "https://docs.oracle.com/en/java/javase/21/install/index.html")
116116
))

0 commit comments

Comments
 (0)