R Under development (unstable) (2024-01-11 r85801 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 Loading required package: TeachingDemos > library(partykit) Loading required package: grid Loading required package: libcoin Loading required package: mvtnorm > print(sessionInfo()) R Under development (unstable) (2024-01-11 r85801 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows Server 2022 x64 (build 20348) Matrix products: default 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-20 mvtnorm_1.2-4 libcoin_1.0-10 earth_5.3.2 [5] plotmo_3.6.2 TeachingDemos_2.12 plotrix_3.8-4 Formula_1.2-5 [9] pre_1.0.7 testthat_3.2.1 loaded via a namespace (and not attached): [1] cli_3.6.2 rlang_1.1.3 stringi_1.8.3 MatrixModels_0.5-3 [5] glue_1.7.0 glmnet_4.1-8 brio_1.1.4 lifecycle_1.0.4 [9] foreach_1.5.2 stringr_1.5.1 compiler_4.4.0 codetools_0.2-19 [13] Rcpp_1.0.12 lattice_0.22-5 R6_2.5.1 splines_4.4.0 [17] inum_1.0-5 shape_1.4.6 magrittr_2.0.3 rpart_4.1.23 [21] Matrix_1.6-5 tools_4.4.0 iterators_1.0.14 survival_3.5-7 > > test_check("pre") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 129 ] > > proc.time() user system elapsed 33.00 1.23 39.70