Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iantaylor-NOAA committed May 30, 2024
2 parents 374e041 + fded2c3 commit b6bc12c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,23 @@ Authors@R: c(
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 = "[email protected]",
role = c("aut", "cre"),
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`.
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/index.html, https://pfmc-assessments.github.io/AgeingError/, http://pfmc-assessments.github.io/AgeingError/
URL: https://pfmc-assessments.github.io/AgeingError/index.html,
https://pfmc-assessments.github.io/AgeingError/,
http://pfmc-assessments.github.io/AgeingError/
BugReports: https://github.com/pfmc-assessments/AgeingError/issues
Depends:
R (>= 3.5.0)
Expand All @@ -35,6 +36,7 @@ Imports:
TMB (>= 1.8.0),
knitr
Suggests:
knitr,
spelling
LinkingTo:
RcppEigen,
Expand All @@ -46,8 +48,8 @@ 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.1
SystemRequirements: GNU make, C++17
Language: en-US

0 comments on commit b6bc12c

Please sign in to comment.