R Under development (unstable) (2025-09-04 r88794 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(pre) > > ##### > # partykit and earth is loaded as failures of tests may be caused by the version > # of either package. Thus, we print the sessionInfo > > library(earth) Loading required package: Formula Loading required package: plotmo Loading required package: plotrix > library(partykit) Loading required package: grid Loading required package: libcoin Loading required package: mvtnorm > print(sessionInfo()) R Under development (unstable) (2025-09-04 r88794 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows Server 2022 x64 (build 20348) Matrix products: default LAPACK version 3.12.1 locale: [1] LC_COLLATE=C LC_CTYPE=German_Germany.utf8 [3] LC_MONETARY=C LC_NUMERIC=C [5] LC_TIME=C time zone: Europe/Berlin tzcode source: internal attached base packages: [1] grid stats graphics grDevices utils datasets methods [8] base other attached packages: [1] partykit_1.2-24 mvtnorm_1.3-3 libcoin_1.0-10 earth_5.3.4 [5] plotmo_3.6.4 plotrix_3.8-4 Formula_1.2-5 pre_1.0.8 [9] testthat_3.2.3 loaded via a namespace (and not attached): [1] cli_3.6.5 rlang_1.1.6 stringi_1.8.7 MatrixModels_0.5-4 [5] glue_1.8.0 glmnet_4.1-10 brio_1.1.5 lifecycle_1.0.4 [9] foreach_1.5.2 stringr_1.5.2 compiler_4.6.0 codetools_0.2-20 [13] Rcpp_1.1.0 lattice_0.22-7 R6_2.6.1 splines_4.6.0 [17] inum_1.0-5 shape_1.4.6.1 magrittr_2.0.3 rpart_4.1.24 [21] Matrix_1.7-4 tools_4.6.0 iterators_1.0.14 survival_3.8-3 > > test_check("pre") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 132 ] > > proc.time() user system elapsed 19.06 0.70 23.14