-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
45 lines (45 loc) · 1.39 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
Package: spatsoc
Title: Group Animal Relocation Data by Spatial and Temporal Relationship
Version: 0.2.7
Authors@R: c(
person("Alec L.", "Robitaille", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4706-1762")),
person("Quinn", "Webber", role = "aut",
comment = c(ORCID = "0000-0002-0434-9360")),
person("Eric", "Vander Wal", role = "aut",
comment = c(ORCID = "0000-0002-8534-4317"))
)
Description: Detects spatial and temporal groups in GPS relocations
(Robitaille et al. (2019) <doi:10.1111/2041-210X.13215>). It can be
used to convert GPS relocations to gambit-of-the-group format to build
proximity-based social networks In addition, the randomizations
function provides data-stream randomization methods suitable for GPS
data.
License: GPL-3 | file LICENSE
URL: https://docs.ropensci.org/spatsoc/,
https://github.com/ropensci/spatsoc
BugReports: https://github.com/ropensci/spatsoc/issues
Depends:
R (>= 3.4)
Imports:
adehabitatHR (>= 0.4.21),
data.table (>= 1.10.5),
igraph,
sf,
lwgeom,
CircStats,
stats,
units
Suggests:
asnipe,
knitr,
markdown,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>= 4.8.0),
sqlite3