Source: r-cran-ggdist
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Charles Plessy <plessy@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 14),
 dh-r,
 r-base-dev,
 r-cran-ggplot2 (>= 3.5.0),
 r-cran-scales,
 r-cran-rlang,
 r-cran-cli,
 r-cran-tibble,
 r-cran-vctrs,
 r-cran-withr,
 r-cran-glue,
 r-cran-gtable,
 r-cran-distributional (>= 0.3.2),
 r-cran-numderiv,
 r-cran-quadprog,
 r-cran-rcpp,
 r-pkg-team-core-architecture,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-ggdist
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-ggdist.git
Homepage: https://cran.r-project.org/package=ggdist

Package: r-cran-ggdist
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
 r-pkg-team-core-architecture,
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Visualizations of Distributions and Uncertainty
 Provides primitives for visualizing distributions using 'ggplot2' that are
 particularly tuned for visualizing uncertainty in either a frequentist or
 Bayesian mode. Both analytical distributions (such as frequentist confidence
 distributions or Bayesian priors) and distributions represented as samples
 (such as bootstrap distributions or Bayesian posterior samples) are
 easily visualized. Visualization primitives include but are not limited to:
 points with multiple uncertainty intervals, eye plots (Spiegelhalter D.,
 1999) <https://ideas.repec.org/a/bla/jorssa/v162y1999i1p45-58.html>,
 density plots, gradient plots, dot plots (Wilkinson L., 1999)
 <doi:10.1080/00031305.1999.10474474>, quantile dot plots (Kay M., Kola T.,
 Hullman J., Munson S., 2016) <doi:10.1145/2858036.2858558>, complementary
 cumulative distribution function barplots (Fernandes M., Walls L., Munson S.,
 Hullman J., Kay M., 2018) <doi:10.1145/3173574.3173718>, and fit curves with
 multiple uncertainty ribbons.
