-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 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
42
43
44
45
46
47
48
49
50
51
52
Package: onmsR
Title: Office of National Marine Sanctuaries functions for dataset-specific wrangling and plotting in R
Version: 0.2.3
Authors@R:
c(person(given = "Ben",
family = "Best",
role = c("aut", "cre"),
email = "ben@ecoquants.com",
comment = c(ORCID = "0000-0002-2686-0784")),
person(given = "Jai",
family = "Ranganathan",
role = "aut",
email = "jai@scifund.org"))
Description: R package of common functions used across National Marine Sanctuaries
for infographic development.
License: MIT license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
dplyr,
dygraphs,
fs,
ggplot2,
glue,
here,
htmltools,
knitr,
leaflet,
librarian,
lwgeom,
lubridate,
magrittr,
mapview,
purrr,
rerddap,
rlang,
rmarkdown,
scales,
sf,
shiny,
stringr,
terra,
tools,
units,
xts
URL: https://github.com/noaa-onms/onmsR
BugReports: https://github.com/noaa-onms/onmsR/issues
VignetteBuilder: knitr
Depends:
R (>= 2.10)