Package: WH
Type: Package
Title: Enhanced Implementation of Whittaker-Henderson Smoothing
Version: 1.0.3
Authors@R: person("Guillaume", "Biessy", email = "guillaume.biessy78@gmail.com",
  role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3756-7345"))
Description: An enhanced implementation of Whittaker-Henderson smoothing for the gradation 
    of one-dimensional and two-dimensional actuarial tables used to quantify Life Insurance risks.
    'WH' is based on the methods described in Biessy (2023) <doi:10.48550/arXiv.2306.06932>.
    Among other features, it generalizes the original smoothing algorithm to maximum likelihood estimation, 
    automatically selects the smoothing parameter(s) and extrapolates beyond the range of data.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/GuillaumeBiessy/WH
BugReports: https://github.com/GuillaumeBiessy/WH/issues
Depends: 
    R (>= 4.2)
Imports: 
    stats
Suggests: 
    knitr,
    rmarkdown,
    testthat (>= 3.0.0)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
