-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
56 lines (56 loc) · 1.68 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
Package: actel
Title: Acoustic Telemetry Data Analysis
Version: 1.3.0.9018
Authors@R: c(
person("Hugo", "Flávio", role = c("aut", "cre"),
email = "hflavio@dal.ca", comment = c(ORCID = "0000-0002-5174-1197")),
person("Devon", "Smith", role = c("ctb"),
email = "smithd0@unbc.ca", comment = c(ORCID = "0009-0005-3954-6355"))
)
Description: Designed for studies where animals tagged with acoustic tags are expected
to move through receiver arrays. This package combines the advantages of automatic sorting and checking
of animal movements with the possibility for user intervention on tags that deviate from expected
behaviour. The three analysis functions (explore(), migration() and residency())
allow the users to analyse their data in a systematic way, making it easy to compare results from
different studies.
CJS calculations are based on Perry et al. (2012) <https://www.researchgate.net/publication/256443823_Using_mark-recapture_models_to_estimate_survival_from_telemetry_data>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-GB
Depends: R (>= 3.6)
Imports:
circular,
data.table,
DiagrammeR,
DiagrammeRsvg,
fasttime,
ggplot2,
graphics,
grDevices,
knitr,
readr,
reshape2,
rmarkdown,
rsvg,
scales,
stats,
stringi,
stringr,
svglite,
utils
Suggests:
gdistance,
gWidgets2,
gWidgets2tcltk,
raster,
sp,
sf,
terra,
testthat
VignetteBuilder: knitr
URL: https://github.com/hugomflavio/actel,
https://hugomflavio.github.io/actel-website/
BugReports: https://github.com/hugomflavio/actel/issues