Package: cder
Title: Interface to the California Data Exchange Center
Version: 0.2-0
Authors@R: 
    person(given = "Michael",
           family = "Koohafkan",
           role = c("aut", "cre"),
           email = "michael.koohafkan@gmail.com")
Description: Connect to the California Data Exchange Center (CDEC) 
    Web Service <http://cdec.water.ca.gov/>. 'CDEC' provides a centralized 
    database to store, process, and exchange real-time hydrologic information 
    gathered by various cooperators throughout California. The 'CDEC' Web Service 
    <http://cdec.water.ca.gov/dynamicapp/wsSensorData> provides a data download 
    service for accessing historical records. 
License: GPL (>= 3)
URL: https://github.com/mkoohafkan/cder
BugReports: https://github.com/mkoohafkan/cder/issues
Depends: R (>= 3.4)
Imports: utils, curl (>= 3.3), glue (>= 1.3), stringr (>= 1.3), tibble
        (>= 2.0), dplyr (>= 0.7), readr (>= 1.3), rlang (>= 0.3),
        lubridate (>= 1.7)
Encoding: UTF-8
LazyData: true
Suggests: knitr (>= 1.21), rmarkdown (>= 1.11), testthat (>= 2.2)
VignetteBuilder: knitr
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-08-07 19:34:07 UTC; mkoohafk
Author: Michael Koohafkan [aut, cre]
Maintainer: Michael Koohafkan <michael.koohafkan@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-07 22:40:17 UTC
