Type: Package
Package: densityarea
Title: Polygons of Bivariate Density Distributions
Version: 0.1.0
Authors@R: 
    person("Josef", "Fruehwald", , "jofrhwld@gmail.com", role = c("aut", "cre", "cph"))
Description: With bivariate data, it is possible to calculate
    2-dimensional kernel density estimates that return polygons at given
    levels of probability. 'densityarea' returns these polygons for
    analysis, including for calculating their area.
License: GPL (>= 3)
URL: https://github.com/JoFrhwld/densityarea,
    https://jofrhwld.github.io/densityarea/
BugReports: https://github.com/JoFrhwld/densityarea/issues
Depends: 
    R (>= 4.1)
Imports: 
    cli,
    dplyr,
    ggdensity,
    isoband,
    purrr,
    rlang,
    sf,
    sfheaders,
    tibble,
    vctrs
Suggests: 
    forcats,
    ggplot2,
    knitr,
    ragg,
    readr,
    rmarkdown,
    stringr,
    testthat (>= 3.0.0),
    tidyr
VignetteBuilder: 
    knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
