Type: Package
Package: ggdibbler
Title: Add Uncertainty to Data Visualisations
Version: 0.1.0
Authors@R: c(
    person("Harriet", "Mason", , "harriet.m.mason@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0007-4568-8215")),
    person("Dianne", "Cook", , "dicook@monash.edu", role = "aut",
           comment = c(ORCID = "0000-0002-3813-7155")),
    person("Sarah", "Goodwin", , "sarah.goodwin@monash.edu", role = "aut",
           comment = c(ORCID = "0000-0001-8894-8282")),
    person("Susan", "VanderPlas", , "susan.vanderplas@unl.edu", role = "aut",
           comment = c(ORCID = "0000-0002-3803-0972"))
  )
Maintainer: Harriet Mason <harriet.m.mason@gmail.com>
Description: A 'ggplot2' extension for visualising uncertainty with the goal
    of signal suppression. Usually, uncertainty visualisation focuses on
    expressing uncertainty as a distribution or probability, whereas
    'ggdibbler' differentiates itself by viewing an uncertainty
    visualisation as an adjustment to an existing graphic that
    incorporates the inherent uncertainty in the estimates.  You provide
    the code for an existing plot, but replace one of the variables with a
    vector of distributions, and it will convert the visualisation into
    it's signal suppression counterpart.
License: GPL-3
URL: https://harriet-mason.github.io/ggdibbler/
Depends: R (>= 4.1.0)
Imports: distributional, dplyr, ggplot2, rlang, sf
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-29 09:41:19 UTC; hmas0003
Author: Harriet Mason [aut, cre] (ORCID:
    <https://orcid.org/0009-0007-4568-8215>),
  Dianne Cook [aut] (ORCID: <https://orcid.org/0000-0002-3813-7155>),
  Sarah Goodwin [aut] (ORCID: <https://orcid.org/0000-0001-8894-8282>),
  Susan VanderPlas [aut] (ORCID: <https://orcid.org/0000-0002-3803-0972>)
Repository: CRAN
Date/Publication: 2025-07-31 10:00:31 UTC
Built: R 4.3.3; ; 2025-07-31 12:55:20 UTC; unix
