-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
200 lines (200 loc) · 5.67 KB
/
DESCRIPTION
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
Package: wheretowork
Title: Interactive Systematic Conservation Planning Application
Version: 0.0.0.9000
Description:
Launch an interactive web application for systematic conservation planning.
Data can be accessed using projects available on disk, uploaded using
project files, or uploaded in shapefile format. Prioritizations are
generated using mixed integer programming techniques. The performance of
candidate prioritizations can be examined using summary statistics,
interactive charts, and tables. Finally, data and prioritizations can also
be downloaded for subsequent analysis.
Authors@R: c(
person(c('Jeffrey', 'O'), 'Hanson',
email='[email protected]', role = c('aut', 'cre'),
comment = c(ORCID = '0000-0002-4716-6134')),
person(c('Richard'), 'Schuster',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0003-3191-7869')),
person(c('Joseph'), 'Bennett', role = c('aut')),
person(c('Jaimie'), 'Vincent', role = c('aut')),
person(c('Dan'), 'Wismer',
email='[email protected]', role = c('ctb')),
person(c('Marc'), 'Edwards',
email='[email protected]', role = c('ctb'))
)
Imports:
utils,
stats,
methods,
assertthat (>= 0.2.0),
rlang (>= 0.4.11),
cachem (>= 1.0.5),
cli (>= 3.0.0),
markdown (>= 1.1),
digest (>= 0.6.27),
stringi (>= 1.7.3),
tools (>= 4.0.5),
Matrix (>= 1.3-3),
pryr (>= 0.1.4),
uuid (>= 0.1.4),
scales (>= 1.1.1),
units (>= 0.7.2),
R.utils (>= 2.10.1),
yaml (>= 2.2.1),
config (>= 0.3.1),
openxlsx (>= 4.2.3),
future (>= 1.21.0),
igraph (>= 1.2.6),
RColorBrewer (>= 1.1.2),
viridisLite (>= 0.4.0),
tibble (>= 3.1.1),
withr (>= 2.4.2),
readxl (>= 1.3.1),
data.table (>= 1.14.0),
plyr (>= 1.8.6),
dplyr (>= 1.0.6),
prioritizr (>= 7.1.1),
fasterize (>= 1.0.3),
rgdal (>= 1.5.23),
rcbc (>= 0.1.0.9001),
shiny (>= 1.6.0),
ipc (>= 0.1.3),
golem (>= 0.3.1),
pkgload (>= 1.2.1),
htmlwidgets (>= 1.5.3),
htmltools (>= 0.5.1.1),
shinyjs (>= 2.0.0),
shinyFeedback (>= 0.3.0),
shinyWidgets (>= 0.6.0),
shinybusy (>= 0.2.2),
shinyalert (>= 2.0.0),
leaflet (>= 2.0.3.9000),
leaflet.extras2 (>= 1.1.0),
colourpicker (>= 1.1.0),
DT (>= 0.18),
fields (>= 0.14.1),
terra (>= 1.7.29),
Suggests:
testthat (>= 2.0.1),
knitr (>= 1.2.0),
roxygen2 (>= 6.1.1),
rmarkdown (>= 1.10),
rvest (>= 1.0.0),
xml2 (>= 1.3.2),
processx (>= 3.5.2),
rsconnect (>= 0.8.18),
devtools (>= 2.4.2),
whereami (>= 0.1.9),
pkgdown (>= 1.6.1.9001),
Depends:
R (>= 4.0.0),
shinyBS (>= 0.6.1),
promises (>= 1.2.0.1),
R6 (>= 2.5.0),
raster (>= 3.6.20),
sf (>= 0.9.8),
License: GPL-3
Encoding: UTF-8
Language: en-US
URL: https://NCC-CNC.github.io/wheretowork/
BugReports: https://github.com/NCC-CNC/wheretowork/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Collate:
'app_config.R'
'app_global.R'
'app_server.R'
'app_ui.R'
'internal.R'
'class_CategoricalLegend.R'
'class_ContinuousLegend.R'
'class_Dataset.R'
'class_Variable.R'
'class_Exclude.R'
'class_ExcludeResults.R'
'class_Feature.R'
'class_FeatureResults.R'
'class_Include.R'
'class_IncludeResults.R'
'class_ManualLegend.R'
'class_Solution.R'
'class_Theme.R'
'class_Weight.R'
'class_MapManager.R'
'class_NullLegend.R'
'class_Parameter-class.R'
'class_Provenance.R'
'class_Result.R'
'class_SolutionSettings.R'
'class_Statistic.R'
'class_ThemeResults.R'
'class_WeightResults.R'
'fct_find_projects.R'
'fct_min_set_result.R'
'fct_min_shortfall_result.R'
'fct_read_project.R'
'fct_simulate_excludes.R'
'fct_simulate_includes.R'
'fct_simulate_legends.R'
'fct_simulate_solution.R'
'fct_simulate_spatial_data.R'
'fct_simulate_themes.R'
'fct_simulate_weights.R'
'fct_write_project.R'
'package.R'
'run_app.R'
'server_export_data.R'
'server_export_spreadsheets.R'
'server_generate_new_solution.R'
'server_import_builtin_data.R'
'server_import_data.R'
'server_import_manual_data.R'
'server_import_spatial_data.R'
'server_initialize_app.R'
'server_update_map.R'
'server_update_solution_results.R'
'server_update_solution_settings.R'
'server_verify_manual_uploads.R'
'server_verify_spatial_uploads.R'
'widget_solutionSettings_ui.R'
'ui_acknowledgmentsSidebarPane.R'
'ui_contactSidebarPane.R'
'ui_exportSidebarPane.R'
'widget_solutionResults_ui.R'
'ui_helpModal.R'
'ui_horizontalPickerInput.R'
'ui_importModal.R'
'ui_leaflet_map.R'
'widget_mapManager_ui.R'
'ui_mapManagerSidebarPane.R'
'ui_newSolutionSidebarPane.R'
'ui_solutionResultsModal.R'
'ui_solutionResultsSidebarPane.R'
'utils-tidy-eval.R'
'utils_acknowledge_packages.R'
'utils_color_palette.R'
'utils_error_misc.R'
'utils_extract_data_matrix.R'
'utils_file_validation.R'
'utils_import_spatial_data.R'
'utils_prepare_fileInput.R'
'utils_raster_io.R'
'utils_shinyjs.R'
'utils_spatial_data_statistics.R'
'utils_spatial_data_type.R'
'utils_spatial_io.R'
'utils_spatial_misc.R'
'utils_write_excel_workbook.R'
'widget_importSettings_server.R'
'widget_importSettings_ui.R'
'widget_mapManager_html.R'
'widget_mapManager_server.R'
'widget_solutionResults_server.R'
'widget_solutionSettings_server.R'
'widget_solutionSetttings_html.R'
Remotes:
r-lib/pkgdown,
NCC-CNC/leaflet.extras2,
NCC-CNC/leaflet@pane-extra,
dirkschumacher/rcbc