-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 914 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: MLZ
Title: Mean Length-Based Estimators of Mortality using TMB
Version: 0.1.5
Authors@R: c(person("Quang", "Huynh", email = "quang@bluematterscience.com", role = c("aut", "cre")),
person("Todd", "Gedamke", role = "ctb"),
person("Amy", "Then", role = "ctb"))
Date: 2024-09-25
Maintainer: Quang Huynh <quang@bluematterscience.com>
Description: Estimation functions and diagnostic tools for mean length-based total mortality estimators based on Gedamke and Hoenig (2006) <doi:10.1577/T05-153.1>.
Depends:
R (>= 3.4.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
methods,
stats,
graphics,
grDevices,
dplyr (>= 0.5.0),
gplots,
ggplot2 (>= 2.0.0),
reshape2 (>= 1.4.1),
parallel,
TMB
RoxygenNote: 6.1.1
Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
LinkingTo: TMB, RcppEigen
NeedsCompilation: yes