forked from ropensci/rnoaa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
59 lines (59 loc) · 1.7 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
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.6.7.9215
License: MIT + file LICENSE
Encoding: UTF-8
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut","cre"), email = "[email protected]"),
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")
)
URL: https://github.com/ropensci/rnoaa
BugReports: https://github.com/ropensci/rnoaa/issues
LazyData: true
VignetteBuilder: knitr
Imports:
utils,
httr (>= 1.0.0),
crul (>= 0.2.0),
lubridate,
dplyr,
tidyr,
ggplot2,
scales,
XML,
xml2,
jsonlite,
rappdirs,
gridExtra,
tibble,
isdparser (>= 0.2.0),
geonames,
hoardr
Suggests:
roxygen2 (>= 6.0.1),
testthat,
knitr,
taxize,
ncdf4,
leaflet,
rgdal,
rmarkdown,
purrr,
ggmap,
ropenaq
Remotes: ropensci/hoardr
RoxygenNote: 6.0.1