CRAN Package Check Results for Package as.color

Last updated on 2018-06-01 08:48:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 0.61 14.40 15.01 ERROR
r-devel-linux-x86_64-debian-gcc 0.1 0.64 12.66 13.30 ERROR
r-devel-linux-x86_64-fedora-clang 0.1 20.43 OK
r-devel-linux-x86_64-fedora-gcc 0.1 18.49 OK
r-devel-windows-ix86+x86_64 0.1 4.00 22.00 26.00 OK
r-patched-linux-x86_64 0.1 0.68 14.64 15.32 ERROR
r-patched-solaris-x86 0.1 29.00 OK
r-release-linux-x86_64 0.1 0.61 14.71 15.32 ERROR
r-release-windows-ix86+x86_64 0.1 3.00 25.00 28.00 OK
r-release-osx-x86_64 0.1 OK
r-oldrel-windows-ix86+x86_64 0.1 2.00 23.00 25.00 OK
r-oldrel-osx-x86_64 0.1 OK

Check Details

Version: 0.1
Check: examples
Result: ERROR
    Running examples in ‘as.color-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: as.color
    > ### Title: Create a unique set of colors that matched the unique set of
    > ### inputs from a single vector.
    > ### Aliases: as.color
    >
    > ### ** Examples
    >
    > #simple data frame with factors
    > n <- 100
    > f <- 5
    > x <- sort(rnorm(n, mean = 0, sd = 50)) + rnorm(n, mean = 0, sd = 30)
    > fact <- rep(letters[1:5], each=n/f)
    > #call to as.color, with char vector
    > colz <- as.color(fact, alpha = 1)
    [1] "colors chosen using 1414928891 as random seed"
    Error in if (numcols > 255^3) { : the condition has length > 1
    Calls: as.color
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64