Package: maize Title: Specialty Kernels for SVMs Version: 0.0.2.95 Authors@R: c( person("Frank", "Hull", , "frankiethull@gmail.com", role = c("aut", "cre")), person("Max", "Kuhn", , "max@posit.co", role = "ctb") ) Description: Bindings for SVMs and special kernels via kernlab, e1701, ebmc, and mildsvm extending the 'parsnip' package. Specifically related to kernels for support vector machines not available in parsnip. Package also includes interfaces for novel SVM preprocessors (recipes) and postprocessors (probably). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: applicable, parsnip, probably, recipes, rlang, tibble, vctrs Remotes: frankiethull/qrsvm Depends: R (>= 4.4.1.0) LazyData: true Suggests: knitr, quarto, rmarkdown, qrsvm, quantregForest, ebmc, mildsvm, modeltime, timetk, workflows, kernlab, ggplot2, tidyr VignetteBuilder: quarto, knitr URL: https://frankiethull.github.io/maize/ Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://frankiethull.r-universe.dev Date/Publication: 2025-07-13 05:40:08 UTC RemoteUrl: https://github.com/frankiethull/maize RemoteRef: HEAD RemoteSha: 92194b806d777d114944c29be580f2bd582af909 NeedsCompilation: no Packaged: 2026-06-21 10:00:53 UTC; root Author: Frank Hull [aut, cre], Max Kuhn [ctb] Maintainer: Frank Hull