Package: regrake Type: Package Title: Regularized Survey Raking Version: 1.0.0 Authors@R: person("Andy", "Timm", email = "timmandrew1@gmail.com", role = c("aut", "cre", "cph")) Description: Calibrates survey weights to known population targets using regularized raking. Constraints are specified with a formula interface (for example, rr_exact(), rr_l2(), rr_range(), rr_mean(), rr_var(), and rr_quantile()). Supports common target formats including autumn-style proportions tables, raw or weighted population microdata, named-list targets (as in 'anesrake'), and 'survey' package design objects. Optimization follows Barratt et al. (2021) and returns calibrated weights with balance and convergence diagnostics. License: Apache License (== 2.0) | file LICENSE Language: en-US Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: Matrix, rlang (>= 1.0.0), stats, lamW, tibble, digest Suggests: dplyr, survey, testthat (>= 3.0.0), knitr, rmarkdown, CVXR, RhpcBLASctl Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/andytimm/regrake BugReports: https://github.com/andytimm/regrake/issues Config/pak/sysreqs: make Repository: https://andytimm.r-universe.dev Date/Publication: 2026-03-15 17:30:05 UTC RemoteUrl: https://github.com/andytimm/regrake RemoteRef: HEAD RemoteSha: ba8be4d3546e09c87bf75626e2ef5ed2b578a76c NeedsCompilation: no Packaged: 2026-06-13 06:33:49 UTC; root Author: Andy Timm [aut, cre, cph] Maintainer: Andy Timm