-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.47 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
Package: SimSurvey
Type: Package
Title: Test Surveys by Simulating Spatially-Correlated Populations
Version: 0.1.6
Authors@R: c(
person("Paul", "Regular", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0318-2615")),
person("Jonathan", "Babyn", email = "[email protected]",
role = "ctb"),
person("Greg", "Robertson", email = "[email protected]",
role = "ctb"))
Maintainer: Paul Regular <[email protected]>
Description: Simulate age-structured populations that vary in space and time and
explore the efficacy of a range of built-in or user-defined sampling
protocols to reproduce the population parameters of the known population.
(See Regular et al. (2020) <doi:10.1371/journal.pone.0232822> for more
details).
Depends:
R (>= 3.3.0)
License: GPL-3
Additional_repositories:
https://inla.r-inla-download.org/R/stable/
LazyData: true
ByteCompile: true
URL:
https://paulregular.github.io/SimSurvey/
BugReports:
https://github.com/PaulRegular/SimSurvey/issues
Imports:
sf,
stars,
data.table,
magrittr,
progress,
doParallel,
parallel,
foreach,
plotly,
rlang,
lifecycle
Suggests:
fields,
rmarkdown,
flexdashboard,
shiny,
crosstalk,
htmltools,
viridis,
lme4,
ggplot2,
INLA,
INLAspacetime,
knitr,
bezier
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr