-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 930 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: gfdata
Type: Package
Title: Data queries for accessing the AKFIN and AFSC databases.
Version: 0.1.0
Authors@R: person("Benjamin", "Williams", email = "ben.williams@noaa.gov",
role = c("aut", "cre"))
Maintainer: The package maintainer <ben.williams@noaa.gov>
Description: This package provides a folder structure and SQL queries for accessing the AKFIN and AFSC databases in support of fishery stock assessments.
Additionally, archived data are held/provided to maintain consistency across assessments/assessment authors.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
DBI,
dplyr,
here,
lifecycle,
magrittr,
odbc,
tidyr,
vroom
RoxygenNote: 7.2.1
URL: https://benwilliams-noaa.github.io/gfdata
Roxygen: list(markdown = TRUE)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Config/testthat/edition: 3