-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 864 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
Package: trawlData
Title: Read and Clean Data from Bottom Trawl Surveys
Version: 1.0.0
Authors@R: c(person(given="Ryan D.", family="Batt", email="battrd@gmail.com", role=c("aut","cre")),
person(given="James W.", family="Morley", email="jw.morley@rutgers.edu", role=c("aut")),
person(given="Rebecca L.", family="Selden", email="becca.selden@gmail.com", role=c("aut")),
person(given="Malin L.", family="Pinsky", email="malin.pinsky@rutgers.edu", role=c("aut")))
Description: Collates and cleans data from North American bottom trawl surveys.
Depends:
R (>= 3.1.3),
data.table (>= 1.9.4)
License: CC0
LazyData: true
Imports:
LaF,
bit64,
stringr,
stringi,
PBSmapping,
reshape2,
lubridate
Suggests:
raster,
taxize,
rfishbase,
testthat,
rgdal,
knitr,
rmarkdown
RoxygenNote: 5.0.1
VignetteBuilder: knitr