-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
168 lines (153 loc) · 3.81 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
reference:
- title: Application
desc: >
Main functions and documentation for the application.
contents:
- wheretowork
- run_app
- get_golem_config
- title: Sidebar panes
desc: >
Functions for sidebar panes.
contents:
- mapManagerSidebarPane
- newSolutionSidebarPane
- solutionResultsSidebarPane
- exportSidebarPane
- contactSidebarPane
- acknowledgmentsSidebarPane
- title: Import settings widget
desc: >
Functions for creating and updating the widget.
contents:
- importSettings
- importSettings-shiny
- updateImportSettings
- cleanImportSettings
- title: Solution settings widget
desc: >
Functions for creating and updating the widget.
contents:
- solutionSettings
- updateSolutionSettings
- solutionSettings-shiny
- title: Map manager widget
desc: >
Functions for creating and updating the widget.
contents:
- mapManager
- mapManager-shiny
- addMapManagerLayer
- dropMapManagerLayer
- updateMapManagerOrder
- updateMapManagerLayer
- title: Solution results widget
desc: >
Functions for creating and updating the widget.
contents:
- solutionResults
- solutionResults-shiny
- addSolutionResults
- dropSolutionResults
- showSolutionResults
- title: User interface elements
desc: >
Functions for creating user interface elements.
contents:
- leaflet_map
- importModal
- helpModal
- solutionResultsModal
- horizontalPickerInput
- title: Simulate data
desc: >
Functions for simulating data.
contents:
- starts_with("simulate_")
- title: Class constructors
desc: >
Functions for generating new objects.
contents:
- starts_with("new_")
- title: Class definitions
desc: >
Definititions for classes used to organize data.
contents:
- Result
- ContinuousLegend
- CategoricalLegend
- ManualLegend
- NullLegend
- Parameter
- Statistic
- Dataset
- Provenance
- Variable
- Feature
- Weight
- Include
- Exclude
- Theme
- Solution
- SolutionSettings
- MapManager
- FeatureResults
- WeightResults
- IncludeResults
- ExcludeResults
- ThemeResults
- title: Result functions
desc: >
Functions used to generate results.
contents:
- min_set_result
- min_shortfall_result
- title: Project functions
desc: >
Functions used to work with projects.
contents:
- read_project
- write_project
- find_projects
- title: Validation functions
desc: >
Functions used to validate files.
contents:
- is_valid_attribute_file
- is_valid_boundary_file
- is_valid_spatial_file
- is_valid_configuration_file
- title: Shiny functions
desc: >
Functions used to interact with the front-end of the application.
contents:
- enable_html_element
- disable_html_element
- disable_html_css_selector
- enable_html_css_selector
- change_file_icon_js
- removeMapPane
- title: Spatial functions
desc: >
Functions for manipulating spatial data.
contents:
- spatial_data_type
- spatial_data_statistics
- readNamedRaster
- writeNamedRaster
- read_spatial_data
- write_spatial_data
- repair_spatial_data
- shapefile_field_names
- reserve_sizes
- calculate_coverage
- title: Miscellaneous functions
contents:
- color_palette
- error_message
- error_log
- extract_data_matrix
- prepare_fileInput
- import_data
- acknowledge_packages
- write_excel_workbook