Package: reaborn Title: Statistical Data Visualization, the 'seaborn' Way Version: 1.0.0 Authors@R: person(given = "Shawn", family = "Schwartz", role = c("aut", "cre"), email = "shawn.t.schwartz@gmail.com", comment = c(ORCID = "0000-0001-6444-8451")) Description: An 'R' port of the 'Python' 'seaborn' library. 'reaborn' mirrors the 'seaborn' public function API (identical function names, argument names, and defaults) and renders visually indistinguishable plots using 'ggplot2'. Because every 'reaborn' plot is a 'ggplot' object, it can be extended with the full 'ggplot2' grammar of graphics. License: BSD_3_clause + file LICENSE Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Depends: R (>= 4.1) Imports: ggplot2 (>= 4.0.0), grDevices, grid, rlang, scales, stats Suggests: colorspace, ggbeeswarm, ggdendro, jsonlite, knitr, MASS, patchwork, ragg, rmarkdown, testthat (>= 3.0.0), vdiffr Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://reaborn.org, https://github.com/shawntz/reaborn BugReports: https://github.com/shawntz/reaborn/issues Repository: https://shawntz.r-universe.dev Date/Publication: 2026-06-30 21:04:54 UTC RemoteUrl: https://github.com/shawntz/reaborn RemoteRef: HEAD RemoteSha: bb915a13f8ad3870d6cafa1193e6e293813646df NeedsCompilation: no Packaged: 2026-07-01 11:12:26 UTC; root Author: Shawn Schwartz [aut, cre] (ORCID: ) Maintainer: Shawn Schwartz