Version: 0.2.1 Package: nowcastr Title: Nowcasting with Chain-Ladder Method Description: Nowcasting using the Chain-Ladder method. Supports both non-cumulative delay-based estimation and model-based completeness fitting (e.g., using logistic or Gompertz curves) to predict final counts from partially reported data. Authors@R: c(person("Mathias", "Leroy", , "mathias.leroy.rpkg@gmail.com", role = c("aut", "cre")), person("Finlay", "Campbell", role = "aut")) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 LazyData: true Imports: S7, rlang, magrittr, dplyr, tidyr, stats, purrr, ggplot2, scales, cli Depends: R (>= 4.1.0) Suggests: ISOweek, testthat (>= 3.0.0), quarto, shiny, bslib, DT VignetteBuilder: quarto Config/testthat/edition: 3 URL: https://github.com/whocov/nowcastr, https://whocov.github.io/nowcastr/ BugReports: https://github.com/whocov/nowcastr/issues Config/pak/sysreqs: libicu-dev Repository: https://whocov.r-universe.dev Date/Publication: 2026-07-03 12:34:14 UTC RemoteUrl: https://github.com/whocov/nowcastr RemoteRef: HEAD RemoteSha: 2196bb5e26971ae6ab18a13f799fe59a9406b345 NeedsCompilation: no Packaged: 2026-07-03 13:19:36 UTC; root Author: Mathias Leroy [aut, cre], Finlay Campbell [aut] Maintainer: Mathias Leroy