Package: offsetreg
Title: An Extension of 'Tidymodels' Supporting Offset Terms
Version: 1.1.1
Authors@R: 
    person("Matt", "Heaphy", email = "mattrmattrs@gmail.com", role = c("aut", "cre", "cph"))
Maintainer: Matt Heaphy <mattrmattrs@gmail.com>
Description: Extend the 'tidymodels' ecosystem <https://www.tidymodels.org/> to
    enable the creation of predictive models with offset terms. Models with 
    offsets are most useful when working with count data or when fitting an
    adjustment model on top of an existing model with a prior expectation. 
    The former situation is common in insurance where data is often weighted by
    exposures. The latter is common in life insurance where industry mortality 
    tables are often used as a starting point for setting assumptions.
License: MIT + file LICENSE
URL: https://github.com/mattheaphy/offsetreg/,
        https://mattheaphy.github.io/offsetreg/
BugReports: https://github.com/mattheaphy/offsetreg/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: generics, glue, parsnip (>= 1.3.0), poissonreg, rlang, stats
Suggests: broom, glmnet, knitr, recipes, rmarkdown, rpart, testthat (>=
        3.0.0), tune, workflows, rsample, xgboost
Config/testthat/edition: 3
Depends: R (>= 4.1)
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-03-02 19:01:38 UTC; Matt
Author: Matt Heaphy [aut, cre, cph]
Repository: CRAN
Date/Publication: 2025-03-02 19:20:02 UTC
Built: R 4.3.3; ; 2025-03-02 19:47:17 UTC; unix
