Package: ggrank
Title: Visualise Changes in Rankings with 'ggplot2'
Version: 0.1.0
Authors@R: c(
    person(given = "Rubeshkumar", family = "Polani",
           email = "rubesh@thinkdenominator.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0418-7592")),
    person("Think Denominator", role = "cph")
    )
Description: Calculates, inspects, tabulates, and visualises changes in rankings
    across two to four ordered states. Creates 'ggplot2'-based rank-transition
    charts that retain categories entering or leaving a selected top-rank
    boundary. Supports ranks calculated from numeric values as well as
    authoritative ranks supplied without values.
License: MIT + file LICENSE
URL: https://thinkdenominator.github.io/ggrank/,
        https://github.com/ThinkDenominator/ggrank
BugReports: https://github.com/ThinkDenominator/ggrank/issues
Encoding: UTF-8
Language: en-GB
Depends: R (>= 4.1.0)
LazyData: true
Imports: dplyr, ggplot2, rlang, scales
Suggests: knitr, pkgdown, rmarkdown, rstudioapi, shiny, testthat (>=
        3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-09-10 16:28:24 UTC; drrubesh
Author: Rubeshkumar Polani [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0418-7592>),
  Think Denominator [cph]
Maintainer: Rubeshkumar Polani <rubesh@thinkdenominator.com>
Repository: CRAN
Date/Publication: 2026-09-18 11:40:02 UTC
