R Under development (unstable) (2026-03-25 r89703 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. > library(testthat) > library(pmml, quietly = T) > > test_check("pmml") [ FAIL 0 | WARN 0 | SKIP 52 | PASS 378 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test_pmml.iForest.R:6:3', 'test_pmml_integration_ARIMA.R:108:3', 'test_pmml_integration_ARIMA.R:184:3', 'test_pmml_integration_ARIMA.R:270:3', 'test_pmml_integration_e1071_svm.R:27:3', 'test_pmml_integration_e1071_svm.R:276:3', 'test_pmml_integration_lm.R:13:3', 'test_pmml_integration_lm.R:124:3', 'test_pmml_integration_lm.R:178:3', 'test_pmml_integration_other.R:121:3', 'test_pmml_integration_other.R:169:3', 'test_pmml_integration_other.R:268:3', 'test_pmml_integration_other.R:443:3', 'test_pmml_integration_other.R:612:3', 'test_pmml_integration_other.R:698:3', 'test_pmml_integration_other.R:856:3', 'test_pmml_integration_other.R:1070:3', 'test_pmml_integration_other.R:1331:3', 'test_pmml_integration_other.R:1452:3', 'test_pmml_integration_other.R:1558:3', 'test_pmml_integration_other.R:1645:3', 'test_pmml_integration_other.R:1835:3', 'test_pmml_integration_transformations.R:20:3', 'test_pmml_integration_transformations.R:321:3', 'test_pmml_integration_transformations.R:357:3', 'test_pmml_integration_transformations.R:381:3', 'test_pmml_integration_transformations.R:412:3', 'test_pmml_integration_transformations.R:476:3', 'test_pmml_integration_xgboost.R:22:3', 'test_schema_validation.R:135:3', 'test_schema_validation.R:183:3', 'test_schema_validation.R:204:3', 'test_schema_validation.R:248:3', 'test_schema_validation.R:343:3', 'test_schema_validation.R:426:3', 'test_schema_validation.R:458:3', 'test_schema_validation.R:500:3', 'test_schema_validation.R:603:3', 'test_schema_validation.R:787:3', 'test_schema_validation.R:925:3', 'test_schema_validation.R:1000:3', 'test_schema_validation.R:1037:3', 'test_schema_validation.R:1069:3', 'test_schema_validation.R:1138:3', 'test_schema_validation.R:1185:3', 'test_schema_validation.R:1421:3', 'test_schema_validation.R:1502:3', 'test_schema_validation.R:1532:3', 'test_validation_against_JPMML.R:2:3' • skip (2): 'test_pmml_integration_lm.R:149:3', 'test_pmml_integration_transformations.R:445:3' • skip until export issue is resolved (1): 'test_pmml.nnet.R:66:3' [ FAIL 0 | WARN 0 | SKIP 52 | PASS 378 ] > > proc.time() user system elapsed 40.90 2.84 43.84