Package: WHAT
Title: Wetland Hydrological Analysis Tools
Version: 0.1.0
Authors@R: 
    person("Kristen", "Dybala", , "kdybala@pointblue.org", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-2787-4600"))
Description: Supports estimation of wetland water management schedules in 
    California’s Central Valley through analysis of near-real-time, automated 
    hydrological data from Point Blue's Water Tracker.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/pointblue/WHAT,
    https://pointblue.github.io/WHAT/
BugReports: https://github.com/pointblue/WHAT/issues
Imports: 
    dplyr,
    rlang,
    purrr,
    tidyr,
    stringr,
    lubridate,
    zoo, 
    tibble
Depends: 
    R (>= 2.10)
LazyData: true
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3
