Package: qqconf
Type: Package
Title: Creates Simultaneous Testing Bands for QQ-Plots
Version: 1.0.0
Authors@R: c(
    person("Eric", "Weine", email = "ericweine15@gmail.com", role = c("aut", "cre")),
    person("Mary Sara", "McPeek", email = "mcpeek@uchicago.edu", role = "aut"),
    person("Abney", "Mark", email = "abney@uchicago.edu", role = "aut"))
Description: Provides functionality for creating Quantile-Quantile (QQ) and Probability-Probability (PP) plots with simultaneous 
    testing bands to asses significance of sample deviation from a reference distribution.
License: GPL-3
Depends: R (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: dplyr (>= 1.0.0), magrittr (>= 1.5), rlang (>= 0.4.9), ggplot2
        (>= 3.0.0), MASS (>= 7.3-50), robustbase (>= 0.93-4)
Collate: 'one_sided.R' 'ppplot.R' 'qqconf-package.R' 'qqplot.R'
        'two_sided.R'
NeedsCompilation: yes
Packaged: 2021-08-16 14:47:39 UTC; ericweine
Author: Eric Weine [aut, cre],
  Mary Sara McPeek [aut],
  Abney Mark [aut]
Maintainer: Eric Weine <ericweine15@gmail.com>
Repository: CRAN
Date/Publication: 2021-08-17 07:20:08 UTC
