MASS::polr() fits a cumulative-link ordinal regression model.
Details
For this engine, there is a single mode: classification
Translation from parsnip to the original package
The ordered extension package is required to fit this model.
library(ordered)
ordinal_reg() %>%
set_engine("polr") %>%
set_mode("classification") %>%
translate()