-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
59 lines (59 loc) · 2.3 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
Package: dynamicSDM
Title: Species Distribution and Abundance Modelling at High Spatio-Temporal Resolution
Version: 1.3.4
Authors@R: c(
person("Rachel", "Dobson", , "[email protected]", role = c("aut", "cre", "ctb"),
comment = c(ORCID = "0000-0003-3990-267X")),
person("Andy J.", "Challinor", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-8551-6617")),
person("Robert A.", "Cheke", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-7437-1934")),
person("Stewart", "Jennings", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-1267-8623")),
person("Stephen G.", "Willis", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-8656-5808")),
person("Martin", "Dallimer", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-8120-3309")))
Description: A collection of novel tools for generating species distribution and abundance models (SDM) that are dynamic through both space and time. These highly flexible functions incorporate spatial and temporal aspects across key SDM stages; including when cleaning and filtering species occurrence data, generating pseudo-absence records, assessing and correcting sampling biases and autocorrelation, extracting explanatory variables and projecting distribution patterns. Throughout, functions utilise Google Earth Engine and Google Drive to minimise the computing power and storage demands associated with species distribution modelling at high spatio-temporal resolution.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
googledrive,
lubridate,
magrittr,
reticulate,
rgee,
stats,
terra,
tidyr,
grDevices,
graphics,
methods,
utils,
sf,
readr
Depends:
R (>= 3.5.0)
Suggests:
ape,
CoordinateCleaner,
covr,
gargle,
gbm,
ggplot2,
knitr,
magick,
matrixStats,
rmarkdown,
spThin,
stars,
testthat (>= 3.0.0),
viridis
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/r-a-dobson/dynamicSDM
BugReports: https://github.com/r-a-dobson/dynamicSDM/issues