-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.12 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
Package: vprr
Type: Package
Title: Processing and Visualization of Video Plankton Recorder Data
Version: 0.3.0
Authors@R: c(person("Emily O'Grady", role = c("aut", "cre"), email = "vprrcontact@gmail.com"), person("Kevin Sorochan", role = "aut"), person("Catherine Johnson", role = "aut"))
Maintainer: Emily O'Grady <vprrcontact@gmail.com>
Description: An oceanographic data processing package for analyzing and visualizing Video
Plankton Recorder data. This package was developed at 'Bedford Institute of Oceanography'.
Functions are designed to process automated image classification output and create organized and
easily portable data products.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends: R (>= 2.10)
Imports: ggplot2,
oce,
dplyr,
interp,
magick,
gsw,
tidyr,
stringr,
metR,
gridExtra,
lubridate,
cmocean,
withr,
usethis,
data.table,
fs,
rjson
Suggests:
knitr,
rmarkdown,
testthat,
markdown
VignetteBuilder: knitr
BuildVignettes: true
Roxygen: list(markdown = TRUE)
URL: https://eogrady21.github.io/vprr/