Package: dataRetrieval
Type: Package
Title: Retrieval functions for USGS and EPA hydrologic and water quality data
Version: 2.0.0
Date: 2014-10-13
Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
    email = "rhirsch@usgs.gov"),
    person("Laura", "DeCicco", role = c("aut","cre"),
    email = "ldecicco@usgs.gov"),
    person("David","Lorenz", role=c("aut"),
    email = "lorenz@usgs.gov"))
Description: Collection of functions to help retrieve USGS and EPA water
    quality and hydrology data from web services.
License: Unlimited | file LICENSE
Copyright: This software is in the public domain because it contains materials
    that originally came from the United States Geological Survey, an agency of
    the United States Department of Interior. For more information, see the
    official USGS copyright policy at
    http://www.usgs.gov/visual-id/credit_usgs.html#copyright
Depends:
    R (>= 3.0)
Imports:
    XML,
    RCurl,
    reshape2,
    lubridate,
    plyr,
    httr
Suggests:
    xtable,
    knitr,
    testthat
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
BuildVignettes: true