Package: ordered Title: 'parsnip' Engines and Wrappers for Ordinal Classification Models Version: 0.1.0.9002 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: R (>= 4.1.0), parsnip (> 1.6.0) Imports: cli, dials (>= 1.4.3), purrr, rlang (>= 1.1.4), tibble, tidyr Suggests: dplyr, MASS, ordinal, ordinalNet, rms (>= 7.0.0), glmnetcr, VGAM, rpartScore, ordinalForest, orf, QSARdata, spelling, testthat (>= 3.0.0) Remotes: tidymodels/parsnip Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) URL: https://corybrunson.github.io/ordered/ BugReports: https://github.com/corybrunson/ordered/issues Config/Needs/website: rmarkdown Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://corybrunson.r-universe.dev Date/Publication: 2026-07-18 16:43:43 UTC RemoteUrl: https://github.com/corybrunson/ordered RemoteRef: HEAD RemoteSha: 52ff530959af5c3c0d54ba1b2b14e6d97a43ba94 NeedsCompilation: no Packaged: 2026-07-18 17:44:58 UTC; root Author: Max Kuhn [aut] (ORCID: ), Jason Cory Brunson [aut, cre] (ORCID: ), Posit Software PBC [cph] Maintainer: Jason Cory Brunson