Package: randomizr
Title: Easy-to-Use Tools for Common Forms of Random Assignment and
        Sampling
Version: 2.0.1
Authors@R: c(person("Alexander", "Coppock", email = "acoppock@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5733-2386")),
             person("Jasper", "Cooper", email = "jaspercooper@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-8639-3188")),
             person("Neal", "Fultz", email = "nfultz@gmail.com", role = c("ctb"), comment = "C version of restricted partitions"),
             person("Graeme", "Blair", email = "graeme.blair@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0001-9164-2102")),
             person("Macartan", "Humphreys", email = "macartan@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0001-7029-2326")))
Description: Generates random assignments for common experimental designs and 
	    random samples for common sampling designs.
URL: https://declaredesign.org/r/randomizr/,
        https://github.com/DeclareDesign/randomizr
BugReports: https://github.com/DeclareDesign/randomizr/issues
Imports: Rcpp, stats, utils
LinkingTo: Rcpp
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: knitr, dplyr, tidyr, purrr, readr, ggplot2, blockTools,
        estimatr, DeclareDesign, fabricatr, BalancedSampling, sampling,
        testthat, rmarkdown
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: yes
Packaged: 2026-08-27 00:16:37 UTC; alexandercoppock
Author: Alexander Coppock [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-5733-2386>),
  Jasper Cooper [ctb] (ORCID: <https://orcid.org/0000-0002-8639-3188>),
  Neal Fultz [ctb] (C version of restricted partitions),
  Graeme Blair [ctb] (ORCID: <https://orcid.org/0000-0001-9164-2102>),
  Macartan Humphreys [ctb] (ORCID:
    <https://orcid.org/0000-0001-7029-2326>)
Maintainer: Alexander Coppock <acoppock@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-27 05:10:15 UTC
