forked from r-lib/processx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
42 lines (33 loc) · 692 Bytes
/
_pkgdown.yml
File metadata and controls
42 lines (33 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
url: http://processx.r-lib.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="processx.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
authors:
"Gábor Csárdi":
"Winston Chang":
destination: docs
development:
mode: auto
reference:
- title: Foreground processes
contents:
- run
- default_pty_options
- title: Background processes
contents:
- process
- title: Polling
contents:
- poll
- curl_fds
- title: Connections
contents:
- starts_with("conn_")
- starts_with("processx_conn_*")
- title: Utility functions
contents:
- base64_decode
- base64_encode