-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.04 KB
/
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
Package: cfdbs
Type: Package
Title: Pulls data from the NEFSC commercial database
Version: 0.1.0
Author: c(person("Andy", "Beet", email = "andrew.beet@noaa.gov", role = c("aut", "cre")),
person("Laurel", "Col", email = "laurel.col@noaa.gov", role = c("aut")),
person("Sean", "Lucey", email = "sean.lucey@noaa.gov", role = c("aut")))
Maintainer: Andy Beet <andrew.beet@noaa.gov>
Description: The NEFSC Commercial database holds data from 1964-present. The ADIOS system pulls together
data from all of the yearly tables cfdett and cfdetts into one materialized view.
This package takes advantage of ADIOS to efficiently explore the data.
Pull data by trip, statistical area, species, gear type, etc.
Examine contents of supporting tables in cfdbs.
Create plots of data pulls
License: file LICENSE - Strictly for NOAA employees and contractors with database privilages
Encoding: UTF-8
LazyData: true
Imports:
getPass (>= 0.2.2),
DBI,
odbc,
dplyr
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr