Package: gghdr
Title: Visualisation of Highest Density Regions in 'ggplot2'
Version: 0.1.0
Authors@R: c(
    person(given = "Mitchell",
           family = "O'Hara-Wild",
           role = c("aut"),
           email = "mail@mitchelloharawild.com",
           comment = c(ORCID = "0000-0001-6729-7695")),
    person(given = "Stephen",
           family = "Pearce",
           role = c("aut"),
           comment = c(ORCID = "0000-0002-9400-8091")),
    person(given = "Ryo",
           family = "Nakagawara",
           role = c("aut"),
           email = "ryonakagawara@gmail.com"),
    person(given = "Sayani",
           family = "Gupta",
           email = "gupta.sayani@gmail.com",
           role = c("aut","cre"),
           comment = c(ORCID = "0000-0003-0643-5358")),
    person(given = "Darya",
           family = "Vanichkina",
           role = c("aut"),
           email = "d.vanichkina@gmail.com",
           comment = c(ORCID = "0000-0002-0406-164X")),
    person(given = "Emi",
           family = "Tanaka",
           role = c("aut"),
           email = "dr.emi.tanaka@gmail.com",
           comment = c(ORCID = "0000-0002-1455-259X")),
    person(given = "Thomas",
           family = "Fung",
           role = c("aut"),
           email = "thomas.fung.dr@gmail.com",
           comment = c(ORCID = "0000-0003-2601-0728")),
    person(given = "Rob",
             family = "Hyndman",
             role = c("aut"),
             email="Rob.Hyndman@monash.edu", 
             comment = c(ORCID = "0000-0002-2140-5352")))
Description: Provides 'ggplot2' framework for visualising Highest Density Regions (HDR) 
    <doi:10.1080/00031305.1996.10474359>. This work is based on
    the package 'hdrcde'<https://pkg.robjhyndman.com/hdrcde/> and 
    displays highest density regions in 'ggplot2' for one and two dimensions and
    univariate densities conditional on one covariate.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
URL: https://github.com/Sayani07/gghdr
Imports: hdrcde, ggplot2, grid, scales, farver, tibble, digest
Suggests: spelling, knitr, testthat (>= 2.1.0), vdiffr, rmarkdown, covr
Depends: R (>= 2.10)
VignetteBuilder: knitr
BugReports: https://github.com/Sayani07/gghdr/issues
Language: en-GB
NeedsCompilation: no
Packaged: 2022-02-03 06:02:10 UTC; sgup0008
Author: Mitchell O'Hara-Wild [aut] (<https://orcid.org/0000-0001-6729-7695>),
  Stephen Pearce [aut] (<https://orcid.org/0000-0002-9400-8091>),
  Ryo Nakagawara [aut],
  Sayani Gupta [aut, cre] (<https://orcid.org/0000-0003-0643-5358>),
  Darya Vanichkina [aut] (<https://orcid.org/0000-0002-0406-164X>),
  Emi Tanaka [aut] (<https://orcid.org/0000-0002-1455-259X>),
  Thomas Fung [aut] (<https://orcid.org/0000-0003-2601-0728>),
  Rob Hyndman [aut] (<https://orcid.org/0000-0002-2140-5352>)
Maintainer: Sayani Gupta <gupta.sayani@gmail.com>
Repository: CRAN
Date/Publication: 2022-02-03 14:30:07 UTC
Built: R 4.0.5; ; 2022-02-04 11:51:00 UTC; unix
