Package: modeltuning
Title: Model Selection and Tuning Utilities
Version: 0.1.3
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: Matrix, e1071, future, parallelly, paws, rsample, rpart,
        yardstick, knitr, rmarkdown
URL: https://www.dmolitor.com/modeltuning/
BugReports: https://github.com/dmolitor/modeltuning/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-12-05 18:01:39 UTC; dmolitor
Author: Daniel Molitor [aut, cre]
Maintainer: Daniel Molitor <molitdj97@gmail.com>
Repository: CRAN
Date/Publication: 2025-12-07 00:50:08 UTC
Built: R 4.4.3; ; 2025-12-15 03:17:11 UTC; windows
