# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "pref" in publications use:' type: software license: MIT title: 'pref: Preference Voting with Explanatory Graphics' version: 0.4.0 doi: 10.32614/CRAN.package.pref abstract: 'Implements the Single Transferable Vote (STV) electoral system, with clear explanatory graphics. The core function stv() uses Meek''s method, the purest expression of the simple principles of STV, but which requires electronic counting. It can handle votes expressing equal preferences for subsets of the candidates. A function stv.wig() implementing the Weighted Inclusive Gregory method, as used in Scottish council elections, is also provided, and with the same options, as described in the manual. The required vote data format is as an R list: a function pref.data() is provided to transform some commonly used data formats into this format. References for methodology: Hill, Wichmann and Woodall (1987) , Hill, David (2006) , Mollison, Denis (2023) , (see also the package manual pref_pkg_manual.pdf).' authors: - family-names: Mollison given-names: Denis email: denis.mollison@gmail.com orcid: https://orcid.org/0000-0002-4014-3431 repository: https://denismollison.r-universe.dev repository-code: https://github.com/denismollison/pref commit: 9c1664f41068a433fef2fb2ad0d0e4b94bdb5699 url: https://github.com/denismollison/pref contact: - family-names: Mollison given-names: Denis email: denis.mollison@gmail.com orcid: https://orcid.org/0000-0002-4014-3431