Skip to content

Commit 5749036

Browse files
committed
Deploying to gh-pages from @ 77ee7fc 🚀
1 parent 4874d3c commit 5749036

13 files changed

Lines changed: 21 additions & 21 deletions

index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ articles:
88
rJavaEnv-step-by-step: rJavaEnv-step-by-step.html
99
rJavaEnv: rJavaEnv.html
1010
why-rJavaEnv: why-rJavaEnv.html
11-
last_built: 2026-04-30T11:21Z
11+
last_built: 2026-04-30T12:39Z
1212
urls:
1313
reference: https://www.ekotov.pro/rJavaEnv/reference
1414
article: https://www.ekotov.pro/rJavaEnv/articles

reference/java_build_env_set.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/java_build_env_set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ java_home_path <- java_install(
6262
)
6363
#> Java NA (amazon-corretto-17.0.19.10.1-linux-x64.tar.gz) for linux x64 installed
6464
#> at /home/runner/.cache/R/rJavaEnv/installed/linux/x64/Corretto/native/17 and
65-
#> symlinked to /tmp/RtmphQ3b4b/rjavaenv/linux/x64/Corretto/native/NA
65+
#> symlinked to /tmp/RtmpZzCBbW/rjavaenv/linux/x64/Corretto/native/NA
6666

6767
# Set up the build environment in the current session
6868
java_build_env_set(java_home = java_home_path)

reference/java_download.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/java_download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ java_download(version = "17", temp_dir = TRUE)
9595
#> You can change the platform and architecture by specifying the `platform` and
9696
#> `arch` arguments.
9797
#> File already cached: amazon-corretto-17.0.19.10.1-linux-x64.tar.gz
98-
#> [1] "/tmp/RtmphQ3b4b/rJavaEnv_cache/distrib/amazon-corretto-17.0.19.10.1-linux-x64.tar.gz"
98+
#> [1] "/tmp/RtmpZzCBbW/rJavaEnv_cache/distrib/amazon-corretto-17.0.19.10.1-linux-x64.tar.gz"
9999
#> attr(,"distribution")
100100
#> [1] "Corretto"
101101
#> attr(,"backend")
@@ -116,7 +116,7 @@ java_download(temp_dir = TRUE)
116116
#> Downloading Corretto Java 21...
117117
#> Verifying sha256 checksum...
118118
#> Checksum verified.
119-
#> [1] "/tmp/RtmphQ3b4b/rJavaEnv_cache/distrib/amazon-corretto-21.0.11.10.1-linux-x64.tar.gz"
119+
#> [1] "/tmp/RtmpZzCBbW/rJavaEnv_cache/distrib/amazon-corretto-21.0.11.10.1-linux-x64.tar.gz"
120120
#> attr(,"distribution")
121121
#> [1] "Corretto"
122122
#> attr(,"backend")
@@ -137,7 +137,7 @@ java_download(version = "21", backend = "sdkman", temp_dir = TRUE)
137137
#> ! SDKMAN backend: checksum verification unavailable
138138
#> Downloading Corretto Java 21...
139139
#> ! Skipping checksum (unavailable for SDKMAN)
140-
#> [1] "/tmp/RtmphQ3b4b/rJavaEnv_cache/distrib/corretto-21-linux-x64.tar.gz"
140+
#> [1] "/tmp/RtmpZzCBbW/rJavaEnv_cache/distrib/corretto-21-linux-x64.tar.gz"
141141
#> attr(,"distribution")
142142
#> [1] "Corretto"
143143
#> attr(,"backend")

reference/java_env_set.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/java_env_set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ java_home <- java_install(
107107
#> /home/runner/.cache/R/rJavaEnv/installed/linux/x64/Corretto/native/17
108108
#> Java NA (amazon-corretto-17.0.19.10.1-linux-x64.tar.gz) for linux x64 installed
109109
#> at /home/runner/.cache/R/rJavaEnv/installed/linux/x64/Corretto/native/17 and
110-
#> symlinked to /tmp/RtmphQ3b4b/rjavaenv/linux/x64/Corretto/native/NA
110+
#> symlinked to /tmp/RtmpZzCBbW/rjavaenv/linux/x64/Corretto/native/NA
111111

112112
# now manually set the JAVA_HOME and PATH environment variables in current session
113113
java_env_set(
@@ -136,7 +136,7 @@ java_env_set(
136136
java_home = java_home,
137137
project_path = tempdir()
138138
)
139-
#> ✔ Current R Project/Working Directory: JAVA_HOME and PATH set to '/home/runner/.cache/R/rJavaEnv/installed/linux/x64/Corretto/native/17' in .Rprofile at '/tmp/RtmphQ3b4b'
139+
#> ✔ Current R Project/Working Directory: JAVA_HOME and PATH set to '/home/runner/.cache/R/rJavaEnv/installed/linux/x64/Corretto/native/17' in .Rprofile at '/tmp/RtmpZzCBbW'
140140
#> ℹ On Linux, for rJava to work correctly, `libjvm.so` was dynamically loaded in
141141
#> the current session.
142142
#> To make this change permanent for installing rJava-dependent packages from

reference/java_env_unset.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/java_env_unset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ from the project .Rprofile.
3232
``` r
3333
# clear the JAVA_HOME and PATH environment variables in the specified project .Rprofile
3434
java_env_unset(project_path = tempdir())
35-
#> Removed JAVA_HOME settings from .Rprofile in '/tmp/RtmphQ3b4b/.Rprofile'
35+
#> Removed JAVA_HOME settings from .Rprofile in '/tmp/RtmpZzCBbW/.Rprofile'
3636
```

0 commit comments

Comments
 (0)