CRAN Package Check Results for Package quantable

Last updated on 2022-04-27 12:55:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.6 19.88 181.01 200.89 OK
r-devel-linux-x86_64-debian-gcc 0.3.6 15.79 134.88 150.67 OK
r-devel-linux-x86_64-fedora-clang 0.3.6 176.87 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.6 167.49 ERROR
r-devel-windows-x86_64 0.3.6 53.00 202.00 255.00 OK
r-patched-linux-x86_64 0.3.6 13.36 170.35 183.71 OK
r-release-linux-x86_64 0.3.6 14.01 167.05 181.06 OK
r-release-macos-arm64 0.3.6 62.00 OK
r-release-macos-x86_64 0.3.6 104.00 OK
r-release-windows-x86_64 0.3.6 56.00 195.00 251.00 OK
r-oldrel-macos-arm64 0.3.6 64.00 OK
r-oldrel-macos-x86_64 0.3.6 117.00 OK
r-oldrel-windows-ix86+x86_64 0.3.6 39.00 190.00 229.00 OK

Check Details

Version: 0.3.6
Check: examples
Result: ERROR
    Running examples in ‘quantable-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: altmanbland
    > ### Title: altman-bland plot
    > ### Aliases: altmanbland
    >
    > ### ** Examples
    >
    > x <- seq(1:300)/10
    > x <- x + rnorm(length(x),0,0.5)
    > y <- seq(1:300)/10
    > y <- y + rnorm(length(y),0,0.5)
    > altmanbland(y,x)
    Error in is.na(x) || is.na(y) :
     'length = 300' in coercion to 'logical(1)'
    Calls: altmanbland
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc