Package: depictr
Type: Package
Title: A Unified Toolkit for Visualising Statistical Models and Data
Version: 0.3.0
Authors@R: person(given = "Pablo",
                  family = "Bernabeu",
                  email = "pcbernabeu@gmail.com",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0003-1083-2460"))
Description: A cohesive, publication-ready toolkit of plots that span the
    whole analysis workflow with one consistent look. It covers exploratory
    data analysis (distributions, categorical summaries, bivariate plots,
    scatter-plot matrices, correlation heatmaps, missing-data maps,
    outliers, estimation statistics and descriptive tables); multivariate
    analysis, clustering with diagnostics and Kaplan-Meier survival curves;
    time series (trends, autocorrelation, decomposition, seasonality and
    forecasting); model estimates and inference (forest plots, model
    comparison, frequentist and Bayesian estimates, predicted values,
    interactions, random effects and optimiser checks); diagnostics and
    classification (residual panels, binned residuals, influence,
    quantile-quantile, receiver operating characteristic (ROC) curves,
    calibration, threshold tuning and confusion matrices); uncertainty and
    power; and reporting helpers (a shared theme, colourblind-aware
    palettes, plot composition and saving). Every plotting function returns
    a 'ggplot2' object (or a 'patchwork' object for composite panels),
    heavier modelling back-ends are optional, and the package ships with
    reproducibly simulated datasets so that every example and vignette runs
    without further setup.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
LazyData: true
Depends: R (>= 4.1.0)
Imports: ggplot2 (>= 3.5.0), stringr, scales, patchwork (>= 1.3.0),
        rlang, stats, grDevices, utils, Rdpack
Suggests: lme4, lmerTest, broom, simr, knitr, rmarkdown, survival,
        ggdist, posterior, boot, cluster, colorspace, testthat (>=
        3.0.0), withr
VignetteBuilder: knitr
RdMacros: Rdpack
Config/testthat/edition: 3
Config/Needs/website: pkgdown
URL: https://pablobernabeu.github.io/depictr/,
        https://github.com/pablobernabeu/depictr
BugReports: https://github.com/pablobernabeu/depictr/issues
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-08-21 13:55:09 UTC; PabloB
Author: Pablo Bernabeu [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1083-2460>)
Maintainer: Pablo Bernabeu <pcbernabeu@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-01 08:30:09 UTC
Built: R 4.5.2; ; 2026-09-01 11:32:30 UTC; unix
