- using R Under development (unstable) (2026-07-08 r90215)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 22.1.8 (1)
Debian flang version 22.1.8 (1)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-07-10 06:23:36 UTC
- checking for file ‘pmml/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘pmml’ version ‘2.6.0’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/4s] OK
- checking package namespace information ... OK
- checking package dependencies ... INFO
Package suggested but not available for checking: ‘neighbr’
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘pmml’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [34s/43s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [2s/3s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [41s/52s] ERROR
Running ‘testthat.R’ [41s/51s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(pmml, quietly = T)
>
> test_check("pmml")
Saving _problems/test_pmml.gbm-11.R
[ FAIL 1 | WARN 11 | SKIP 58 | PASS 363 ]
══ Skipped tests (58) ══════════════════════════════════════════════════════════
• 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'
• {neighbr} is not installed (6): 'test_pmml.neighbr.R:6:3',
'test_pmml.neighbr.R:29:3', 'test_pmml.neighbr.R:57:3',
'test_pmml.neighbr.R:87:3', 'test_pmml.neighbr.R:116:3',
'test_pmml.neighbr.R:147:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_pmml.gbm.R:11:3'): pmml.gbm final Segment contains modelName attribute ──
Expected `... <- NULL` to produce warnings.
[ FAIL 1 | WARN 11 | SKIP 58 | PASS 363 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [5s/8s] OK
- checking PDF version of manual ... [6s/9s] OK
- checking HTML version of manual ... [5s/8s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR