-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
79 lines (67 loc) · 1.59 KB
/
_pkgdown.yml
File metadata and controls
79 lines (67 loc) · 1.59 KB
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
url: https://boehringer-ingelheim.github.io/rxsim
template:
bootstrap: 5
navbar:
structure:
left: [intro, articles, reference]
articles:
- title: "Getting started"
navbar: ~
contents:
- getting-started
- title: "Concepts"
navbar: Concepts
contents:
- concepts
- enrollment-dropout
- title: "Examples"
navbar: Examples
contents:
- example-1
- example-2
- example-3
- example-4
- example-5
- example-6
- example-7
- example-8
- example-multi-run
reference:
- title: "Core classes"
desc: "R6 classes that form the simulation building blocks"
contents:
- Condition
- Timer
- Trial
- Population
- title: "Trial construction helpers"
desc: "Functions to build and replicate trials"
contents:
- replicate_trial
- clone_trial
- run_trials
- title: "Timer helpers"
desc: "Helpers for building Timer timepoint lists"
contents:
- add_timepoints
- gen_timepoints
- title: "Condition helpers"
desc: "Convenience constructors for Condition objects"
contents:
- trigger_primitives
- trigger_by_calendar
- trigger_by_fraction
- title: "Population helpers"
desc: "Helpers for building Population generators"
contents:
- gen_population
- gen_plan
- title: "Results helpers"
desc: "Functions to collect and display simulation results"
contents:
- collect_results
- prettify_results
- title: "Utilities"
contents:
- get_col_names
- vector_to_dataframe