Package: elections.dtree
Title: Ranked Voting Election Audits with Dirichlet-Trees
Description: Perform ballot-polling Bayesian audits for ranked voting elections
    using Dirichlet-tree prior distributions. Everest et al. (2022)
    <arXiv:2206.14605>, <arXiv:2209.03881>.
Authors@R: c(
                person("Floyd", "Everest", email = "me@floydeverest.com",
                    role = c("aut", "cre", "cph"),
                    comment = c(ORCID = "0000-0002-2726-6736")),
                person("Damjan", "Vukcevic", email = "damjan@vukcevic.net",
                    role = c("aut"), comment = c(ORCID = "0000-0001-7780-9586"))
            )
Version: 1.1.2
Depends: R (>= 4.0.0)
SystemRequirements: C++17
License: GPL-3
RoxygenNote: 7.2.2
LinkingTo: Rcpp, RcppThread, testthat
Imports: Rcpp, methods, Rdpack, R6, parallel
RdMacros: Rdpack
Suggests: covr, testthat (>= 3.0.0), xml2
Config/testthat/edition: 3
Encoding: UTF-8
URL: https://fleverest.github.io/elections.dtree/,
        https://github.com/fleverest/elections.dtree/
BugReports: https://github.com/fleverest/elections.dtree/issues/
NeedsCompilation: yes
Packaged: 2023-01-20 01:25:54 UTC; dev
Author: Floyd Everest [aut, cre, cph] (<https://orcid.org/0000-0002-2726-6736>),
  Damjan Vukcevic [aut] (<https://orcid.org/0000-0001-7780-9586>)
Maintainer: Floyd Everest <me@floydeverest.com>
Repository: CRAN
Date/Publication: 2023-01-20 07:30:02 UTC
