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 Roxygen: list(markdown = TRUE) Depends: R (>= 2.10) Repository: https://stefanocoretta.r-universe.dev Date/Publication: 2024-12-18 15:34:47 UTC RemoteUrl: https://github.com/stefanocoretta/tidygam RemoteRef: HEAD RemoteSha: aa397b22b3a0139ceeaab58066cc6bbdfa4ebd4e NeedsCompilation: no Packaged: 2026-06-12 09:59:06 UTC; root Author: Stefano Coretta [aut, cre] Maintainer: Stefano Coretta