-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
159 lines (158 loc) · 4 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(simulate_data,SpatRaster)
S3method(simulate_data,sf)
S3method(spatial_data_statistics,SpatRaster)
S3method(spatial_data_statistics,data.frame)
S3method(spatial_data_statistics,sf)
S3method(spatial_data_type,SpatRaster)
S3method(spatial_data_type,data.frame)
S3method(spatial_data_type,sf)
export(":=")
export(.data)
export(Exclude)
export(ExcludeResults)
export(FeatureResults)
export(Include)
export(IncludeResults)
export(Parameter)
export(Result)
export(ThemeResults)
export(Weight)
export(WeightResults)
export(acknowledge_packages)
export(acknowledgmentsSidebarPane)
export(addMapManagerLayer)
export(addSolutionResults)
export(as_label)
export(as_name)
export(calculate_coverage)
export(change_file_icon_js)
export(cleanImportSettings)
export(color_palette)
export(contactSidebarPane)
export(disable_html_css_selector)
export(disable_html_element)
export(dropMapManagerLayer)
export(dropSolutionResults)
export(enable_html_css_selector)
export(enable_html_element)
export(enquo)
export(enquos)
export(error_log)
export(error_message)
export(exportSidebarPane)
export(expr)
export(extract_data_matrix)
export(find_projects)
export(get_golem_config)
export(helpModal)
export(horizontalPickerInput)
export(importModal)
export(importSettings)
export(importSettingsOutput)
export(import_data)
export(is_valid_attribute_file)
export(is_valid_boundary_file)
export(is_valid_configuration_file)
export(is_valid_spatial_file)
export(leaflet_map)
export(mapManager)
export(mapManagerOutput)
export(mapManagerSidebarPane)
export(min_set_result)
export(min_shortfall_result)
export(newSolutionSidebarPane)
export(new_categorical_legend)
export(new_continuous_legend)
export(new_dataset)
export(new_dataset_from_auto)
export(new_exclude)
export(new_exclude_results)
export(new_feature)
export(new_feature_results)
export(new_include)
export(new_include_results)
export(new_manual_legend)
export(new_map_manager)
export(new_null_legend)
export(new_parameter)
export(new_provenance)
export(new_provenance_from_source)
export(new_result)
export(new_solution)
export(new_solution_from_result)
export(new_solution_settings)
export(new_statistic)
export(new_theme)
export(new_theme_results)
export(new_variable)
export(new_variable_from_auto)
export(new_variable_from_metadata)
export(new_weight)
export(new_weight_results)
export(prepare_fileInput)
export(read_project)
export(read_spatial_data)
export(removeMapPane)
export(renderImportSettings)
export(renderMapManager)
export(renderSolutionResults)
export(renderSolutionSettings)
export(repair_spatial_data)
export(reserve_sizes)
export(run_app)
export(shapefile_field_names)
export(showSolutionResults)
export(simulate_categorical_legend)
export(simulate_continuous_legend)
export(simulate_data)
export(simulate_exclude_legend)
export(simulate_excludes)
export(simulate_include_legend)
export(simulate_includes)
export(simulate_solution)
export(simulate_solution_legend)
export(simulate_themes)
export(simulate_weights)
export(solutionResults)
export(solutionResultsModal)
export(solutionResultsOutput)
export(solutionResultsSidebarPane)
export(solutionSettings)
export(solutionSettingsOutput)
export(spatial_data_statistics)
export(spatial_data_type)
export(sym)
export(syms)
export(updateImportSettings)
export(updateMapManagerLayer)
export(updateMapManagerOrder)
export(updateSolutionSettings)
export(writeNamedRaster)
export(write_excel_workbook)
export(write_project)
export(write_spatial_data)
import(R6)
import(promises)
import(sf)
import(shinyBS)
importFrom(R.utils,gzip)
importFrom(future,future)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(ipc,stopMulticoreFuture)
importFrom(plyr,rbind.fill)
importFrom(rcbc,cbc_solve)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(shinyalert,shinyalert)
importFrom(withr,with_dir)