Package: climatekit Title: Unified Climate Indices for Temperature, Precipitation, and Drought Version: 0.2.0 Authors@R: person("Charles", "Coverdale", , "charlesfcoverdale@gmail.com", role = c("aut", "cre")) Description: Compute the standard suite of climate indices from daily weather observations. Provides the canonical 'ETCCDI' 27 (Expert Team on Climate Change Detection and Indices), the 'ET-SCI' heatwave and cold-wave families plus the Excess Heat Factor of Nairn and Fawcett (2013), and agroclimatic, drought, and human-comfort families. Drought indices ('SPI', 'SPEI') accept a choice of distribution (gamma or Pearson III for SPI; log-logistic or generalised extreme value for SPEI). Reference evapotranspiration is available via Hargreaves and the FAO-56 Penman-Monteith method (Allen et al. 1998). Percentile-based indices support the Zhang (2005) in-base bootstrap. Daily inputs are numeric vectors plus a 'Date' vector; outputs are tidy data frames. Optional gridded support via 'terra' applies any index over a 'SpatRaster' and reads 'netCDF' input. No external API calls; pairs with data packages such as 'readnoaa'. References: Alexander et al. (2006) ; Zhang et al. (2011) ; Zhang et al. (2005) . Depends: R (>= 4.1.0) License: MIT + file LICENSE Language: en-GB Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli (>= 3.6.0), stats, tools Suggests: testthat (>= 3.0.0), terra, ncdf4, knitr, rmarkdown VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://charlescoverdale.github.io/climatekit/, https://github.com/charlescoverdale/climatekit BugReports: https://github.com/charlescoverdale/climatekit/issues Repository: https://charlescoverdale.r-universe.dev Date/Publication: 2026-05-30 14:58:54 UTC RemoteUrl: https://github.com/charlescoverdale/climatekit RemoteRef: HEAD RemoteSha: ca994aa0de2dff77b2b78dcc6fbff52c8693826b NeedsCompilation: no Packaged: 2026-05-30 15:07:06 UTC; root Author: Charles Coverdale [aut, cre] Maintainer: Charles Coverdale