forked from RyanGan/rnoaa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.66 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
Package: rnoaa
Title: 'NOAA' Weather Data from R
Description: Client for many 'NOAA' data sources including the 'NCDC' climate
'API' at http://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.5.2.9996
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut","cre"), email = "[email protected]"),
person("Karthik", "Ram", role = "ctb", email = "[email protected]"),
person("Adam", "Erickson", role = "ctb", email = "[email protected]"),
person("Nicholas", "Potter", role = "ctb", email = "[email protected]"),
person("Joseph", "Stachelek", role = "ctb", email = "[email protected]"),
person("Hart", "Edmund", role = "ctb", email = "[email protected]")
)
URL: https://github.com/ropensci/rnoaa
BugReports: http://www.github.com/ropensci/rnoaa/issues
LazyData: true
VignetteBuilder: knitr
Imports:
methods,
stats,
utils,
httr (>= 1.0.0),
lubridate,
shiny,
dplyr,
tidyr,
ggplot2,
scales,
XML,
jsonlite,
rappdirs,
gridExtra
Suggests:
testthat,
shinydashboard,
roxygen2,
knitr,
taxize,
ncdf4,
leaflet,
geojsonio,
lawn,
rgdal,
covr,
rmarkdown,
purrr
Remotes: ropensci/geojsonio
RoxygenNote: 5.0.1