Package: ggpointless Title: Extra Geometries and Stats for 'ggplot2' Version: 0.3.0.9000 Authors@R: person( given = "Markus", family = "Döring", email = "m4rkus.doering@gmail.com", role = c("aut", "cre", "cph")) Description: A collection of layers for 'ggplot2'. Provides geoms built on linear and radial gradients from the 'grid' package, giving areas, bars, paths, rectangles, and ridgelines a fading or glowing visual effect. Also includes mathematically driven layers — catenary curves, Chaikin's corner-cutting algorithm, and Fourier-series reconstruction — plus Lexis diagrams, isotype bar charts, and stippled dot renderings of lines, paths, steps, and rectangles. License: MIT + file LICENSE Encoding: UTF-8 Config/roxygen2/markdown: TRUE URL: https://flrd.github.io/ggpointless/, https://github.com/flrd/ggpointless BugReports: https://github.com/flrd/ggpointless/issues Depends: ggplot2 (>= 4.0.0), R (>= 4.2.0) Suggests: covr, testthat (>= 3.0.0), ragg, vdiffr (>= 1.0.0), spelling, withr Config/testthat/edition: 3 Collate: 'aaa.R' 'alpha-scope.R' 'geom-path-fade.R' 'geom-segment-fade.R' 'geom-abline-fade.R' 'geom-area-fade.R' 'geom-catenary.R' 'geom-chaikin.R' 'geom-col-fade.R' 'geom-curve-fade.R' 'geom-density-fade.R' 'geom-fourier.R' 'geom-freqpoly-fade.R' 'geom-gridline.R' 'geom-histogram-fade.R' 'geom-lexis.R' 'geom-line-fade.R' 'geom-point-glow.R' 'geom-pointless.R' 'geom-rect-fade.R' 'geom-ridgeline-fade.R' 'geom-ridgeline-density-fade.R' 'geom-ridgeline-freqpoly-fade.R' 'stat-bin-ridges.R' 'geom-ridgeline-histogram-fade.R' 'geom-step-fade.R' 'geom-unit-bar.R' 'geom-unit-histogram.R' 'ggpointless-package.R' 'position-ridgeline.R' 'stat-catenary.R' 'stat-chaikin.R' 'stat-fourier.R' 'stat-lexis.R' 'stat-pointless.R' Imports: cli, farver, grid, scales, lifecycle, rlang, stats Language: en-US Config/roxygen2/version: 8.0.0 Repository: https://flrd.r-universe.dev Date/Publication: 2026-05-31 21:15:56 UTC RemoteUrl: https://github.com/flrd/ggpointless RemoteRef: HEAD RemoteSha: ba1723bce987f6c0026f7e742bf2cfc147962faa NeedsCompilation: no Packaged: 2026-07-04 20:57:43 UTC; root Author: Markus Döring [aut, cre, cph] Maintainer: Markus Döring