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) . 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 Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://nelson-gon.r-universe.dev Date/Publication: 2025-08-22 19:33:47 UTC RemoteUrl: https://github.com/nelson-gon/manymodelr RemoteRef: HEAD RemoteSha: 95f3f4ddf236ff8c6edf098cd2d9be908b0a66ac NeedsCompilation: no Packaged: 2026-06-18 08:40:12 UTC; root Author: Nelson Gonzabato [aut, cre] Maintainer: Nelson Gonzabato