Package: prefviz
Title: Visualizes Preferential Data in One and More Contests
Version: 0.1.2
Authors@R: c(
  person("Linh", "Ngo", email = "linhngo66.work@gmail.com", role = c("aut", "cre")),
  person("Dianne", "Cook", email = "DiCook@monash.edu", role = "aut", comment = c(ORCID = "0000-0002-3813-7155")),
  person("Damjan", "Vukcevic", email = "damjan.vukcevic@monash.edu", role = "aut", comment = c(ORCID = "0000-0001-7780-9586")))
Description: A visualization toolkit for preferential data, such as ranked-choice election results, tournament outcomes,
    and survey responses. The package provides methods to visualise the preference distribution of one contest with
    bar charts and pairwise comparisons of two contestants, as well as methods to visualise multiple contests through
    2D and high-dimensional simplex plots both statically and interactively. HD simplex displays are implemented via projection
    methods using the 'tourr' and 'detourr' packages, enabling dynamic exploration of high-dimensional preference structure.
    For more details on HD simplex projection, see Wickham et al. (2011) <doi:10.21105/joss.03419>.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: dplyr, lifecycle, prefio, tibble, tidyr, rlang, ggplot2,
        scales, tidyselect, geozoo
Suggests: knitr, rmarkdown, tourr, kableExtra, ggthemes, testthat (>=
        3.0.0)
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
LazyData: true
VignetteBuilder: knitr
URL: https://numbats.github.io/prefviz/
BugReports: https://github.com/numbats/prefviz/issues
NeedsCompilation: no
Packaged: 2026-05-01 00:14:13 UTC; ADMIN
Author: Linh Ngo [aut, cre],
  Dianne Cook [aut] (ORCID: <https://orcid.org/0000-0002-3813-7155>),
  Damjan Vukcevic [aut] (ORCID: <https://orcid.org/0000-0001-7780-9586>)
Maintainer: Linh Ngo <linhngo66.work@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-01 11:00:08 UTC
