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
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, dplyr,
        tidyr, ggplot2, scales, XML, jsonlite
Suggests: testthat, roxygen2, knitr, taxize, ncdf4, leaflet, geojsonio,
        lawn, rgdal
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-01-25 19:49:01 UTC; sacmac
Author: Scott Chamberlain [aut, cre],
  Karthik Ram [ctb],
  Adam Erickson [ctb],
  Nicholas Potter [ctb],
  Joseph Stachelek [ctb],
  Hart Edmund [ctb]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2016-01-26 00:13:17
