-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
49 lines (49 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
48
49
Package: gmRi
Title: Utility Functions for GMRI Research Team
Version: 1.0.0
Authors@R:
person(given = "Adam",
family = "Kemberling",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0402-0829"))
Description: Common routines and utilities for performing various
research tasks and implementing GMRI branding. Currently this package
adds ggplot2 palette tools to access official Gulf of Maine Research
Institute colors. Additional functionality is provided to load and
display OISSTv2 data, and additionally common data preparation steps
for Northeast Groundfish Survey data.
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
Suggests:
knitr,
rmarkdown,
patchwork,
rnaturalearth,
sf,
purrr,
stringr,
tibble,
data.table,
ecodata,
stars,
tidyverse,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
ggplot2 (>= 2.1.1),
grDevices (>= 3.0.0),
dplyr,
ncdf4,
raster,
rlang,
magick,
lubridate,
ggthemes,
shiny,
janitor,
readr,
tidyr
Config/testthat/edition: 3