-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
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 = "myrmecocystus@gmail.com"),
person("Karthik", "Ram", role = "ctb", email = "karthik.ram@gmail.com"),
person("Adam", "Erickson", role = "ctb", email = "adam.erickson@ubc.ca"),
person("Nicholas", "Potter", role = "ctb", email = "potterzot@gmail.com"),
person("Joseph", "Stachelek", role = "ctb", email = "jstachel@sfwmd.gov"),
person("Hart", "Edmund", role = "ctb", email = "Edmund.m.hart@gmail.com")
)
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