-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
69 lines (69 loc) · 2.03 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
61
62
63
64
65
66
67
68
69
Package: oceanexplorer
Title: Explore Our Planet's Oceans with NOAA
Version: 0.1.0.9000
Authors@R:
c(
person(
"Martin",
"Schobben",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8560-0037")
),
person(
"Peter",
"Bijl",
role = "ctb",
comment = c(ORCID = "0000-0002-1710-4012")
)
)
Description: Provides tools for easy exploration of the world ocean atlas of
the US agency National Oceanic and Atmospheric Administration (NOAA). It
includes functions to extract NetCDF data from the repository and code to
visualize several physical and chemical parameters of the ocean. A Shiny app
further allows interactive exploration of the data. The methods for data
collecting and quality checks are described in several papers, which can be
found here: <https://www.ncei.noaa.gov/products/world-ocean-atlas>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
globals (>= 0.14.0),
knitr,
rmarkdown,
shinytest (>= 1.5.1),
spelling,
testthat (>= 3.1.2),
tibble,
vdiffr (>= 1.0.2)
Imports:
stars (>= 0.5.5),
shiny (>= 1.7.1),
ggplot2 (>= 3.3.5),
sf (>= 1.0.5),
waiter (>= 0.2.5),
bslib (>= 0.3.1),
thematic (>= 0.1.2.1),
shinyFeedback (>= 0.4.0),
purrr (>= 0.3.4),
miniUI (>= 0.1.1.1),
rstudioapi (>= 0.13),
DT (>= 0.20),
fs (>= 1.5.2),
glue (>= 1.6.0),
shinyjs (>= 2.1.0),
rlang (>= 0.4.11),
maps (>= 3.4.0),
ncmeta (>= 0.3.0),
RNetCDF (>= 2.6.1),
dplyr
Config/testthat/edition: 3
VignetteBuilder:
knitr
Depends:
R (>= 4.1.0)
URL: https://martinschobben.github.io/oceanexplorer/, https://martinschobben.shinyapps.io/oceanexplorer/, https://www.ncei.noaa.gov/products/world-ocean-atlas, https://github.com/MartinSchobben/oceanexplorer
BugReports: https://github.com/MartinSchobben/oceanexplorer/issues
Language: en-US
LazyData: true