Package: tidygam
Type: Package
Title: Tidy Prediction and Plotting of Generalised Additive Models
Version: 1.0.0
Date: 2024-12-18
Authors@R: 
    c(person(given = "Stefano",
             family = "Coretta",
             email = paste0("stefano.coretta", "@", "gmail.com"),
             role = c("aut", "cre")))
Description: Provides functions that compute predictions from Generalised
    Additive Models (GAMs) fitted with 'mgcv' and return them as a tibble.
    These can be plotted with a generic plot()-method that uses 'ggplot2' or
    plotted as any other data frame. The main function is predict_gam().
License: MIT + file LICENSE
URL: https://github.com/stefanocoretta/tidygam,
        https://stefanocoretta.github.io/tidygam/
BugReports: https://github.com/stefanocoretta/tidygam/issues
Encoding: UTF-8
LazyData: true
Imports: cli, dplyr, ggplot2, glue, insight, magrittr, mgcv, rlang,
        stringr, tibble, tidyr, tidyselect
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Language: en-US
RoxygenNote: 7.3.2
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2024-12-18 15:32:50 UTC; ste
Author: Stefano Coretta [aut, cre]
Maintainer: Stefano Coretta <stefano.coretta@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-18 15:50:02 UTC
Built: R 4.4.3; ; 2025-11-01 05:02:56 UTC; windows
