-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
61 lines (61 loc) · 2.03 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
Package: voluModel
Title: Modeling Species Distributions in Three Dimensions
Version: 0.2.2
Authors@R:
c(person(given = "Hannah L.",
family = "Owens",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0071-1745")),
person(given = "Carsten",
family = "Rahbek",,,
role="aut",
comment = c(ORCID = "0000-0003-4585-0300")))
Maintainer: Hannah L. Owens <[email protected]>
Description: Facilitates modeling species' ecological niches and
geographic distributions based on occurrences and environments that
have a vertical as well as horizontal component, and projecting models
into three-dimensional geographic space. Working in three dimensions is
useful in an aquatic context when the organisms one wishes to model can
be found across a wide range of depths in the water column. The package
also contains functions to automatically generate marine training
model training regions using machine learning, and interpolate and smooth
patchily sampled environmental rasters using thin plate splines.
Davis Rabosky AR, Cox CL, Rabosky DL, Title PO, Holmes IA, Feldman A, McGuire JA (2016) <doi:10.1038/ncomms11484>.
Nychka D, Furrer R, Paige J, Sain S (2021) <doi:10.5065/D6W957CT>.
Pateiro-Lopez B, Rodriguez-Casal A (2022) <https://CRAN.R-project.org/package=alphahull>.
License: GPL-3
URL: https://hannahlowens.github.io/voluModel/
BugReports: https://github.com/hannahlowens/voluModel/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Depends: R (>= 4.0.0)
Imports:
dplyr,
fields,
ggplot2,
ggtext,
grDevices,
methods,
metR,
modEvA,
rangeBuilder (>= 2.0),
terra,
viridisLite,
sf
Suggests:
testthat (>= 3.0.0),
nlme,
knitr,
covr,
gridExtra,
lattice,
rmarkdown,
rnaturalearth,
rnaturalearthdata,
tibble
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3