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' <doi:10.5281/zenodo.4784245>. 'tidymodels' is a collection of
    packages for machine learning; see Kuhn and Wickham (2020) <https://www.tidymodels.org>).
    The technical details of 'mgcv' are described in Wood (2017)
    <doi:10.1201/9781315370279>.
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
RoxygenNote: 7.3.1
Collate: 'additive_init.R' 'additive_load.R' 'additive_make.R'
        'additive.R'
LazyLoad: yes
Language: en-US
NeedsCompilation: no
Packaged: 2024-04-28 15:14:40 UTC; runner
Author: Hamada S. Badr [aut, cre] (<https://orcid.org/0000-0002-9808-2344>)
Maintainer: Hamada S. Badr <badr@jhu.edu>
Repository: CRAN
Date/Publication: 2024-04-28 21:00:07 UTC
Built: R 4.3.2; ; 2024-04-28 22:01:31 UTC; unix
