Package: rnoaa
Version: 0.1.0
Date: 2014-03-03
License: MIT + file LICENSE
Title: NOAA climate data from R.
Description: This is an R wrapper to the NOAA climate data API at
    http://www.ncdc.noaa.gov/cdo-web/webservices/v2. There are 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 that is not part of the climate data API.
Authors@R: c(person("Hart", "Edmund", role = c("aut","cre"),
    email = "Edmund.m.hart@gmail.com"),
    person("Scott", "Chamberlain", role = "aut",
    email = "myrmecocystus@gmail.com"),
    person("Karthik", "Ram", role = "aut",
    email = "karthik.ram@gmail.com"))
URL: https://github.com/ropensci/rnoaa
BugReports: http://www.github.com/ropensci/rnoaa/issues
LazyLoad: yes
LazyData: yes
Imports: httr, lubridate, plyr, ggplot2, scales, rgdal, maptools,
        stringr, XML, data.table
Suggests: testthat, roxygen2
Packaged: 2014-03-03 20:23:28 UTC; thart
Author: Hart Edmund [aut, cre],
  Scott Chamberlain [aut],
  Karthik Ram [aut]
Maintainer: Hart Edmund <Edmund.m.hart@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-03-03 22:45:10
