-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.14 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: comlandr
Title: Pulls and processes commercial fishing data from the Northeast US
Version: 1.0.0
Authors@R: c(person(given = "Sean",
family = "Lucey",
role = c("aut")),
person(given= "Andy",
family= "Beet",
email = "andrew.beet@noaa.gov",
role = c("cre","aut"),
comment = c(ORCID = "0000-0001-8270-7090")))
Description: Pulls and processes commercial fishing data (US and NAFO).
URL: https://github.com/NOAA-EDAB/comlandr, https://noaa-edab.github.io/comlandr/
BugReports: https://github.com/NOAA-EDAB/comlandr/issues
License: file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
markdown,
patchwork,
readr,
kableExtra,
tidyr,
ggforce
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Imports:
data.table,
sf,
DBI,
magrittr,
dplyr,
stringr,
tibble,
ggplot2,
gtools,
survdat,
NEFSCspatial
Remotes:
NOAA-EDAB/survdat,
NEFSCspatial=NEFSC/NEFSC-Spatial
Config/testthat/edition: 3