forked from rosieluain/mort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 871 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
Package: mort
Title: mort: Identifying potential mortalities and expelled tags in aquatic acoustic telemetry arrays
Version: 0.0.1
Authors@R: c(
person("Rosie", "Smith", , "[email protected]", role = c("aut", "cre"),
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:
ggplot2,
knitr,
plotly,
rmarkdown
VignetteBuilder: knitr