Skip to content

Commit 9f3ad7d

Browse files
committed
Deploying to gh-pages from @ 4a1b72b 🚀
1 parent 0c69997 commit 9f3ad7d

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
internals: internals.html
6-
last_built: 2026-04-01T08:26Z
6+
last_built: 2026-04-01T08:40Z
77
urls:
88
reference: http://processx.r-lib.org/reference
99
article: http://processx.r-lib.org/articles

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ p <- process$new("sleep", "2")
11091109
p$is_alive()
11101110
#> [1] TRUE
11111111
p
1112-
#> PROCESS 'sleep', running, pid 7676.
1112+
#> PROCESS 'sleep', running, pid 7635.
11131113
p$kill()
11141114
#> [1] TRUE
11151115
p$is_alive()

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,15 +266,15 @@ run("ls")
266266
#>
267267
system.time(run("sleep", "10", timeout = 1, error_on_status = FALSE))
268268
#> user system elapsed
269-
#> 0.004 0.019 0.962
269+
#> 0.006 0.014 0.621
270270
system.time(
271271
run(
272272
"sh", c("-c", "for i in 1 2 3 4 5; do echo $i; sleep 1; done"),
273273
timeout = 2, error_on_status = FALSE
274274
)
275275
)
276276
#> user system elapsed
277-
#> 0.006 0.009 1.961
277+
#> 0.007 0.009 1.621
278278
if (FALSE) {
279279
# This works on Windows systems, if the ping command is available
280280
run("ping", c("-n", "1", "127.0.0.1"))

dev/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)