Package: manymodelr
Title: Build and Tune Several Models
Version: 0.4.0
Authors@R: 
    person(given = "Nelson",
           family = "Gonzabato",
           email = "gonzabato@hotmail.com",
           role=c("aut","cre"))
Description: Frequently one needs a convenient way to build and tune
             several models in one go.The goal is to provide a number of machine learning convenience 
             functions. It provides the ability to build, tune and obtain predictions of 
             several models in one function. The models are built using functions from
             'caret' with easier to read syntax.
             Kuhn(2014) <doi:10.48550/arXiv.1405.6974>.
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: dplyr (>= 1.0.0), ggplot2 (>= 3.3.5), lme4 (>= 1.1.27.1),
        stringr (>= 1.4.0), usethis (>= 3.1.0), testthat (>= 3.2.3),
        caret (>= 6.0.88), Metrics (>= 0.1.4)
Depends: R (>= 4.4)
URL: https://github.com/Nelson-Gon/manymodelr
BugReports: https://github.com/Nelson-Gon/manymodelr/issues
Suggests: knitr, rmarkdown, covr
VignetteBuilder: knitr
LazyData: True
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-08-22 19:50:59 UTC; nelson
Author: Nelson Gonzabato [aut, cre]
Maintainer: Nelson Gonzabato <gonzabato@hotmail.com>
Repository: CRAN
Date/Publication: 2025-08-22 20:20:02 UTC
Built: R 4.6.0; ; 2025-10-11 04:04:14 UTC; windows
