Package: unifiedml Type: Package Title: Unified Interface for Machine Learning Models Version: 0.3.0 Date: 2026-05-05 Authors@R: person("T.", "Moudiki", email = "thierry.moudiki@gmail.com", role = c("aut", "cre")) Maintainer: T. Moudiki Description: Provides a unified R6-based interface for various machine learning models with automatic interface detection, consistent cross-validation, model interpretations via numerical derivatives, and visualization. Supports both regression and classification tasks with any model function that follows R's standard modeling conventions (formula or matrix interface). License: MIT + file LICENSE URL: https://github.com/Techtonique/unifiedml BugReports: https://github.com/Techtonique/unifiedml/issues Depends: R (>= 3.5.0), doParallel, R6, foreach Imports: Rcpp (>= 1.1.0) Suggests: testthat (>= 3.0.0), knitr, rmarkdown, glmnet, randomForest, e1071, covr, spelling, MASS, nnet, caret VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 Repository: https://techtonique.r-universe.dev Date/Publication: 2026-05-11 01:54:06 UTC RemoteUrl: https://github.com/Techtonique/unifiedml RemoteRef: HEAD RemoteSha: eb5faa3666048090e2ea582b9b1b9b2d009bf784 NeedsCompilation: yes Packaged: 2026-06-10 10:38:15 UTC; root Author: T. Moudiki [aut, cre]