-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style and docs: run devtools::document() and styler::style_pkg()
- Loading branch information
1 parent
bf7034d
commit bd06f5a
Showing
41 changed files
with
1,108 additions
and
901 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 |
---|---|---|
|
@@ -2,60 +2,25 @@ Package: PacFIN.Utilities | |
Title: Generate fishery composition data from PacFIN data for the NWFSC | ||
Version: 0.2.9 | ||
Authors@R: c( | ||
person( | ||
given = c("Kelli", "F."), | ||
family = "Johnson", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-5149-451X") | ||
), | ||
person( | ||
given = c("Chantel", "R."), | ||
family = "Wetzel", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-7573-8240") | ||
), | ||
person( | ||
given = c("Kathryn", "L."), | ||
family = "Doering", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-0396-7044") | ||
), | ||
person( | ||
given = c("Brian", "J."), | ||
family = "Langseth", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-9901-6146") | ||
), | ||
person( | ||
given = "Andi", | ||
family = "Stephens", | ||
role = "ctb", | ||
email = "[email protected]" | ||
), | ||
person( | ||
given = c("Ian", "G."), | ||
family = "Taylor", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-4232-5669") | ||
), | ||
person( | ||
given = c("John", "R."), | ||
family = "Wallace", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-2333-1262") | ||
) | ||
) | ||
Description: Manipulates data from the PacFIN database for stock synthesis. | ||
person(c("Kelli", "F."), "Johnson", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-5149-451X")), | ||
person(c("Chantel", "R."), "Wetzel", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-7573-8240")), | ||
person(c("Kathryn", "L."), "Doering", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0002-0396-7044")), | ||
person(c("Brian", "J."), "Langseth", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0002-9901-6146")), | ||
person("Andi", "Stephens", , "[email protected]", role = "ctb"), | ||
person(c("Ian", "G."), "Taylor", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0002-4232-5669")), | ||
person(c("John", "R."), "Wallace", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0002-2333-1262")) | ||
) | ||
Description: Manipulates data from the PacFIN database for stock | ||
synthesis. | ||
License: MIT + file LICENSE | ||
Depends: | ||
R (>= 4.2) | ||
License: MIT + file LICENSE | ||
LazyData: true | ||
Imports: | ||
cli, | ||
dplyr, | ||
|
@@ -81,10 +46,12 @@ Suggests: | |
RODBC, | ||
testthat (>= 3.0.0), | ||
usethis | ||
VignetteBuilder: | ||
knitr | ||
Remotes: | ||
github::pfmc-assessments/nwfscSurvey | ||
VignetteBuilder: knitr | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Encoding: UTF-8 | ||
github::pfmc-assessments/nwfscSurvey | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.2 |
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
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
Oops, something went wrong.