Last updated on 2026-07-25 02:55:36 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.9 | 13.41 | 337.93 | 351.34 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.9 | 8.13 | 194.62 | 202.75 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.9 | 22.00 | 412.23 | 434.23 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.9 | 9.00 | 200.44 | 209.44 | ERROR | |
| r-devel-windows-x86_64 | 1.0.9 | 14.00 | 299.00 | 313.00 | OK | |
| r-patched-linux-x86_64 | 1.0.9 | 15.61 | 326.81 | 342.42 | OK | |
| r-release-linux-x86_64 | 1.0.9 | 13.60 | 322.91 | 336.51 | OK | |
| r-release-macos-arm64 | 1.0.9 | 3.00 | 85.00 | 88.00 | OK | |
| r-release-macos-x86_64 | 1.0.9 | 10.00 | 327.00 | 337.00 | OK | |
| r-release-windows-x86_64 | 1.0.9 | 16.00 | 298.00 | 314.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.9 | 3.00 | 83.00 | 86.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.9 | 9.00 | 308.00 | 317.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.9 | 21.00 | 440.00 | 461.00 | OK |
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> 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) (2026-07-23 r90295)
Platform: x86_64-pc-linux-gnu
Running under: Debian GNU/Linux forky/sid
Matrix products: default
BLAS: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib/libRblas.so
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.12.1; LAPACK version 3.12.0
locale:
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
[4] LC_COLLATE=C LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
[7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
time zone: Europe/Vienna
tzcode source: system (glibc)
attached base packages:
[1] grid stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] partykit_1.2-29 mvtnorm_1.4-2 libcoin_1.0-13 earth_5.3.5
[5] plotmo_3.7.0 plotrix_3.8-14 Formula_1.2-5 pre_1.0.9
[9] testthat_3.3.2
loaded via a namespace (and not attached):
[1] cli_3.6.6 rlang_1.3.0 stringi_1.8.7 otel_0.2.0
[5] MatrixModels_0.5-4 glue_1.8.1 glmnet_5.0 brio_1.1.5
[9] foreach_1.5.2 lifecycle_1.0.5 stringr_1.6.0 compiler_4.7.0
[13] codetools_0.2-20 Rcpp_1.1.2 lattice_0.22-9 R6_2.6.1
[17] splines_4.7.0 inum_1.0-5 shape_1.4.6.1 magrittr_2.0.5
[21] rpart_4.1.27 Matrix_1.7-5 tools_4.7.0 iterators_1.0.14
[25] survival_3.8-9
>
> test_check("pre")
Error in `source_dir()`:
! Failed to evaluate './helper.R'.
Caused by error:
! object 'PimaIndiansDiabetes' not found
Backtrace:
▆
1. ├─testthat::test_check("pre")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(...)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. └─testthat (local) `<fn>`(`<objctNFE>`) at ./helper.R:76:1
15. └─cli::cli_abort(...)
16. └─rlang::abort(...)
Warning message:
In data(PimaIndiansDiabetes, package = "mlbench", envir = environment()) :
data set 'PimaIndiansDiabetes' not found
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> 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) (2026-07-23 r90295)
Platform: x86_64-pc-linux-gnu
Running under: Fedora Linux 42 (Workstation Edition)
Matrix products: default
BLAS: /data/gannet/ripley/R/R-clang/lib/libRblas.so
LAPACK: /data/gannet/ripley/R/R-clang/lib/libRlapack.so; LAPACK version 3.12.1
locale:
[1] LC_CTYPE=en_GB.utf8 LC_NUMERIC=C
[3] LC_TIME=en_GB.UTF-8 LC_COLLATE=C
[5] LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8
[7] LC_PAPER=en_GB.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C
time zone: Europe/London
tzcode source: system (glibc)
attached base packages:
[1] grid stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] partykit_1.2-29 mvtnorm_1.4-2 libcoin_1.0-13 earth_5.3.5
[5] plotmo_3.7.0 plotrix_3.8-14 Formula_1.2-5 pre_1.0.9
[9] testthat_3.3.2
loaded via a namespace (and not attached):
[1] cli_3.6.6 rlang_1.3.0 stringi_1.8.7 otel_0.2.0
[5] MatrixModels_0.5-4 glue_1.8.1 glmnet_5.0 brio_1.1.5
[9] foreach_1.5.2 lifecycle_1.0.5 stringr_1.6.0 compiler_4.7.0
[13] codetools_0.2-20 Rcpp_1.1.2 lattice_0.22-9 R6_2.6.1
[17] splines_4.7.0 inum_1.0-5 shape_1.4.6.1 magrittr_2.0.5
[21] rpart_4.1.27 Matrix_1.7-5 tools_4.7.0 iterators_1.0.14
[25] survival_3.8-9
>
> test_check("pre")
Error in `source_dir()`:
! Failed to evaluate './helper.R'.
Caused by error:
! object 'PimaIndiansDiabetes' not found
Backtrace:
▆
1. ├─testthat::test_check("pre")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(...)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. └─testthat (local) `<fn>`(`<objctNFE>`) at ./helper.R:76:1
15. └─cli::cli_abort(...)
16. └─rlang::abort(...)
Warning message:
In data(PimaIndiansDiabetes, package = "mlbench", envir = environment()) :
data set 'PimaIndiansDiabetes' not found
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> 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) (2026-07-23 r90295)
Platform: x86_64-pc-linux-gnu
Running under: Fedora Linux 44 (Server Edition)
Matrix products: default
BLAS: /data/localhost/ripley/R/R-devel/lib/libRblas.so
LAPACK: /usr/lib64/liblapack.so.3.12.0 LAPACK version 3.12.0
locale:
[1] LC_CTYPE=en_GB.utf8 LC_NUMERIC=C
[3] LC_TIME=en_GB.UTF-8 LC_COLLATE=C
[5] LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8
[7] LC_PAPER=en_GB.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C
time zone: Europe/London
tzcode source: system (glibc)
attached base packages:
[1] grid stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] partykit_1.2-29 mvtnorm_1.4-2 libcoin_1.0-13 earth_5.3.5
[5] plotmo_3.7.0 plotrix_3.8-14 Formula_1.2-5 pre_1.0.9
[9] testthat_3.3.2
loaded via a namespace (and not attached):
[1] cli_3.6.6 rlang_1.3.0 stringi_1.8.7 otel_0.2.0
[5] MatrixModels_0.5-4 glue_1.8.1 glmnet_5.0 brio_1.1.5
[9] foreach_1.5.2 lifecycle_1.0.5 stringr_1.6.0 compiler_4.7.0
[13] codetools_0.2-20 Rcpp_1.1.2 lattice_0.22-9 R6_2.6.1
[17] splines_4.7.0 inum_1.0-5 shape_1.4.6.1 magrittr_2.0.5
[21] rpart_4.1.27 Matrix_1.7-5 tools_4.7.0 iterators_1.0.14
[25] survival_3.8-9
>
> test_check("pre")
Error in `source_dir()`:
! Failed to evaluate './helper.R'.
Caused by error:
! object 'PimaIndiansDiabetes' not found
Backtrace:
▆
1. ├─testthat::test_check("pre")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(...)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. └─testthat (local) `<fn>`(`<objctNFE>`) at ./helper.R:76:1
15. └─cli::cli_abort(...)
16. └─rlang::abort(...)
Warning message:
In data(PimaIndiansDiabetes, package = "mlbench", envir = environment()) :
data set 'PimaIndiansDiabetes' not found
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc