Package: qqplotr Type: Package Version: 0.0.7 Title: Quantile-Quantile Plot Extensions for 'ggplot2' Description: Extensions of 'ggplot2' Q-Q plot functionalities. Authors@R: c(person("Alexandre", "Almeida", email = "almeida.xan@gmail.com", role = c("aut")), person("Adam", "Loy", email = "loyad01@gmail.com", role = c("aut", "cre")), person("Heike", "Hofmann", role = "aut")) URL: https://github.com/aloy/qqplotr BugReports: https://github.com/aloy/qqplotr/issues License: GPL-3 | file LICENSE Encoding: UTF-8 LazyData: true Collate: 'data.R' 'geom_qq_band.R' 'qqplotr.R' 'runShinyExample.R' 'stat_pp_band.R' 'stat_pp_line.R' 'stat_pp_point.R' 'stat_qq_line.R' 'stat_qq_band.R' 'stat_qq_point.R' VignetteBuilder: knitr Depends: R (>= 4.1), ggplot2 (>= 3.4.0) Imports: dplyr, robustbase, MASS, opdisDownsampling, qqconf (>= 1.3.1) Suggests: shiny, devtools, lattice, shinyBS, knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libfftw3-dev Repository: https://aloy.r-universe.dev Date/Publication: 2026-06-26 00:30:02 UTC RemoteUrl: https://github.com/aloy/qqplotr RemoteRef: HEAD RemoteSha: eeaa2e2b972eec0f25d1557520fab74a1e71b59d NeedsCompilation: no Packaged: 2026-06-26 00:40:54 UTC; root Author: Alexandre Almeida [aut], Adam Loy [aut, cre], Heike Hofmann [aut] Maintainer: Adam Loy