forked from ropensci/rnoaa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
71 lines (71 loc) · 2.16 KB
/
Copy pathDESCRIPTION
File metadata and controls
71 lines (71 loc) · 2.16 KB
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
70
71
Package: rnoaa
Title: 'NOAA' Weather Data from R
Description: Client for many 'NOAA' data sources including the 'NCDC' climate
'API' at <https://www.ncdc.noaa.gov/cdo-web/webservices/v2>, with functions for
each of the 'API' 'endpoints': data, data categories, data sets, data types,
locations, location categories, and stations. In addition, we have an interface
for 'NOAA' sea ice data, the 'NOAA' severe weather inventory, 'NOAA' Historical
Observing 'Metadata' Repository ('HOMR') data, 'NOAA' storm data via 'IBTrACS',
tornado data via the 'NOAA' storm prediction center, and more.
Version: 0.9.5.95
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut","cre"),
email = "myrmecocystus@gmail.com",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Brooke", "Anderson", role = "ctb"),
person("Maëlle", "Salmon", role = "ctb"),
person("Adam", "Erickson", role = "ctb"),
person("Nicholas", "Potter", role = "ctb"),
person("Joseph", "Stachelek", role = "ctb"),
person("Alex", "Simmons", role = "ctb"),
person("Karthik", "Ram", role = "ctb"),
person("Hart", "Edmund", role = "ctb"),
person("rOpenSci", role = "fnd", comment = "https://ropensci.org")
)
URL: https://docs.ropensci.org/rnoaa (website),
https://github.com/ropensci/rnoaa (devel)
BugReports: https://github.com/ropensci/rnoaa/issues
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Imports:
utils,
crul (>= 0.7.0),
lubridate,
dplyr,
tidyr,
tidyselect,
ggplot2,
scales,
XML,
xml2,
jsonlite,
rappdirs,
gridExtra,
tibble,
isdparser (>= 0.2.0),
geonames,
hoardr (>= 0.5.2)
Suggests:
roxygen2 (>= 7.0.2),
testthat,
knitr,
taxize,
ncdf4,
raster,
leaflet,
rgdal,
sf,
rmarkdown,
purrr,
ggmap,
ropenaq,
vcr (>= 0.2.2),
webmockr
RoxygenNote: 7.0.2
X-schema.org-applicationCategory: Climate
X-schema.org-keywords: earth, science, climate, precipitation, temperature, storm, buoy, NCDC, NOAA, tornadoe, sea ice, ISD
X-schema.org-isPartOf: https://ropensci.org