Package: modeltuning
Title: Model Selection and Tuning Utilities
Version: 0.1.2
Authors@R: 
    person("Daniel", "Molitor", , "molitdj97@gmail.com", role = c("aut", "cre"))
Description: Provides a lightweight framework for model selection
    and hyperparameter tuning in R. The package offers intuitive tools for
    grid search, cross-validation, and combined grid search with cross-validation
    that work seamlessly with virtually any modeling package. Designed for
    flexibility and ease of use, it standardizes tuning workflows while
    remaining fully compatible with a wide range of model interfaces and
    estimation functions.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Imports: future.apply, progressr, R6, rlang
Suggests: e1071, future, parallelly, paws, rsample, rpart, yardstick,
        knitr, rmarkdown
URL: https://www.dmolitor.com/modeltuning/
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-10-23 18:13:12 UTC; dmolitor
Author: Daniel Molitor [aut, cre]
Maintainer: Daniel Molitor <molitdj97@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-28 12:50:02 UTC
Built: R 4.5.2; ; 2025-11-01 01:59:41 UTC; windows
