CRAN Package Check Results for Package RRF

Last updated on 2022-02-03 06:48:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.9.1 7.56 43.02 50.58 ERROR
r-devel-linux-x86_64-debian-gcc 1.9.1 5.78 33.13 38.91 ERROR
r-devel-linux-x86_64-fedora-clang 1.9.1 63.57 ERROR
r-devel-linux-x86_64-fedora-gcc 1.9.1 53.13 ERROR
r-devel-windows-x86_64-new-UL 1.9.1 44.00 63.00 107.00 ERROR
r-devel-windows-x86_64-new-TK 1.9.1 ERROR
r-patched-linux-x86_64 1.9.1 7.91 43.08 50.99 OK
r-release-linux-x86_64 1.9.1 6.15 42.58 48.73 OK
r-release-macos-arm64 1.9.1 OK
r-release-macos-x86_64 1.9.1 OK
r-release-windows-ix86+x86_64 1.9.1 20.00 66.00 86.00 OK
r-oldrel-macos-x86_64 1.9.1 OK
r-oldrel-windows-ix86+x86_64 1.9.1 19.00 69.00 88.00 OK

Check Details

Version: 1.9.1
Check: examples
Result: ERROR
    Running examples in 'RRF-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: na.roughfix
    > ### Title: Rough Imputation of Missing Values
    > ### Aliases: na.roughfix na.roughfix.default na.roughfix.data.frame
    > ### Keywords: NA
    >
    > ### ** Examples
    >
    > data(iris)
    > iris.na <- iris
    > set.seed(111)
    > ## artificially drop some data values.
    > for (i in 1:4) iris.na[sample(150, sample(20)), i] <- NA
    Error in sample.int(x, size, replace, prob) : invalid 'size' argument
    Calls: [<- -> [<-.data.frame -> sample -> sample.int
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.9.1
Check: examples
Result: ERROR
    Running examples in ‘RRF-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: na.roughfix
    > ### Title: Rough Imputation of Missing Values
    > ### Aliases: na.roughfix na.roughfix.default na.roughfix.data.frame
    > ### Keywords: NA
    >
    > ### ** Examples
    >
    > data(iris)
    > iris.na <- iris
    > set.seed(111)
    > ## artificially drop some data values.
    > for (i in 1:4) iris.na[sample(150, sample(20)), i] <- NA
    Error in sample.int(x, size, replace, prob) : invalid 'size' argument
    Calls: [<- -> [<-.data.frame -> sample -> sample.int
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK