Package: ggridges Type: Package Title: Ridgeline Plots in 'ggplot2' Version: 0.5.7.9000 Authors@R: person( given = "Claus O.", family = "Wilke", role = c("aut", "cre"), email = "wilke@austin.utexas.edu", comment = c(ORCID = "0000-0002-7470-9261") ) Description: Ridgeline plots provide a convenient way of visualizing changes in distributions over time or space. This package enables the creation of such plots in 'ggplot2'. URL: https://wilkelab.org/ggridges/ BugReports: https://github.com/wilkelab/ggridges/issues Depends: R (>= 3.2) Imports: ggplot2 (>= 3.5.0), grid (>= 3.0.0), rlang (>= 1.1.0), scales (>= 0.4.1), withr (>= 2.1.1) License: GPL-2 | file LICENSE LazyData: true Suggests: dplyr, patchwork, ggplot2movies, forcats, knitr, rmarkdown, testthat, vdiffr VignetteBuilder: knitr Collate: 'data.R' 'ggridges.R' 'geoms.R' 'geomsv.R' 'geoms-gradient.R' 'geom-density-line.R' 'position.R' 'scale-cyclical.R' 'scale-point.R' 'scale-vline.R' 'stats.R' 'theme.R' 'utils_ggplot2.R' 'utils.R' RoxygenNote: 7.3.3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Repository: https://wilkelab.r-universe.dev Date/Publication: 2026-06-18 19:43:30 UTC RemoteUrl: https://github.com/wilkelab/ggridges RemoteRef: HEAD RemoteSha: ddea131d7d266c09f99a0705c8f1adbcac4804f0 NeedsCompilation: no Packaged: 2026-07-18 08:51:31 UTC; root Author: Claus O. Wilke [aut, cre] (ORCID: ) Maintainer: Claus O. Wilke