Package: additive Type: Package Version: 1.0.1 Title: Bindings for Additive TidyModels Authors@R: c(person(given = "Hamada S.", family = "Badr", email = "badr@jhu.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9808-2344"))) Description: Fit Generalized Additive Models (GAM) using 'mgcv' with 'parsnip'/'tidymodels' via 'additive' . 'tidymodels' is a collection of packages for machine learning; see Kuhn and Wickham (2020) ). The technical details of 'mgcv' are described in Wood (2017) . License: MIT + file LICENSE URL: https://hsbadr.github.io/additive/, https://github.com/hsbadr/additive BugReports: https://github.com/hsbadr/additive/issues Depends: mgcv (>= 1.9-1), parsnip (>= 1.2.1), R (>= 4.1.0) Imports: dplyr, purrr, rlang, stats, tibble, utils Suggests: covr, devtools, knitr, recipes, rmarkdown, roxygen2, spelling, testthat, workflows VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Collate: 'additive_init.R' 'additive_load.R' 'additive_make.R' 'additive.R' LazyLoad: yes Language: en-US Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://hsbadr.r-universe.dev Date/Publication: 2026-06-22 14:02:35 UTC RemoteUrl: https://github.com/hsbadr/additive RemoteRef: HEAD RemoteSha: 7dc0e26355291d5350c92717afca49527587272d NeedsCompilation: no Packaged: 2026-06-22 14:17:00 UTC; root Author: Hamada S. Badr [aut, cre] (ORCID: ) Maintainer: Hamada S. Badr