Skip to content

Commit

Permalink
Merge pull request #26 from pfmc-assessments/style-description
Browse files Browse the repository at this point in the history
Style DESCRIPTION in a tidy way
  • Loading branch information
iantaylor-NOAA committed May 30, 2024
2 parents 23ceaa8 + c704598 commit fded2c3
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 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 = "ian.taylor@noaa.gov",
role = c("aut", "cre"),
person(c("Ian", "G."), "Taylor", , "ian.taylor@noaa.gov", 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 @@ -34,8 +35,8 @@ Imports:
stats,
TMB (>= 1.8.0)
Suggests:
spelling,
knitr
knitr,
spelling
LinkingTo:
RcppEigen,
TMB
Expand All @@ -46,8 +47,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 fded2c3

Please sign in to comment.