Package: ggbumpribbon Title: Sigmoid-Curved Ribbons for Rank Comparison Charts Version: 0.2.0 Authors@R: person("Sondre", "Skarsten", email = "sondreskarsten@gmail.com", role = c("aut", "cre", "cph")) Description: Provides 'ggplot2' geoms and stats for creating bump charts with sigmoid-curved filled ribbons and lines. Supports rank comparison visualizations where smooth S-shaped curves connect categorical positions across an ordered axis. Offers two interpolation methods (logistic sigmoid and cubic Hermite) with C1-continuous segment joins. Includes custom scales and themes optimized for bump chart readability. License: MIT + file LICENSE URL: https://github.com/sondreskarsten/ggbumpribbon BugReports: https://github.com/sondreskarsten/ggbumpribbon/issues Depends: R (>= 4.1.0) Imports: cli, ggplot2 (>= 3.5.0), rlang (>= 1.0.0), scales Suggests: knitr, rmarkdown, testthat (>= 3.0.0), vdiffr (>= 1.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://sondreskarsten.r-universe.dev Date/Publication: 2026-03-19 20:10:52 UTC RemoteUrl: https://github.com/sondreskarsten/ggbumpribbon RemoteRef: HEAD RemoteSha: 3bd45d7a4ba1d33ea5d704c98e734770a64c6217 NeedsCompilation: no Packaged: 2026-07-18 08:57:28 UTC; root Author: Sondre Skarsten [aut, cre, cph] Maintainer: Sondre Skarsten