-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
90 lines (89 loc) · 2.11 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
url: https://esqlabs.github.io/esqlabsR/
template:
bootstrap: 5
authors:
esqLABS GmbH:
href: https://esqlabs.com/
html: <img src='https://esqlabs.github.io/esqlabsR/reference/figures/circles.png'
style='max-width:33px'>esqLABS
Indrajeet Patil:
href: https://sites.google.com/site/indrajeetspatilmorality/
Felix Mil:
href: https://github.com/Felixmil
development:
mode: auto
reference:
- title: Project workflow
contents:
- contains("Project")
- contains("Scenario")
- createPlotsFromExcel
- init_project
- title: Helpers for data import, wrangling, and export
contents:
- matches("^read")
- matches("^extend")
- matches("^set")
- matches("^write")
- matches("^export")
- createDataCombinedFromExcel
- title: Helpers for modeling and simulation
contents:
- matches("^compare")
- matches("^calculate")
- contains("Simulation")
- ends_with("Function")
- contains("Quantiles")
- matches("^geo")
- sampleRandomValue
- applyIndividualParameters
- Distributions
- LLOQMode
- ULOQMode
- loadObservedData
- loadObservedDataFromPKML
- title: Helpers for plotting
contents:
- matches("^plot")
- matches("^col")
- contains("color")
- has_concept("create-plotting-configurations")
- createDataCombinedFromExcel
- title: Input validation
contents:
- matches("^valid")
- matches("^is")
- stringToNum
- GenderInt
- contains("Types")
- escapeForRegex
- title: Sensitivity analysis
contents: starts_with("sensitivity")
- title: Shiny applications
contents: matches("^start")
- title: Miscellaneous
contents:
- matches("^enum")
- matches("^get")
- executeInParallel
- pathFromClipboard
- removeFromList
- sourceAll
- esqlabsRSettingNames
- title: Inherited classes
contents: ExportConfiguration
articles:
- title: esqlabsR Workflow
navbar: esqlabsR Workflow
contents:
- esqlabsR-workflow-overview
- esqlabsR-project-structure
- esqlabsR-design-scenarios
- esqlabsR-run-simulations
- esqlabsR-plot-results
- title: Miscellaneous
navbar: Miscellaneous
contents:
- presentations
- esqlabsR-sensitivity
- esqlabsR-advanced