Package: ggbeeswarm Type: Package Title: Categorical Scatter (Violin Point) Plots Version: 0.7.3 Date: 2023-04-28 Authors@R: c( person(given="Erik", family="Clarke", role=c("aut", "cre"), email="erikclarke@gmail.com"), person(given="Scott", family="Sherrill-Mix", role=c("aut"), email="sherrillmix@gmail.com"), person(given="Charlotte", family="Dawson", role=c("aut"), email="csdaw@outlook.com")) Description: Provides two methods of plotting categorical scatter plots such that the arrangement of points within a category reflects the density of data at that region, and avoids over-plotting. URL: https://github.com/eclarke/ggbeeswarm BugReports: https://github.com/eclarke/ggbeeswarm/issues Encoding: UTF-8 License: GPL (>= 3) Depends: R (>= 3.5.0), ggplot2 (>= 3.3.0) Imports: beeswarm, lifecycle, vipor, cli Suggests: gridExtra RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Repository: https://eclarke.r-universe.dev Date/Publication: 2025-11-28 23:16:03 UTC RemoteUrl: https://github.com/eclarke/ggbeeswarm RemoteRef: HEAD RemoteSha: b9340ffabc60a91c2dad503d5a51c1696c667b55 NeedsCompilation: no Packaged: 2026-07-04 01:41:53 UTC; root Author: Erik Clarke [aut, cre], Scott Sherrill-Mix [aut], Charlotte Dawson [aut] Maintainer: Erik Clarke