-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
68 lines (65 loc) · 1.55 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
---
url: https://insightsengineering.github.io/teal.modules.clinical
template:
package: nesttemplate
navbar:
structure:
left: [intro, reference, articles, tutorials, news, reports]
right: [search, github]
components:
reports:
text: Reports
menu:
- text: Coverage report
href: coverage-report/
- text: Unit test report
href: unit-test-report/
- text: Non-CRAN unit test report
href: unit-test-report-non-cran/
github:
icon: fa-github
href: https://github.com/insightsengineering/teal.modules.clinical
reference:
- title:
contents:
- teal.modules.clinical
- title: Tables
contents:
- starts_with("tm_t_")
- title: Graphs
contents:
- starts_with("tm_g_")
- title: General analyses
contents:
- starts_with("tm_a_")
- title: Patient profile modules
contents:
- starts_with("tm_[g|t]_pp_")
- title: Helper functions
contents:
- add_expr
- as_num
- bracket_expr
- call_concatenate
- clean_description
- color_lab_values
- column_annotation_label
- cs_to_des_filter
- cs_to_des_select
- cs_to_filter_spec
- cs_to_select_spec
- default_total_label
- extract_input
- get_var_labels
- h_concat_expr
- is.cs_or_des
- pipe_expr
- prepare_arm
- prepare_arm_levels
- split_choices
- split_col_expr
- split_interactions
- title: Data
desc: Data included in the package.
contents:
- starts_with("ex_")