Package: modeltuning
Title: Model Selection and Tuning Utilities
Version: 0.1.4
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
Depends: R (>= 4.1.0)
Imports: future.apply, progressr, R6, rlang
Suggests: Matrix, e1071, future, parallelly, paws.compute, rsample,
        rpart, yardstick, knitr, rmarkdown
URL: https://www.dmolitor.com/modeltuning/
BugReports: https://github.com/dmolitor/modeltuning/issues
VignetteBuilder: knitr
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-13 16:09:15 UTC; dmolitor
Author: Daniel Molitor [aut, cre]
Maintainer: Daniel Molitor <molitdj97@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-14 06:50:08 UTC
