-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
52 lines (52 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
Type: Package
Package: shar
Title: Species-Habitat Associations
Version: 2.3.1
Authors@R: c(person("Maximilian H.K.", "Hesselbarth", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1125-9918")),
person("Marco", "Sciaini", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-3042-5435")),
person("Chris", "Wudel", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0003-0446-4665")),
person("Zeke", "Marshall", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0001-9260-7827")),
person("Thomas", "Etherington", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0002-3187-075X")),
person("Janosch", "Heinermann", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0001-5080-8591"))
)
Maintainer: Maximilian H.K. Hesselbarth <[email protected]>
Description:
Analyse species-habitat associations in R. Therefore, information about the location
of the species (as a point pattern) is needed together with environmental conditions
(as a categorical raster). To test for significance habitat associations, one of
the two components is randomized. Methods are mainly based on Plotkin et al. (2000)
<doi:10.1006/jtbi.2000.2158> and Harms et al. (2001) <doi:10.1111/j.1365-2745.2001.00615.x>.
License: GPL (>= 3)
URL: https://r-spatialecology.github.io/shar/
BugReports: https://github.com/r-spatialecology/shar/issues/
Depends: R (>= 3.1.0)
Imports:
classInt,
graphics,
grDevices,
methods,
spatstat.explore,
spatstat.geom,
spatstat.model,
spatstat.random,
stats,
terra,
utils
Suggests:
covr,
dplyr,
knitr,
rmarkdown,
spatstat (>= 2.0-0),
testthat (>= 3.0.0)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3