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 Roxygen: list(markdown = TRUE) 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 Repository: https://dmolitor.r-universe.dev Date/Publication: 2025-12-05 17:59:42 UTC RemoteUrl: https://github.com/dmolitor/modeltuning RemoteRef: HEAD RemoteSha: b48dd025f775fc928fd15226f90e648b5a1118be NeedsCompilation: no Packaged: 2026-07-20 06:20:35 UTC; root Author: Daniel Molitor [aut, cre] Maintainer: Daniel Molitor