-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·27 lines (27 loc) · 1.31 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
Package: slimmingDive
Type: Package
Title: Flexible, Hierarchical Selection of Drift Dives
Version: 0.2.0.0
Authors@R: c(person("Fer", "Arce", email = "[email protected]", role = c("aut", "cre")),
person("Sophie", "Bestley", email = "[email protected]", role = "ctb"),
person("Clive", "McMahon", email = "[email protected]", role = "ctb"),
person("Mark", "Hindell", email = "[email protected]", role = "ctb"),
person("Simon", "Wotherspoon", email = "[email protected]", role = "aut")
)
Description: Package slimingDive contains a collection of functions for detect and filter drift dives from elephant seal dive profiles summarized by a broken-stick algorithm. These functions are prepared to work with the general format provided by SMRU tags. It has been developed with High-Resolution Time-Depth profiles and tested with Satellite transmitted dive profiles provided by the Australian Integrated Marine Observing System (IMOS).
Maintainer: Fer Arce <[email protected]>
Depends:
R (>= 3.3.0),
gam,
rjags
License: GPL-3 + file LICENSE
SystemRequirements: JAGS (>= 4.2.0)
URL: https://github.com/farcego/slimmingDive
BugReports: https://github.com/farcego/slimmingDive/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Suggests:
knitr,
markdown
VignetteBuilder: knitr