Package: ipf Title: Iterative Proportional Fitting Version: 0.0.1 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: Fast raking for survey weighting. The computational core is written in Rust for speed. Supports multiple raking variables, automatic variable selection, weight bounding, and comprehensive diagnostics. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/rextendr/version: 0.4.2 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.65 Depends: R (>= 4.2) Imports: cli, generics, tibble Suggests: knitr, rmarkdown, testthat (>= 3.0.0), withr Config/testthat/edition: 3 URL: https://christophertkenny.com/ipf/ VignetteBuilder: knitr LazyData: true Config/Needs/website: christopherkenny/ctktemplate Config/pak/sysreqs: libclang-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-06-26 16:01:12 UTC RemoteUrl: https://github.com/christopherkenny/ipf RemoteRef: HEAD RemoteSha: 284f7794303c27672f1b389ad083dccef430c877 NeedsCompilation: yes Packaged: 2026-06-26 16:16:59 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny