-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
88 lines (80 loc) · 2.58 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: http://svmiller.com
template:
bootstrap: 5
# bslib:
# bg: "#ffffff"
# fg: "#111111"
# primary: "#2fa4e7" #306cc9
# nav-tabs-link-active-color: "#ffffff"
# nav-link-color: "#ffffff"
bootswatch: cerulean
#theme: arrow-light
# params:
# bootswatch: cerulean
figures:
fig.width: 11
# navbar:
# title: "peacesciencer"
# left:
# - icon: <span class="fas fa-home fa-lg"></span>
# href: index.html
# - text: "dplyr"
# href: articles/dplyr.html
# - text: "ML"
# href: articles/ML.html
# - text: "Extensions"
# href: articles/extensions.html
# - text: "Deployment"
# href: articles/deployment.html
# - text: "Reference"
# href: "reference/"
# right:
# - icon: <span class="fas fa-github fa-lg"></span>
# href: https://github.com/rstudio/sparklyr
authors:
Steven V. Miller:
href: http://svmiller.com
reference:
- title: Functions that Create Data
desc: "The following functions in `{peacesciencer}` create the base data of interest to a researcher, to which the researcher can use follow-up functions afterward to either add information and/or remove rows."
contents:
- starts_with("create")
- title: Functions that Add/Merge/Filter Data
desc: "The following functions are called after the base data are created. These add various indicators of interest to the researcher and/or subset the base data to a handful of rows that the user deems appropriate for analysis."
contents:
- starts_with("add")
- starts_with("filter")
- starts_with("whittle")
- title: Other Functions
desc: "These are miscellaneous functions also included in this package."
contents:
- starts_with("declare_attributes()")
- starts_with("download_extdata()")
- starts_with("ps_cite()")
- starts_with("ps_version()")
- starts_with("show_duplicates()")
- title: Data
desc: "These are the data included in `{peacesciencer}`. They are used internally for the functions listed above, though a researcher can also call these data objects into the R session if they would like to inspect the data for themselves."
contents:
- has_keyword("datasets")
navbar:
bg: primary
type: light
structure:
left: [home, reference, articles, user-guide, news]
right: [github]
components:
reference:
text: "What’s Included?"
href: "reference/index.html"
user-guide:
text: "Manuscript"
menu:
- text: HTML
href: ms.html
- text: PDF
href: ms.pdf
- text: Appendix (PDF)
href: appendix.pdf
- text: (Peer Review) Memo (PDF)
href: memo.pdf