Last updated on 2025-12-06 03:51:14 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.18.0 | 36.18 | 259.86 | 296.04 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.18.0 | 26.53 | 167.61 | 194.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 3.18.0 | 183.00 | 262.02 | 445.02 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 3.18.0 | 95.00 | 364.34 | 459.34 | ERROR | |
| r-devel-windows-x86_64 | 3.18.0 | 44.00 | 299.00 | 343.00 | OK | |
| r-patched-linux-x86_64 | 3.18.0 | 41.59 | 230.61 | 272.20 | ERROR | |
| r-release-linux-x86_64 | 3.18.0 | 34.02 | 240.40 | 274.42 | OK | |
| r-release-macos-arm64 | 3.18.0 | OK | ||||
| r-release-macos-x86_64 | 3.18.0 | 25.00 | 157.00 | 182.00 | OK | |
| r-release-windows-x86_64 | 3.18.0 | 44.00 | 292.00 | 336.00 | ERROR | |
| r-oldrel-macos-arm64 | 3.18.0 | OK | ||||
| r-oldrel-macos-x86_64 | 3.18.0 | 21.00 | 162.00 | 183.00 | OK | |
| r-oldrel-windows-x86_64 | 3.18.0 | 58.00 | 380.00 | 438.00 | ERROR |
Version: 3.18.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/R_ext/Callbacks.h:32:2: warning: ‘#warning’ before C++23 is a GCC extension [-Wc++23-extensions]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/mice.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-15 (Debian 15.2.0-9) 15.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 3.18.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [36s/58s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mice)
Attaching package: 'mice'
The following object is masked from 'package:stats':
filter
The following objects are masked from 'package:base':
cbind, rbind
>
> test_check("mice")
Saving _problems/test-mice.impute.2l.bin-32.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mice.impute.2l.bin.R:30:1'): (code run outside of `test_that()`) ──
Error: object 'ID' not found
Backtrace:
▆
1. ├─... %>% dplyr::select(-month) at test-mice.impute.2l.bin.R:30:1
2. ├─dplyr::select(., -month)
3. ├─tidyr::fill(., treatment)
4. ├─tidyr::complete(toenail, ID, visit)
5. └─tidyr:::complete.data.frame(toenail, ID, visit)
6. ├─tidyr::expand(data, ...)
7. └─tidyr:::expand.data.frame(data, ...)
8. └─tidyr:::grid_dots(..., `_data` = data)
9. └─rlang::eval_tidy(dot, data = mask)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 3.18.0
Check: examples
Result: ERROR
Running examples in ‘mice-Ex.R’ failed
The error most likely occurred in:
> ### Name: fix.coef
> ### Title: Fix coefficients and update model
> ### Aliases: fix.coef
>
> ### ** Examples
>
> model0 <- lm(Volume ~ Girth + Height, data = trees)
Warning in is.data.frame(data) : unknown type in R_decompress3
Error in is.data.frame(data) :
lazy-load database '/data/gannet/ripley/R/R-clang/library/datasets/data/Rdata.rdb' is corrupt
Calls: lm ... <Anonymous> -> model.frame.default -> is.data.frame
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 3.18.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [95s/171s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mice)
Attaching package: 'mice'
The following object is masked from 'package:stats':
filter
The following objects are masked from 'package:base':
cbind, rbind
>
> test_check("mice")
Saving _problems/test-mice.impute.2l.bin-32.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mice.impute.2l.bin.R:30:1'): (code run outside of `test_that()`) ──
Error: object 'ID' not found
Backtrace:
▆
1. ├─... %>% dplyr::select(-month) at test-mice.impute.2l.bin.R:30:1
2. ├─dplyr::select(., -month)
3. ├─tidyr::fill(., treatment)
4. ├─tidyr::complete(toenail, ID, visit)
5. └─tidyr:::complete.data.frame(toenail, ID, visit)
6. ├─tidyr::expand(data, ...)
7. └─tidyr:::expand.data.frame(data, ...)
8. └─tidyr:::grid_dots(..., `_data` = data)
9. └─rlang::eval_tidy(dot, data = mask)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 3.18.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [96s/191s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mice)
Attaching package: 'mice'
The following object is masked from 'package:stats':
filter
The following objects are masked from 'package:base':
cbind, rbind
>
> test_check("mice")
Saving _problems/test-mice.impute.2l.bin-32.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mice.impute.2l.bin.R:30:1'): (code run outside of `test_that()`) ──
Error: object 'ID' not found
Backtrace:
▆
1. ├─... %>% dplyr::select(-month) at test-mice.impute.2l.bin.R:30:1
2. ├─dplyr::select(., -month)
3. ├─tidyr::fill(., treatment)
4. ├─tidyr::complete(toenail, ID, visit)
5. └─tidyr:::complete.data.frame(toenail, ID, visit)
6. ├─tidyr::expand(data, ...)
7. └─tidyr:::expand.data.frame(data, ...)
8. └─tidyr:::grid_dots(..., `_data` = data)
9. └─rlang::eval_tidy(dot, data = mask)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 3.18.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [57s/98s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mice)
Attaching package: 'mice'
The following object is masked from 'package:stats':
filter
The following objects are masked from 'package:base':
cbind, rbind
>
> test_check("mice")
Saving _problems/test-mice.impute.2l.bin-32.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mice.impute.2l.bin.R:30:1'): (code run outside of `test_that()`) ──
Error: object 'ID' not found
Backtrace:
▆
1. ├─... %>% dplyr::select(-month) at test-mice.impute.2l.bin.R:30:1
2. ├─dplyr::select(., -month)
3. ├─tidyr::fill(., treatment)
4. ├─tidyr::complete(toenail, ID, visit)
5. └─tidyr:::complete.data.frame(toenail, ID, visit)
6. ├─tidyr::expand(data, ...)
7. └─tidyr:::expand.data.frame(data, ...)
8. └─tidyr:::grid_dots(..., `_data` = data)
9. └─rlang::eval_tidy(dot, data = mask)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 3.18.0
Check: tests
Result: ERROR
Running 'testthat.R' [69s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mice)
Attaching package: 'mice'
The following object is masked from 'package:stats':
filter
The following objects are masked from 'package:base':
cbind, rbind
>
> test_check("mice")
Saving _problems/test-mice.impute.2l.bin-32.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mice.impute.2l.bin.R:30:1'): (code run outside of `test_that()`) ──
Error: object 'ID' not found
Backtrace:
▆
1. ├─... %>% dplyr::select(-month) at test-mice.impute.2l.bin.R:30:1
2. ├─dplyr::select(., -month)
3. ├─tidyr::fill(., treatment)
4. ├─tidyr::complete(toenail, ID, visit)
5. └─tidyr:::complete.data.frame(toenail, ID, visit)
6. ├─tidyr::expand(data, ...)
7. └─tidyr:::expand.data.frame(data, ...)
8. └─tidyr:::grid_dots(..., `_data` = data)
9. └─rlang::eval_tidy(dot, data = mask)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 3.18.0
Check: tests
Result: ERROR
Running 'testthat.R' [99s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mice)
Attaching package: 'mice'
The following object is masked from 'package:stats':
filter
The following objects are masked from 'package:base':
cbind, rbind
>
> test_check("mice")
Saving _problems/test-mice.impute.2l.bin-32.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mice.impute.2l.bin.R:30:1'): (code run outside of `test_that()`) ──
Error: object 'ID' not found
Backtrace:
▆
1. ├─... %>% dplyr::select(-month) at test-mice.impute.2l.bin.R:30:1
2. ├─dplyr::select(., -month)
3. ├─tidyr::fill(., treatment)
4. ├─tidyr::complete(toenail, ID, visit)
5. └─tidyr:::complete.data.frame(toenail, ID, visit)
6. ├─tidyr::expand(data, ...)
7. └─tidyr:::expand.data.frame(data, ...)
8. └─tidyr:::grid_dots(..., `_data` = data)
9. └─rlang::eval_tidy(dot, data = mask)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 379 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64