forked from jmsigner/amt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
74 lines (74 loc) · 1.66 KB
/
Copy pathDESCRIPTION
File metadata and controls
74 lines (74 loc) · 1.66 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
Type: Package
Package: amt
Title: Animal Movement Tools
Version: 0.3.1.0
Authors@R: c(
person("Johannes", "Signer", , "jsigner@gwdg.de", role = c("aut", "cre")),
person("Brian", "Smith", role = "ctb"),
person("Bjoern", "Reineking", role = "ctb"),
person("Ulrike", "Schlaegel", role = "ctb"),
person("John", "Fieberg", role = "ctb"),
person("Josh", "O'Brien", role = "ctb"),
person("Bernardo", "Niebuhr", role = "ctb"),
person("Alec", "Robitaille", role = "ctb"),
person("Tal", "Avgar", role = "ctb"),
person("Gerben", "IJntema", role = "ctb"),
person("Scott", "LaPoint", role = "dtc")
)
Description: Manage and analyze animal movement data. The functionality of
'amt' includes methods to calculate home ranges, track statistics
(e.g. step lengths, speed, or turning angles), prepare data for
fitting habitat selection analyses, and simulation of space-use from
fitted step-selection functions.
License: GPL-3
URL: https://github.com/jmsigner/amt
Depends:
R (>= 4.1)
Imports:
checkmate,
circular,
ctmm,
data.table,
dplyr (>= 0.7.0),
fitdistrplus,
FNN,
graphics,
grDevices,
KernSmooth,
lubridate,
MASS,
methods,
purrr,
Rdpack,
rlang,
sf,
sfheaders,
stats,
survival,
terra,
tibble,
tidyr (>= 1.0.0),
utils
Suggests:
adehabitatLT,
broom,
ggplot2,
ggraph,
geosphere,
knitr,
leaflet,
moveHMM,
rmarkdown,
sessioninfo,
suncalc,
tidygraph,
tinytest,
units
VignetteBuilder:
knitr
RdMacros:
Rdpack
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3