Package: SampleSelectR
Title: Randomly Select Samples for Various Probability-Based Methods
Version: 1.0.0
Authors@R: c(
    person("Stephanie", "Zimmer", , "sazimmer@rti.org", role = c("aut", "cre")),
    person("John David", "Bunker, Jr.", role = "aut"),
    person("Thomas", "Burkett", role = "aut"),
    person("Philip", "Lee", role = "aut"),
    person("Haby", "Sow", role = "aut"),
    person(, "RTI International", role = c("cph", "fnd"))
  )
Description: Randomly select samples using simple random sampling (SRS),
    systematic sampling, and various probability proportional to size
    (PPS) methods, including systematic PPS and sequential PPS (i.e.,
    Chromy's method). Also includes functionality to allocate sample
    sizes across strata using proportional, power, Neyman, and optimal
    allocation methods, and to select samples within strata. Designed to
    make survey sample design and selection reproducible, efficient, and
    transparent for survey statisticians and researchers. Sampling
    methods follow Kalton (1983) <doi:10.4135/9781412984683> and Chromy
    (1979) <http://www.asasrms.org/Proceedings/papers/1979_081.pdf>.
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: data.table, rlang, stats, tidytable, utils
LazyData: true
URL: https://github.com/RTIInternational/SampleSelectR,
        https://rtiinternational.github.io/SampleSelectR/
BugReports: https://github.com/RTIInternational/SampleSelectR/issues
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-01 18:40:01 UTC; sazimmer
Author: Stephanie Zimmer [aut, cre],
  John David Bunker, Jr. [aut],
  Thomas Burkett [aut],
  Philip Lee [aut],
  Haby Sow [aut],
  RTI International [cph, fnd]
Maintainer: Stephanie Zimmer <sazimmer@rti.org>
Repository: CRAN
Date/Publication: 2026-09-12 12:10:02 UTC
Built: R 4.6.1; ; 2026-09-12 14:45:30 UTC; unix
