Package: rcv
Type: Package
Title: Ranked Choice Voting
Version: 0.2.0
Authors@R: c(
    person("Jay", "Lee", email = "jaylee@reed.edu", role = c("aut")),
    person("Matthew", "Yancheff", email = "yanchefm@reed.edu", role = c("aut", "cre")),
    person("Reed College", role = c("cph")))
Description: A collection of ranked choice voting data and functions to 
    manipulate, run elections with, and visualize this data and others. 
    It can bring in raw data, transform it into a ballot you can read, 
    and return election results for an RCV contest.
URL: https://github.com/ds-elections/rcv
BugReports: https://github.com/ds-elections/rcv/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.3)
Imports: forcats, dplyr, tibble, tidyr, readr, stringr
RoxygenNote: 6.0.1
Suggests: alluvial, networkD3, knitr, rmarkdown
NeedsCompilation: no
Packaged: 2017-06-13 22:08:09 UTC; Yancheff
Author: Jay Lee [aut],
  Matthew Yancheff [aut, cre],
  Reed College [cph]
Maintainer: Matthew Yancheff <yanchefm@reed.edu>
Repository: CRAN
Date/Publication: 2017-06-14 13:15:59 UTC
