generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_pkgdown.yml
98 lines (84 loc) · 2.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
89
90
91
92
93
94
95
96
97
98
url: https://pharmaverse.github.io/admiraldev
template:
params:
bootswatch: flatly
docsearch:
api_key: 2d4895759f79e89d6eb1c3b990bca6d8
index_name: pharmaverse
repo:
url:
home: https://github.com/pharmaverse/admiraldev
source: https://github.com/pharmaverse/admiraldev/blob/main/
issue: https://github.com/pharmaverse/admiraldev/issues/
user: https://github.com/
news:
cran_dates: false
reference:
- title: Assertion Functions
desc: Checks the inputs for user-facing functions and provides error, warnings and other messaging around expectation of inputs.
contents:
- has_keyword('assertion')
- title: Get Functions
desc: Gets information or input from an object
contents:
- has_keyword('get')
- title: Is Functions
desc: Is the object what it says it is
contents:
- has_keyword('is')
- title: What Functions
desc: What type of object is this?
contents:
- has_keyword('what')
- title: Warning Functions
desc: Custom warnings intended for users
contents:
- has_keyword('warnings')
- title: Test Helper Functions
desc: Test Utilities that help with organization and presentation of tests
contents:
- has_keyword('test_helper')
- title: Temporary Variables
desc: Tools for creating and removing temporary variables within a dataset
contents:
- has_keyword('tmp_vars')
- title: Getting and Setting Datasets
desc: Assign or retrieve a dataset into/from the `.datasets` enironment
contents:
- has_keyword('datasets')
- title: Quosure Helper Functions
desc: Helping your quosure needs
contents:
- has_keyword('quo')
- title: Quoting Helper Functions
desc: Helping your quoting needs
contents:
- has_keyword('quote')
- title: Join Functions
desc: dplyr join function without warning about different attributes
contents:
- has_keyword('joins')
- title: Miscellaneous
desc: Utilities without a theme
contents:
- has_keyword('dev_utility')
navbar:
components:
reference:
text: Functions
href: reference/index.html
articles:
text: Developer Guides
menu:
- text: Development Process
href: articles/development_process.html
- text: Programming Strategy
href: articles/programming_strategy.html
- text: Writing Vignettes
href: articles/writing_vignettes.html
- text: Unit Test Guidance
href: articles/unit_test_guidance.html
- text: Guidance for git and GitHub Usage
href: articles/git_usage.html
- text: Pull Request Review Guidance
href: articles/pr_review_guidance.html