Package: climatekit
Title: Unified Climate Indices for Temperature, Precipitation, and
        Drought
Version: 0.1.0
Authors@R: 
    person("Charles", "Coverdale", , "charlesfcoverdale@gmail.com", role = c("aut", "cre"))
Description: Compute 35+ standard climate indices from daily weather observations.
    Includes temperature indices (frost days, ice days, growing degree days),
    precipitation indices (dry spells, heavy precipitation, intensity),
    drought indices (Standardized Precipitation Index, Standardized
    Precipitation-Evapotranspiration Index), agroclimatic indices (Huglin,
    Winkler, Branas), and comfort indices (wind chill, heat index, humidex,
    fire danger). All functions accept vectors of observations with
    dates and return tidy data frames with metadata. Implements the 'ET-SCI'
    Expert Team on Sector-specific Climate Indices definitions where
    applicable. No external API calls; pairs with data packages such as
    'readnoaa' for acquisition.
Depends: R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: cli (>= 3.6.0), stats, tools
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/charlescoverdale/climatekit
BugReports: https://github.com/charlescoverdale/climatekit/issues
NeedsCompilation: no
Packaged: 2026-03-18 20:23:11 UTC; charlescoverdale
Author: Charles Coverdale [aut, cre]
Maintainer: Charles Coverdale <charlesfcoverdale@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-23 14:30:02 UTC
Built: R 4.6.0; ; 2026-04-25 17:38:14 UTC; unix
