diff --git a/DESCRIPTION b/DESCRIPTION index 0dff73e..5512c5d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,8 +9,7 @@ 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")), @@ -18,13 +17,15 @@ Authors@R: c( 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; ) 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; ) 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) @@ -34,8 +35,8 @@ Imports: stats, TMB (>= 1.8.0) Suggests: - spelling, - knitr + knitr, + spelling LinkingTo: RcppEigen, TMB @@ -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