Package: gamutil Title: Utilities to Facilitate Modeling Routines with Generalized Additive Models Version: 0.8.1 Authors@R: person(given = "Motoki", family = "Saito", role = c("aut", "cre"), email = "motokisaito.8623@gmail.com", comment = c(ORCID = "0000-0003-0785-5813")) Description: After fitting a Generalized Additive (Mixed) Model, the next step is often to obtain predicted values for certain combinations of predictors for visualization of estimated effects in the model. It involves constructing a new data frame, add predicted values, and finally makes a (contour) plot. This package is intended to facilitate these steps to visualize estimated effects in a generalized additive model. The underlying modeling methodology is described in Wood (2017, ISBN:9781498728331). Imports: ggplot2, lifecycle, metR, mgcv, RColorBrewer License: MIT + file LICENSE URL: https://github.com/msaito8623/gamutil BugReports: https://github.com/msaito8623/gamutil/issues Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: testthat (>= 3.0.0), knitr, rmarkdown, RhpcBLASctl Config/testthat/edition: 3 Depends: R (>= 3.5) VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://msaito8623.r-universe.dev Date/Publication: 2026-05-19 16:41:45 UTC RemoteUrl: https://github.com/msaito8623/gamutil RemoteRef: HEAD RemoteSha: e2d3e6eb5468a4890d19adfc7ff21f9e54d0f327 NeedsCompilation: no Packaged: 2026-06-18 06:37:36 UTC; root Author: Motoki Saito [aut, cre] (ORCID: ) Maintainer: Motoki Saito