Package: tidyhydat
Title: Extract and Tidy Canadian 'Hydrometric' Data
Version: 0.3.2
Authors@R: c(person("Sam", "Albers", email = "sam.albers@gov.bc.ca", role = c("aut", "cre")),
    person("David", "Hutchinson", email = "david.hutchinson@canada.ca", role = "ctb"),
    person("Province of British Columbia", role = "cph"),
    person("Luke", "Winslow", role = "rev", 
            comment = "Reviewed for rOpenSci"),
    person("Laura", "DeCicco", role = "rev", 
            comment = "Reviewed for rOpenSci")
    )
Description: Provides functions to extract historical and real-time national 'hydrometric'
    data from Water Survey of Canada data sources (<http://dd.weather.gc.ca/hydrometric/csv/> and
    <http://collaboration.cmc.ec.gc.ca/cmc/hydrometrics/www/>) and then applies tidy data principles.
Depends: R (>= 3.3.0)
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/ropensci/tidyhydat
BugReports: https://github.com/ropensci/tidyhydat/issues
Encoding: UTF-8
Imports: dplyr (>= 0.7.3), readr (>= 1.1.1), dbplyr (>= 1.1.0),
        lubridate (>= 1.6.0), tidyr (>= 0.7.1), DBI (>= 0.7), RSQLite
        (>= 2.0), tibble (>= 1.3.4), httr (>= 1.3.1), cli (>= 1.0.0),
        crayon (>= 1.3.4), rappdirs (>= 0.3.1)
Suggests: ggplot2, knitr, rmarkdown, testthat
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-01-11 00:06:10 UTC; salbers
Author: Sam Albers [aut, cre],
  David Hutchinson [ctb],
  Province of British Columbia [cph],
  Luke Winslow [rev] (Reviewed for rOpenSci),
  Laura DeCicco [rev] (Reviewed for rOpenSci)
Maintainer: Sam Albers <sam.albers@gov.bc.ca>
Repository: CRAN
Date/Publication: 2018-01-11 04:07:53 UTC
