-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.74 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
Type: Package
Package: AgeingError
Title: Estimating ageing error with 'TMB' from double reads
Version: 2.0.2
Authors@R: c(
person(c("Andre", "E."), "Punt", role = "aut",
comment = c(ORCID = "0000-0001-8489-2488")),
person(c("Kelli", "F."), "Johnson", role = "aut",
comment = c(ORCID = "0000-0001-9563-1937")),
person(c("James", "T."), "Thorson", role = c("ctb", "cph"),
comment = c(ORCID = "0000-0001-7415-1010")),
person(c("Ian", "G."), "Taylor", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8489-2488")),
person("Paul", "Burch", role = "aut",
comment = c(ORCID = "0000-0002-9853-462X")),
person(c("Ian", "J."), "Stewart", role = "ctb"),
person(c("Melissa", "A."), "Haltuch", role = "ctb",
comment = c(ORCID = "0000-0003-2821-1267"))
)
Description: Implements Generalized Linear Mixed Effect Models (GLMMs)
using 'TMB' to estimate ageing error from double reads of otoliths.
The original analysis (Punt et al. 2008; <doi:10.1139/F08-111>) was
written in `ADMB` and focused on estimating imprecision and bias. The
newer version of the software allows for random effects using `TMB`.
License: GPL-3
URL: https://pfmc-assessments.github.io/AgeingError/
BugReports: https://github.com/pfmc-assessments/AgeingError/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
fs,
knitr,
stats,
TMB (>= 1.8.0)
Suggests:
spelling
LinkingTo:
RcppEigen,
TMB
VignetteBuilder:
knitr
ByteCompile: true
Config/testthat/edition: 3
Config/testthat/parallel: true
Copyright: inst/COPYRIGHTS
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: GNU make, C++17