-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.33 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
53
54
55
56
57
58
59
60
Package: seascapeR
Title: Fetch and visualize seascapes
Version: 0.4.3
URL: https://marinebon.org/seascapeR,
https://github.com/marinebon/seascapeR
BugReports: https://github.com/marinebon/seascapeR/issues
Authors@R:
c(person(given = "Ben",
family = "Best",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2686-0784")),
person(given = "Enrique",
family = "Montes Herrera",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3103-4479")),
person(given = "Maria",
family = "Kavanaugh",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6126-6177")))
Description: Fetch and visualize seascapes.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
dygraphs,
ggplot2,
ggthemes,
glue,
here,
kableExtra,
knitr,
leaflet,
leafem,
lubridate,
magrittr,
markdown,
purrr,
raster,
RColorBrewer,
readr,
rerddap,
R.utils,
sf,
sp,
stringr,
tabularaster,
tidyr,
tibble,
xts
Suggests:
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)