forked from r-spatialecology/shar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.32 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
Type: Package
Package: shar
Title: Species-Habitat Associations
Version: 1.2
Authors@R: c(person("Maximillian 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')))
Maintainer: Maximillian H.K. Hesselbarth <[email protected]>
Description:
Analyse species-habitat associations in R. Therefore, information about the
location of the species is needed and about the environmental conditions. 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)
Imports:
classInt,
graphics,
grDevices,
methods,
raster,
spatstat.core,
spatstat.geom,
stats,
utils,
Rcpp
RoxygenNote: 7.1.1
Suggests:
covr,
dplyr,
testthat (>= 2.1.0),
knitr,
rmarkdown,
spatstat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
LinkingTo:
Rcpp