File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ start_r5r_java <- function(data_path,
102
102
103
103
if (ver != 21 ) {
104
104
# Helper that turns plain text into a clickable hyperlink (works in
105
- # RStudio ≥ 2023.12 and other terminals that support OSC 8 links)
105
+ # RStudio ≥ 2023.12 and other terminals that support OSC- 8 links)
106
106
link <- cli :: style_hyperlink
107
107
108
108
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:" ,
111
111
" *" = link(" rJavaEnv" , " https://www.ekotov.pro/rJavaEnv" ),
112
- " *" = link(" Eclipse Temurin" ," https://adoptium.net/temurin" ),
113
- " *" = link(" Amazon Corretto" ," https://aws.amazon.com/corretto" ),
112
+ " *" = link(" Eclipse Temurin" ," https://adoptium.net/temurin" ),
113
+ " *" = link(" Amazon Corretto" ," https://aws.amazon.com/corretto" ),
114
114
" *" = link(" OpenJDK" , " https://jdk.java.net/java-se-ri/21" ),
115
115
" *" = link(" Oracle" , " https://docs.oracle.com/en/java/javase/21/install/index.html" )
116
116
))
You can’t perform that action at this time.
0 commit comments