CRAN Package Check Results for Package mi

Last updated on 2025-12-28 01:48:44 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 25.50 132.39 157.89 OK
r-devel-linux-x86_64-debian-gcc 1.2 16.83 92.62 109.45 OK
r-devel-linux-x86_64-fedora-clang 1.2 42.00 207.46 249.46 OK
r-devel-linux-x86_64-fedora-gcc 1.2 44.00 256.50 300.50 OK
r-devel-windows-x86_64 1.2 27.00 141.00 168.00 OK
r-patched-linux-x86_64 1.2 25.86 124.69 150.55 OK
r-release-linux-x86_64 1.2 23.06 123.24 146.30 ERROR
r-release-macos-arm64 1.2 OK
r-release-macos-x86_64 1.2 16.00 191.00 207.00 OK
r-release-windows-x86_64 1.2 26.00 137.00 163.00 OK
r-oldrel-macos-arm64 1.2 OK
r-oldrel-macos-x86_64 1.2 16.00 176.00 192.00 OK
r-oldrel-windows-x86_64 1.2 37.00 179.00 216.00 OK

Check Details

Version: 1.2
Check: tests
Result: ERROR Running ‘missing_data.frame.R’ [5s/5s] Running ‘missing_variable.R’ [3s/3s] Running the tests in ‘tests/missing_variable.R’ failed. Complete output: > stopifnot(require(mi)) Loading required package: mi Loading required package: Matrix Loading required package: stats4 mi (Version 1.2, packaged: 2025-09-01 20:01:42 UTC; ben) mi Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Trustees of Columbia University This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the General Public License version 2 or later. Execute RShowDoc('COPYING') for details. > > x <- rnorm(10) > x[1] <- NA > y <- missing_variable(x, type = "continuous") > > y <- missing_variable(x, type = "irrelevant") > x <- rep(1, 10) > y <- missing_variable(x, type = "fixed") > x <- rep(1:5, each = 2) > y <- missing_variable(x, type = "group") > > x[1] <- NA > y <- missing_variable(x, type = "unordered-categorical") > y <- missing_variable(x, type = "ordered-categorical") > y <- missing_variable(x, type = "interval") > > x <- rbinom(10, size = 1, prob = 0.5) > x[1] <- NA > y <- missing_variable(x, type = "binary") Error in validObject(.Object) : invalid class "binary" object: y : binary variables must have exactly two response categories Calls: missing_variable ... .local -> callNextMethod -> .nextMethod -> validObject Execution halted Flavor: r-release-linux-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.