diff --git a/index.html b/index.html index 6e1b8f229..5d9537e36 100644 --- a/index.html +++ b/index.html @@ -142,13 +142,13 @@
m[]
-#> [1] 47.4314
+#> [1] 46.02985
It is not necessary to wait, as the mirai resolves automatically whenever the async operation completes, the evaluated result then available at $data
.
m
#> < mirai [$data] >
m$data
-#> [1] 47.4314
Install the latest release from CRAN:
+Install the latest release from CRAN or R-multiverse:
install.packages("mirai")
Or the development version from R-universe:
+The current development version is available from R-universe:
install.packages("mirai", repos = "https://shikokuchuo.r-universe.dev")
remote_config()
gains argument ‘quote’ to control whether or not to quote the daemon launch commmand, and now works for the SLURM srun
command (thanks @michaelmayer2 #119).nanonext
>= [1.1.0.9003].nanonext
>= [1.1.0.9004].CRAN release: 2024-06-06
diff --git a/pkgdown.yml b/pkgdown.yml index 531a76e0e..fb31a1b00 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -9,7 +9,7 @@ articles: promises: promises.html shiny: shiny.html torch: torch.html -last_built: 2024-06-21T21:10Z +last_built: 2024-06-23T14:46Z urls: reference: https://shikokuchuo.net/mirai/reference article: https://shikokuchuo.net/mirai/articles diff --git a/reference/host_url.html b/reference/host_url.html index a8c902d53..ed873fa31 100644 --- a/reference/host_url.html +++ b/reference/host_url.html @@ -125,16 +125,16 @@host_url()
-#> [1] "tcp://fv-az842-404:0"
+#> [1] "tcp://fv-az1501-158:0"
host_url(ws = TRUE)
-#> [1] "ws://fv-az842-404:0"
+#> [1] "ws://fv-az1501-158:0"
host_url(tls = TRUE)
-#> [1] "tls+tcp://fv-az842-404:0"
+#> [1] "tls+tcp://fv-az1501-158:0"
host_url(ws = TRUE, tls = TRUE, port = 5555)
-#> [1] "wss://fv-az842-404:5555"
+#> [1] "wss://fv-az1501-158:5555"
local_url()
-#> [1] "abstract://fe09c6ba270f0ab7b0afcd53"
+#> [1] "abstract://f10c854906188a142935f005"