Package: surveytidy
Title: Tidy 'dplyr'/'tidyr' Verbs for Survey Design Objects
Version: 0.6.0
Authors@R: 
    person(
        "Jacob", "Dennen",
        email = "jdenn0514@gmail.com",
        role = c("aut", "cre", "cph"),
        comment = c(ORCID = "0000-0003-3006-7364")
    )
Description: Provides 'dplyr' and 'tidyr' verbs, survey-aware recoding
    helpers, and row-wise statistics for survey design objects created with
    the 'surveycore' package. filter() uses domain estimation to preserve
    variance estimation validity; other verbs preserve design variables and
    metadata automatically. Also supports survey_collection objects for
    applying the same operation across a list of surveys.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Depends: R (>= 4.3.0)
Imports: cli (>= 3.6.0), dplyr (>= 1.2.0), haven (>= 2.5.0), rlang (>=
        1.1.0), S7 (>= 0.1.0), surveycore (>= 0.8.2), tidyr (>= 1.3.0),
        tidyselect (>= 1.2.0), vctrs (>= 0.6.0), withr (>= 2.5.0)
URL: https://jdenn0514.github.io/surveytidy/,
        https://github.com/JDenn0514/surveytidy
BugReports: https://github.com/JDenn0514/surveytidy/issues
Suggests: covr, mockery, pkgdown, testthat (>= 3.0.0), tibble
Config/Needs/website: rmarkdown
Config/Needs/coverage: covr
NeedsCompilation: no
Packaged: 2026-05-13 18:20:19 UTC; jacobdennen
Author: Jacob Dennen [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-3006-7364>)
Maintainer: Jacob Dennen <jdenn0514@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-19 07:50:02 UTC
