Type: Package
Package: wrswoR
Title: Weighted Random Sampling without Replacement
Version: 1.2.0
Date: 2025-11-09
Authors@R: 
    person(given = "Kirill",
           family = "M\u00fcller",
           role = c("aut", "cre"),
           email = "kirill@cynkra.com",
           comment = c(ORCID = "0000-0002-1416-3412"))
Description: A collection of implementations of classical and
    novel algorithms for weighted sampling without replacement.
    Implementations include the algorithm of Efraimidis and Spirakis (2006)
    <doi:10.1016/j.ipl.2005.11.003> and Wong and Easton (1980)
    <doi:10.1137/0209009>.
License: GPL-3
URL: http://krlmlr.github.io/wrswoR/
BugReports: https://github.com/krlmlr/wrswoR/issues
Depends: R (>= 3.5.0)
Imports: logging (>= 0.4-13), Rcpp
Suggests: BatchExperiments, BiocManager, dplyr, ggplot2, import, kimisc
        (>= 0.2-4), knitcitations, knitr, metap, microbenchmark,
        rmarkdown, roxygen2, rticles (>= 0.1), sampling, testthat (>=
        3.0.0), tidyr, tikzDevice (>= 0.9-1)
LinkingTo: Rcpp (>= 0.11.5)
Encoding: UTF-8
RoxygenNote: 7.3.3.9000
URLNote: https://github.com/krlmlr/wrswoR
Config/gha/extra-packages: metap=?ignore-before-r=4.3.0
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-11-10 06:30:17 UTC; kirill
Author: Kirill Müller [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-1416-3412>)
Maintainer: Kirill Müller <kirill@cynkra.com>
Repository: CRAN
Date/Publication: 2025-11-10 08:30:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-13 00:51:55 UTC; windows
Archs: x64
