Package: gratia
Version: 0.8.1
Date: 2023-02-02
Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Authors@R: c(person(given = "Gavin L.", family = "Simpson",
                    email = "ucfagls@gmail.com",
                    role = c("aut","cre"),
		            comment = c(ORCID = "0000-0002-9084-8413")),
             person(given = "Henrik", family = "Singmann",
                    role = "ctb",
                    comment = c(ORCID = "0000-0002-4842-3657")))
Maintainer: Gavin L. Simpson <ucfagls@gmail.com>
Depends:
    R (>= 4.1.0)
Imports:
    mgcv (>= 1.8-41),
    ggplot2,
    tibble (>= 3.0.0),
    dplyr (>= 1.0.10),
    tidyr,
    rlang,
    patchwork,
    vctrs,
    grid,
    mvnfast,
    purrr,
    stats,
    tools,
    grDevices,
    stringr,
    tidyselect,
    lifecycle,
    pillar,
    cli,
    nlme
Suggests:
    gamm4,
    lme4,
    testthat,
    vdiffr,
    MASS,
    scam,
    datasets,
    withr,
    knitr,
    rmarkdown,
    forcats,
    GJRM
Description: Graceful 'ggplot'-based graphics and utility functions for working with generalized additive models (GAMs) fitted using the 'mgcv' package. Provides a reimplementation of the plot() method for GAMs that 'mgcv' provides, as well as 'tidyverse' compatible representations of estimated smooths.
License: MIT + file LICENSE
LazyData: true
URL: https://gavinsimpson.github.io/gratia/
BugReports: https://github.com/gavinsimpson/gratia/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3
