CRAN Package Check Results for Package mi

Last updated on 2024-05-15 01:48:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 25.47 157.06 182.53 NOTE
r-devel-linux-x86_64-debian-gcc 1.1 19.96 112.05 132.01 NOTE
r-devel-linux-x86_64-fedora-clang 1.1 238.36 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 340.76 NOTE
r-devel-windows-x86_64 1.1 23.00 133.00 156.00 NOTE
r-patched-linux-x86_64 1.1 29.72 150.34 180.06 NOTE
r-release-linux-x86_64 1.1 22.45 143.43 165.88 NOTE
r-release-macos-arm64 1.1 85.00 NOTE
r-release-windows-x86_64 1.1 22.00 132.00 154.00 NOTE
r-oldrel-macos-arm64 1.1 95.00 OK
r-oldrel-macos-x86_64 1.1 150.00 OK
r-oldrel-windows-x86_64 1.1 32.00 166.00 198.00 ERROR

Check Details

Version: 1.1
Check: Rd files
Result: NOTE checkRd: (-1) rdata.frame.Rd:132: Lost braces in \enumerate; \value handles \item{}{} directly checkRd: (-1) rdata.frame.Rd:133-134: Lost braces in \enumerate; \value handles \item{}{} directly checkRd: (-1) rdata.frame.Rd:135-137: Lost braces in \enumerate; \value handles \item{}{} directly checkRd: (-1) rdata.frame.Rd:138-139: Lost braces in \enumerate; \value handles \item{}{} directly checkRd: (-1) rdata.frame.Rd:144: Lost braces in \enumerate; \value handles \item{}{} directly checkRd: (-1) rdata.frame.Rd:145-147: Lost braces in \enumerate; \value handles \item{}{} directly checkRd: (-1) rdata.frame.Rd:148-150: Lost braces in \enumerate; \value handles \item{}{} directly Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Version: 1.1
Check: tests
Result: ERROR Running 'missing_data.frame.R' [6s] Running 'missing_variable.R' [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.1, packaged: 2022-06-05 05:31:15 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-oldrel-windows-x86_64