-
Notifications
You must be signed in to change notification settings - Fork 38
/
_pkgdown.yml
88 lines (74 loc) · 1.51 KB
/
_pkgdown.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
url: https://callr.r-lib.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="callr.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
authors:
"Winston Chang":
href: https://github.com/wch
navbar:
structure:
left: [reference, articles, news]
components:
articles:
text: Articles
menu:
- text: Tutorials
- text: Persistent R sessions
href: articles/r-session.html
- text: -------
- text: Blog posts
- text: "A multi process task queue in 100 lines of R code"
href: https://www.tidyverse.org/blog/2019/09/callr-task-q
reference:
- title: Introduction
contents:
- callr
- title: Run R
contents:
- r
- r_copycat
- r_safe
- r_vanilla
- title: Run R in the background
contents:
- r_bg
- r_process
- r_process_options
- title: Persistent background R session
contents:
- r_session
- r_session_options
- r_session_debug
- title: Run R CMD
contents:
- rcmd
- rcmd_copycat
- rcmd_safe
- rcmd_safe_env
- title: Run R CMD in the background
contents:
- rcmd_bg
- rcmd_process
- rcmd_process_options
- title: Run Rscript
contents:
- rscript
- title: Run Rscript in the background
contents:
- rscript_process
- rscript_process_options
- title: Miscellaneous utilities
contents:
- default_repos
- supported_archs
- add_hook
- title: Re-exported functions
contents:
- process
- run
- poll