-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
118 lines (118 loc) · 3.83 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
Package: surveyvoi
Type: Package
Version: 1.1.0.2
Title: Survey Value of Information
Description: Decision support tool for prioritizing sites for ecological
surveys based on their potential to improve plans for conserving
biodiversity (e.g. plans for establishing protected areas). Given a set of
sites that could potentially be acquired for conservation management,
it can be used to generate and evaluate plans for surveying additional
sites. Specifically, plans for ecological surveys can be
generated using various conventional approaches (e.g. maximizing expected
species richness, geographic coverage, diversity of sampled environmental
algorithms. After generating such survey plans, they can be evaluated using
conditions) and maximizing value of information. Please note that several
functions depend on the 'Gurobi' optimization software (available from
<https://www.gurobi.com>). Additionally, the 'JAGS' software (available from
<https://mcmc-jags.sourceforge.io/>) is required to fit hierarchical
generalized linear models. For further details, see Hanson et al. (2022) <doi:10.1111/1365-2664.14309>.
Authors@R: c(person(c('Jeffrey', 'O'), 'Hanson',
email='[email protected]', role = c('aut', 'cre'),
comment = c(ORCID = '0000-0002-4716-6134')),
person('Iadine', 'Chadès',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0002-7442-2850')),
person(c('Emma', 'J'), 'Hudgins',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0002-8402-5111')),
person(c('Joseph', 'R'), 'Bennett',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0002-3901-9513')))
Imports:
utils,
methods,
stats,
parallel,
progress (>= 1.2.2),
assertthat (>= 0.2.0),
xgboost (>= 1.7.8.1),
plyr (>= 1.8.4),
withr (>= 2.1.2),
tibble (>= 2.1.3),
scales (>= 1.0.0),
doParallel (>= 1.0.15),
dplyr (>= 0.8.3),
vegan (>= 2.5-6),
RcppAlgos (>= 2.3.6),
groupdata2 (>= 1.3.0),
Rcpp (>= 0.12.19),
Rsymphony (>= 0.1-31),
Suggests:
testthat (>= 3.1.2),
knitr (>= 1.20),
roxygen2 (>= 6.1.0),
rmarkdown (>= 1.10),
tidyr (>= 1.0.0),
ggplot2 (>= 3.2.1),
gridExtra (>= 2.3),
viridis (>= 0.5.1),
PoissonBinomial (>= 1.1.1),
gurobi (>= 8.1.0),
Rmpfr (>= 0.8-1),
runjags (>= 2.0.4.6)
Depends:
R (>= 4.0.0),
Matrix,
sf (>= 0.8.0),
nloptr (>= 1.2.2.2),
LinkingTo:
Rcpp (>= 0.12.19),
RcppEigen (>= 0.3.3.7.0),
PoissonBinomial (>= 1.1.1),
nloptr (>= 1.2.2.2),
License: GPL-3
LazyData: true
Language: en-US
SystemRequirements:
JAGS (>= 4.3.0) (optional),
fftw3 (>= 3.3),
gmp (>= 6.2.1),
gmpxx (>= 6.2.1),
mpfr (>= 3.0.0),
autoconf (>= 2.69),
automake (>= 1.16.5)
URL: https://prioritizr.github.io/surveyvoi/
BugReports: https://github.com/prioritizr/surveyvoi/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
Biarch: true
Collate:
'RcppExports.R'
'approx_evdsi.R'
'evdsi.R'
'internal.R'
'approx_near_optimal_survey_scheme.R'
'approx_optimal_survey_scheme.R'
'cluster.R'
'data.R'
'ilp.R'
'env_div_survey_scheme.R'
'evdci.R'
'feasible_survey_schemes.R'
'fit_hglm_occupancy_models.R'
'fit_xgb_occupancy_models.R'
'geo_cov_survey_scheme.R'
'greedy_heuristic_optimization.R'
'n_states.R'
'optimal_survey_scheme.R'
'package.R'
'prior_probability_matrix.R'
'relative_site_richness_scores.R'
'relative_site_uncertainty_scores.R'
'simulate_feature_data.R'
'simulate_site_data.R'
'validate.R'
'weighted_survey_scheme.R'
'zzz.R'
Roxygen: list(markdown = TRUE)