Package: ordered Title: 'parsnip' Engines and Wrappers for Ordinal Classification Models Version: 0.1.0.9000 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = "aut", comment = c(ORCID = "0000-0003-2402-136X")), person("Jason Cory", "Brunson", , "cornelioid@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3126-9494")), person("Posit Software PBC", role = "cph") ) Description: Bindings, methods, and tuners for using ordinal classification models with the 'parsnip' and 'dials' packages. These include the regularized elastic net ordinal regression of Wurm, Hanlon, and Rathouz (2021) in 'ordinalNet', the ordinal classification trees of Galimberti, Soffritti, and Di Maso (2012) in 'rpartScore', and the latent variable ordinal forests of Hornung (2020) in 'ordinalForest'. License: MIT + file LICENSE Depends: parsnip (>= 1.5) Imports: cli, dials (>= 1.4.3), purrr, rlang (>= 1.1.4), tibble, tidyr Suggests: dplyr, MASS, ordinalNet, VGAM, rpartScore, ordinalForest, QSARdata, spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://corybrunson.github.io/ordered/ BugReports: https://github.com/corybrunson/ordered/issues Config/Needs/website: rmarkdown Config/pak/sysreqs: libicu-dev Repository: https://corybrunson.r-universe.dev Date/Publication: 2026-06-20 21:17:28 UTC RemoteUrl: https://github.com/corybrunson/ordered RemoteRef: HEAD RemoteSha: 3ee258ce3379e1a156bc9c8b85689c84c0e49396 NeedsCompilation: no Packaged: 2026-06-20 23:10:45 UTC; root Author: Max Kuhn [aut] (ORCID: ), Jason Cory Brunson [aut, cre] (ORCID: ), Posit Software PBC [cph] Maintainer: Jason Cory Brunson