Package: qbinplots Title: Quantile Binned Plots Version: 0.3.3.9000 Authors@R: c( person("Edwin", "de Jonge", , "edwindjonge@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6580-4718")), person("Martijn", "Tennekes", , "mtennekes@gmail.com", role = c("ctb")) ) Description: Create quantile binned and conditional plots for Exploratory Data Analysis. The package provides several plotting functions that are all based on quantile binning. The plots are created with 'ggplot2' and 'patchwork' and can be further adjusted. License: MIT + file LICENSE URL: https://edwindj.github.io/qbinplots/ BugReports: https://github.com/edwindj/qbinplots/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1.0) Imports: ggplot2, data.table, patchwork, scales Suggests: palmerpenguins, tinytest Repository: https://edwindj.r-universe.dev Date/Publication: 2025-02-26 12:58:58 UTC RemoteUrl: https://github.com/edwindj/qbinplots RemoteRef: HEAD RemoteSha: 0f281980dcfe6eb9c44cd9dd3f264a544a3a2341 NeedsCompilation: no Packaged: 2026-06-20 08:45:22 UTC; root Author: Edwin de Jonge [aut, cre] (ORCID: ), Martijn Tennekes [ctb] Maintainer: Edwin de Jonge