-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from pfmc-assessments/style-description
Style DESCRIPTION in a tidy way
- Loading branch information
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -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 |