-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
45 lines (45 loc) · 1.39 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
Package: rerddap
Title: General Purpose Client for 'ERDDAP' Servers
Description: General purpose R client for 'ERDDAP' servers. Includes
functions to search for 'datasets', get summary information on
'datasets', and fetch 'datasets', in either 'csv' or 'netCDF' format.
'ERDDAP' information:
<https://upwell.pfeg.noaa.gov/erddap/information.html>.
Version: 1.1.0
Date: 2024-1-12
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = "aut"),
person("Ben", "Tupper", role = "ctb"),
person("Salvador Jesús Fernández", "Bejarano", role = "ctb"),
person("Roy", "Mendelssohn", role = c("cre", "ctb"),
email = "roy.mendelssohn@noaa.gov")
)
URL: https://docs.ropensci.org/rerddap/, https://github.com/ropensci/rerddap
BugReports: https://github.com/ropensci/rerddap/issues
LazyData: true
Depends: R (>= 4.00)
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
Imports:
crul (>= 0.7.4),
dplyr (>= 0.5.0),
data.table (>= 1.12.0),
digest,
hoardr (>= 0.5.2),
jsonlite (>= 1.6),
lubridate,
methods,
ncdf4 (>= 1.16),
tibble,
utils,
xml2 (>= 1.2.0)
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.2.3
VignetteBuilder: knitr
X-schema.org-applicationCategory: Climate
X-schema.org-keywords: earth, science, climate, precipitation, temperature, storm, buoy, NOAA
X-schema.org-isPartOf: https://ropensci.org