R Under development (unstable) (2026-03-01 r89508 ucrt) -- "Unsuffered Consequences" 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(C50) > > test_check("C50") [ FAIL 0 | WARN 0 | SKIP 29 | PASS 194 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-C5.0.R:196:1', 'test-C5.0.R:205:1', 'test-C5.0.R:216:1', 'test-C5.0.R:225:1', 'test-C5.0.R:236:1', 'test-C5.0.R:245:1', 'test-C5.0.R:254:1', 'test-C5.0.R:263:1', 'test-C5.0.R:272:1', 'test-C5.0.R:279:1', 'test-C5.0.R:286:1', 'test-C5.0.R:293:1', 'test-C5.0.R:307:1', 'test-C5.0.R:315:1', 'test-C5.0.R:327:1', 'test-C5.0.R:334:1', 'test-C5.0.R:341:1', 'test-C5.0.R:571:1', 'test-C5imp.R:109:1', 'test-as-party-C5.0.R:65:1', 'test-as-party-C5.0.R:76:1', 'test-as-party-C5.0.R:90:1', 'test-predict-C5.0.R:124:1', 'test-predict-C5.0.R:135:1', 'test-predict-C5.0.R:147:1', 'test-predict-C5.0.R:158:1', 'test-predict-C5.0.R:171:1', 'test-predict-C5.0.R:182:1', 'test-predict-C5.0.R:195:1' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 194 ] > > proc.time() user system elapsed 5.32 0.37 5.68