Package: TemporalHazard Title: Temporal Parametric Hazard Modeling Version: 1.2.0 Authors@R: person("John", "Ehrlinger", email = "john.ehrlinger@gmail.com", role = c("aut", "cre", "cph")) URL: https://ehrlinger.github.io/temporal_hazard/, https://github.com/ehrlinger/temporal_hazard BugReports: https://github.com/ehrlinger/temporal_hazard/issues Description: Provides native R implementations of the multiphase parametric hazard model of Blackstone, Naftel, and Turner (1986) with a focus on behavioral parity, transparent numerics, and reproducible validation against reference outputs from the original 'C'/'SAS' HAZARD program, originally developed at the University of Alabama at Birmingham (UAB). The 'SAS'/'C' code and this R package are currently developed and maintained at The Cleveland Clinic Foundation, and the R code was wholly developed at The Cleveland Clinic Foundation. The generalized temporal decomposition family extends to longitudinal mixed-effects settings (Rajeswaran et al. 2018 ). The package is intentionally implemented in pure R first; performance-critical paths may later be accelerated with 'Rcpp' without changing the public interface. License: MIT + file LICENSE Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) VignetteBuilder: quarto Depends: R (>= 4.1.0) Imports: survival Suggests: covr, ggplot2, knitr, lintr, numDeriv, pkgdown, quarto, roxygen2, rmarkdown, scales, testthat (>= 3.0.0) LazyData: true Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 RoxygenNote: 8.0.0 Repository: https://ehrlinger.r-universe.dev Date/Publication: 2026-07-15 15:57:53 UTC RemoteUrl: https://github.com/ehrlinger/temporal_hazard RemoteRef: HEAD RemoteSha: faa2447684bed82cd8b1aa9d9ef6aed7de76950f NeedsCompilation: no Packaged: 2026-07-15 17:05:15 UTC; root Author: John Ehrlinger [aut, cre, cph] Maintainer: John Ehrlinger