R version 4.6.0 beta (2026-04-12 r89879 ucrt) -- "Because it was There" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ordered) Loading required package: parsnip > > test_check("ordered") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: MASS Attaching package: 'MASS' The following object is masked from 'package:dplyr': select [ FAIL 0 | WARN 0 | SKIP 15 | PASS 310 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-decision_tree-rpartScore.R:93:1', 'test-decision_tree-rpartScore.R:125:1', 'test-gen_additive_mod-VGAM.R:168:1', 'test-gen_additive_mod-VGAM.R:200:1', 'test-ordinal_reg-VGAM.R:159:1', 'test-ordinal_reg-VGAM.R:191:1', 'test-ordinal_reg-ordinalNet.R:281:1', 'test-ordinal_reg-ordinalNet.R:309:1', 'test-ordinal_reg-polr.R:112:1', 'test-ordinal_reg-polr.R:146:1', 'test-ordinal_reg.R:4:1', 'test-ordinal_reg.R:12:1', 'test-rand_forest-ordinalForest.R:183:1', 'test-rand_forest-ordinalForest.R:214:1', 'test-rand_forest-ordinalForest.R:244:1' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 310 ] > > proc.time() user system elapsed 57.95 3.45 60.98