Package: autogam Title: Automate the Creation of Generalized Additive Models (GAMs) Version: 0.1.0 Authors@R: person("Chitu", "Okoli", , "Chitu.Okoli@skema.edu", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0001-5574-7572")) Language: en-US Description: This wrapper package for 'mgcv' makes it easier to create high-performing Generalized Additive Models (GAMs). With its central function autogam(), by entering just a dataset and the name of the outcome column as inputs, 'AutoGAM' tries to automate the procedure of configuring a highly accurate GAM which performs at reasonably high speed, even for large datasets. License: MIT + file LICENSE Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.2.0) Imports: cli, dplyr, methods, mgcv, purrr, rlang, staccuracy, stats, stringr, univariateML Suggests: testthat (>= 3.0.0) URL: https://github.com/tripartio/autogam, https://tripartio.github.io/autogam/ BugReports: https://github.com/tripartio/autogam/issues Config/pak/sysreqs: cmake make libicu-dev Repository: https://tripartio.r-universe.dev Date/Publication: 2025-02-24 17:46:48 UTC RemoteUrl: https://github.com/tripartio/autogam RemoteRef: HEAD RemoteSha: 941e7ac1b80da9589ed4cc9fd2d11693de63620d NeedsCompilation: no Packaged: 2026-07-05 09:00:26 UTC; root Author: Chitu Okoli [aut, cre] (ORCID: ) Maintainer: Chitu Okoli