Package: erplots
Title: Model-Agnostic Exposure-Response Plots
Version: 0.1.2
Authors@R: 
    person("Danielle", "Navarro", , "djnavarro@protonmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7648-6578"))
Description: Provides a fluent mini-language for building exposure-response
    plots (model curves/ribbons, quantile-binned summaries, data strips,
    and grouped distribution panels) from observed data and a fitted
    exposure-response model. Designed to be model-agnostic: any model
    object that implements the er_predict() generic (and, optionally,
    er_simulate() and er_summary()) can be visualised.
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
Imports: dplyr (>= 1.1.0), ggplot2 (>= 4.0.0), patchwork (>= 1.3.2),
        purrr, rlang, scales, stats, tibble, tidyselect, withr
Suggests: erglm, hexbin, knitr, MASS, mvtnorm, rmarkdown, spelling,
        testthat (>= 3.0.0)
URL: https://github.com/djnavarro/erplots,
        https://erplots.djnavarro.net/
BugReports: https://github.com/djnavarro/erplots/issues
Depends: R (>= 4.1.0)
LazyData: true
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
Config/Needs/website: djnavarro/emaxnls, djnavarro/waeponwifestre,
        rmarkdown
Collate: 'data.R' 'er-generics.R' 'er-plot-add.R' 'er-plot-api.R'
        'er-plot-build.R' 'er-plot-compose.R' 'er-plot-layer.R'
        'er-plot-style.R' 'er-plot-style-data.R'
        'er-plot-style-group.R' 'er-plot-style-model.R'
        'er-plot-style-quantile.R' 'er-plot-style-summary.R'
        'er-plot-theme.R' 'er-vpc-add.R' 'er-vpc-api.R'
        'er-vpc-build.R' 'er-vpc-layer.R' 'er-vpc-style-observed.R'
        'er-vpc-style-simulated.R' 'er-vpc-theme.R' 'utils-helpers.R'
Language: en-GB
NeedsCompilation: no
Packaged: 2026-08-27 12:29:52 UTC; danielle
Author: Danielle Navarro [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7648-6578>)
Maintainer: Danielle Navarro <djnavarro@protonmail.com>
Repository: CRAN
Date/Publication: 2026-09-09 15:00:02 UTC
