Last updated on 2026-04-07 02:49:53 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2 | 26.37 | 133.36 | 159.73 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.2 | 17.67 | 93.15 | 110.82 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2 | 43.00 | 209.60 | 252.60 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2 | 44.00 | 242.06 | 286.06 | OK | |
| r-devel-macos-arm64 | 1.2 | 6.00 | 43.00 | 49.00 | OK | |
| r-devel-windows-x86_64 | 1.2 | 26.00 | 148.00 | 174.00 | OK | |
| r-patched-linux-x86_64 | 1.2 | 24.77 | 128.67 | 153.44 | OK | |
| r-release-linux-x86_64 | 1.2 | 26.00 | 122.94 | 148.94 | OK | |
| 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 | 25.00 | 141.00 | 166.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 | 34.00 | 182.00 | 216.00 | OK |
Version: 1.2
Check: tests
Result: ERROR
Running ‘missing_data.frame.R’ [5s/7s]
Running ‘missing_variable.R’ [3s/4s]
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-devel-linux-x86_64-debian-clang
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.