Package: offsetreg Title: An Extension of 'Tidymodels' Supporting Offset Terms Version: 1.2.0 Authors@R: person("Matt", "Heaphy", email = "mattrmattrs@gmail.com", role = c("aut", "cre", "cph")) Maintainer: Matt Heaphy Description: Extend the 'tidymodels' ecosystem 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, generics, glue, parsnip (>= 1.3.0), poissonreg, rlang, stats Suggests: broom, glmnet, knitr, recipes, rmarkdown, rpart, testthat (>= 3.0.0), tune, workflows, rsample, xgboost (>= 3.0.0) Config/testthat/edition: 3 Depends: R (>= 4.1) LazyData: true VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://mattheaphy.r-universe.dev Date/Publication: 2026-03-23 10:40:09 UTC RemoteUrl: https://github.com/mattheaphy/offsetreg RemoteRef: HEAD RemoteSha: 9b6840c1abfdad159d24ccddeaa30eadbdbd624e NeedsCompilation: no Packaged: 2026-06-21 10:42:52 UTC; root Author: Matt Heaphy [aut, cre, cph]