-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 961 Bytes
/
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
Package: mort
Title: Identifying Potential Mortalities and Expelled Tags in Aquatic Acoustic Telemetry Arrays
Version: 0.0.1
Authors@R: c(
person("Rosie", "Smith", , "rosieluain@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2675-4452")),
person("Heidi", "Swanson", role = "fnd")
)
Description: A toolkit for identifying potential mortalities and expelled tags in aquatic acoustic telemetry arrays.
Designed for arrays with non-overlapping receivers.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/rosieluain/mort,
https://rosieluain.github.io/mort/
BugReports: https://github.com/rosieluain/mort/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LazyData: true
Imports:
lubridate,
methods,
rlang
Suggests:
covr,
ggplot2,
knitr,
plotly,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)
Config/testthat/edition: 3