Package: STV
Type: Package
Title: Single Transferable Vote Counting
Version: 1.0.3
Authors@R: c(
    person("John", "Emerson", email = "john.emerson@yale.edu", role = c("cre", "aut")),
    person("Saksham", "Chandra", role = "aut"),
    person("Lilla", "Orr", role = "aut"),
    person("Efim", "Abrikosov", role = "ctb"),
    person("Shadie", "Khubba", role = "ctb"),
    person("William", "Meyerson", role = "ctb"),
    person("Shylee", "Ezroni", role = "ctb"),
    person("Junchao", "Ma", role = "ctb"))
Maintainer: John Emerson <john.emerson@yale.edu>
URL: https://github.com/jayemerson/STV
BugReports: https://github.com/jayemerson/STV/issues
Description: Implementations of the Single Transferable Vote counting 
    system. By default, it uses the Cambridge method for surplus allocation
    and Droop method for quota calculation.  Fractional surplus allocation
    and the Hare quota are available as options.
License: LGPL-3
Encoding: UTF-8
Imports: methods
LazyData: true
Suggests: testthat, crayon
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-05-20 18:55:10 UTC; jay
Author: John Emerson [cre, aut],
  Saksham Chandra [aut],
  Lilla Orr [aut],
  Efim Abrikosov [ctb],
  Shadie Khubba [ctb],
  William Meyerson [ctb],
  Shylee Ezroni [ctb],
  Junchao Ma [ctb]
Repository: CRAN
Date/Publication: 2025-05-20 19:10:07 UTC
Built: R 4.6.0; ; 2025-11-02 02:21:57 UTC; windows
