Skip to content

Commit 5081e4d

Browse files
committed
Deploying to gh-pages from @ fa0bdaa 🚀
1 parent a1fdf85 commit 5081e4d

File tree

12 files changed

+38
-38
lines changed

12 files changed

+38
-38
lines changed

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ articles:
1010
v05-opentelemetry: v05-opentelemetry.html
1111
v06-packages: v06-packages.html
1212
v07-questions: v07-questions.html
13-
last_built: 2026-03-06T11:54Z
13+
last_built: 2026-03-06T20:06Z
1414
urls:
1515
reference: https://mirai.r-lib.org/reference
1616
article: https://mirai.r-lib.org/articles

dev/reference/daemons.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.

dev/reference/daemons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ daemons(sync = TRUE)
292292
m <- mirai(Sys.getpid())
293293
daemons(0)
294294
m[]
295-
#> [1] 6559
295+
#> [1] 6655
296296

297297
# Synchronous mode restricted to a specific compute profile
298298
daemons(sync = TRUE, .compute = "sync")
@@ -301,5 +301,5 @@ with_daemons("sync", {
301301
})
302302
daemons(0, .compute = "sync")
303303
m[]
304-
#> [1] 6559
304+
#> [1] 6655
305305
```

dev/reference/host_url.html

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

dev/reference/host_url.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ and named pipes on Windows.
5858
``` r
5959
host_url()
6060
#> eth0 docker0
61-
#> "tcp://10.1.0.80:0" "tcp://172.17.0.1:0"
61+
#> "tcp://10.1.0.61:0" "tcp://172.17.0.1:0"
6262
host_url(tls = TRUE)
6363
#> eth0 docker0
64-
#> "tls+tcp://10.1.0.80:0" "tls+tcp://172.17.0.1:0"
64+
#> "tls+tcp://10.1.0.61:0" "tls+tcp://172.17.0.1:0"
6565
host_url(tls = TRUE, port = 5555)
6666
#> eth0 docker0
67-
#> "tls+tcp://10.1.0.80:5555" "tls+tcp://172.17.0.1:5555"
67+
#> "tls+tcp://10.1.0.61:5555" "tls+tcp://172.17.0.1:5555"
6868

6969
local_url()
70-
#> [1] "abstract://bb1b49978ff4c4a4276ebbc4"
70+
#> [1] "abstract://5bad8c5a7074f71d72858468"
7171
local_url(tcp = TRUE)
7272
#> [1] "tcp://127.0.0.1:0"
7373
local_url(tcp = TRUE, port = 5555)

dev/reference/http_config.html

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

dev/reference/http_config.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tryCatch(http_config(), error = identity)
7171
#> $url
7272
#> function ()
7373
#> posit_workbench_get("url")
74-
#> <bytecode: 0x563a7c8733c8>
74+
#> <bytecode: 0x55ac8e0c7130>
7575
#> <environment: namespace:mirai>
7676
#>
7777
#> $method
@@ -80,7 +80,7 @@ tryCatch(http_config(), error = identity)
8080
#> $cookie
8181
#> function ()
8282
#> posit_workbench_get("cookie")
83-
#> <bytecode: 0x563a7c873a90>
83+
#> <bytecode: 0x55ac8e0c77f8>
8484
#> <environment: namespace:mirai>
8585
#>
8686
#> $token
@@ -89,7 +89,7 @@ tryCatch(http_config(), error = identity)
8989
#> $data
9090
#> function (rscript = "Rscript")
9191
#> posit_workbench_get("data", rscript)
92-
#> <bytecode: 0x563a7c874200>
92+
#> <bytecode: 0x55ac8e0c7ef8>
9393
#> <environment: namespace:mirai>
9494
#>
9595

@@ -113,12 +113,12 @@ http_config(
113113
#> $cookie
114114
#> function ()
115115
#> Sys.getenv("MY_SESSION_COOKIE")
116-
#> <environment: 0x563a7c8915b8>
116+
#> <environment: 0x55ac8e1632c8>
117117
#>
118118
#> $token
119119
#> function ()
120120
#> Sys.getenv("MY_API_KEY")
121-
#> <environment: 0x563a7c8915b8>
121+
#> <environment: 0x55ac8e1632c8>
122122
#>
123123
#> $data
124124
#> [1] "{\"command\": \"%s\"}"

dev/reference/nextstream.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.

dev/reference/nextstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ nextstream()
7272
#> [6] -739104734 -843469383
7373

7474
nextget("url")
75-
#> [1] "abstract://b82fa27bdc1abee8e4adce2f"
75+
#> [1] "abstract://3639a068b6e47c8fc1659ba8"
7676

7777
daemons(0)
7878

dev/reference/serial_config.html

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

0 commit comments

Comments
 (0)