Last updated on 2025-04-10 10:51:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 23.93 | 120.66 | 144.59 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 16.74 | 87.56 | 104.30 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 256.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 265.23 | NOTE | |||
r-devel-macos-arm64 | 1.1 | 114.00 | NOTE | |||
r-devel-macos-x86_64 | 1.1 | 202.00 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 24.00 | 137.00 | 161.00 | ERROR | |
r-patched-linux-x86_64 | 1.1 | 26.02 | 117.55 | 143.57 | NOTE | |
r-release-linux-x86_64 | 1.1 | NOTE | ||||
r-release-macos-arm64 | 1.1 | 85.00 | NOTE | |||
r-release-macos-x86_64 | 1.1 | 128.00 | NOTE | |||
r-release-windows-x86_64 | 1.1 | 24.00 | 133.00 | 157.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1 | OK | ||||
r-oldrel-macos-x86_64 | 1.1 | 150.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1 | 33.00 | 163.00 | 196.00 | OK |
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-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
02missing_data.frame.Rd: bayesglm
get_parameters.Rd: polr
mi2stata.Rd: write.dta
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 1.1
Check: tests
Result: ERROR
Running 'missing_data.frame.R' [4s]
Running 'missing_variable.R' [2s]
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-devel-windows-x86_64