-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.01 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
Package: gapctd
Type: Package
Title: Process CTD data from bottom trawl surveys
Version: 2.1.7
Date: 2024-12-16
Authors@R: c(person("Sean", "Rohan",
email = "[email protected]",
role = c("aut", "cre")),
person("Cecilia", "O'Leary",
role = c("aut")))
Maintainer: Sean Rohan <[email protected]>
Description: Package to process SBE19 CTD data from AFSC RACE/Groundfish Assessment Program bottom trawl surveys, where data are collected using trawl-mounted CTDs. The package includes implementations of modules adapted from SBE Data Processing software to streamline data processing and analysis using R.
License: GPL (>=2)
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.2
Depends: R(>= 4.1),
plyr,
dplyr,
tidyr,
ggplot2,
oce,
here,
bbmle,
interp,
sf,
plotly,
lubridate
Imports: RODBC,
getPass,
RNetCDF
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr