Package: qqboxplot
Title: Implementation of the Q-Q Boxplot
Version: 0.3.0
Authors@R: 
    person(given = "Jordan",
           family = "Rodu",
           role = c("aut", "cre"),
           email = "jordan.rodu@gmail.com")
Description: A system to implement the Q-Q boxplot.  It is implemented as an
    extension to 'ggplot2'.  The Q-Q boxplot is an amalgam of the boxplot and the
    Q-Q plot and allows the user to rapidly examine summary statistics and tail
    behavior for multiple distributions in the same pane.  As an extension of
    the 'ggplot2' implementation of the boxplot, possible modifications to the 
    boxplot extend to the Q-Q boxplot.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports: ggplot2, grid
Depends: R (>= 3.3)
Suggests: knitr, rmarkdown, dplyr, gridExtra, testthat (>= 3.0.0),
        vdiffr (>= 0.3.3), scales
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-11-20 03:17:28 UTC; jsr6q
Author: Jordan Rodu [aut, cre]
Maintainer: Jordan Rodu <jordan.rodu@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-20 03:30:02 UTC
Built: R 4.2.0; ; 2023-07-11 01:33:11 UTC; unix
