Package: ggdensity
Title: Interpretable Bivariate Density Visualization with 'ggplot2'
Version: 1.0.0
Authors@R: 
    c(person(given = "James",
           family = "Otto",
           role = c("aut", "cre"),
           email = "jamesotto852@gmail.com",
           comment = c(ORCID = "0000-0002-0665-2515")),
      person(given = "David",
           family = "Kahle",
           role = c("aut"),
           email = "david@kahle.io",
           comment = c(ORCID = "0000-0002-9999-1558")))
Description: The 'ggplot2' package provides simple functions for visualizing contours
  of 2-d kernel density estimates. 'ggdensity' implements several additional density estimators 
  as well as more interpretable visualizations based on highest density regions instead of
  the traditional height of the estimated density surface. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: ggplot2
Imports: isoband, vctrs, tibble, MASS, stats, scales
URL: https://jamesotto852.github.io/ggdensity/,
        https://github.com/jamesotto852/ggdensity/
BugReports: https://github.com/jamesotto852/ggdensity/issues/
Suggests: vdiffr, testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-02-09 22:57:26 UTC; ubuntu
Author: James Otto [aut, cre] (<https://orcid.org/0000-0002-0665-2515>),
  David Kahle [aut] (<https://orcid.org/0000-0002-9999-1558>)
Maintainer: James Otto <jamesotto852@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-09 23:10:02 UTC
Built: R 4.6.0; ; 2025-10-14 02:36:15 UTC; windows
