CRAN Package Check Results for Package tabplot

Last updated on 2019-03-02 16:48:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3-1 5.08 152.12 157.20 OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang 1.3-1 188.24 OK
r-devel-linux-x86_64-fedora-gcc 1.3-1 147.51 OK
r-devel-windows-ix86+x86_64 1.3-1 6.00 131.00 137.00 OK
r-patched-linux-x86_64 1.3-1 4.19 109.84 114.03 OK
r-patched-solaris-x86 1.3-1 342.80 ERROR
r-release-linux-x86_64 1.3-1 3.89 111.77 115.66 OK
r-release-windows-ix86+x86_64 1.3-1 10.00 151.00 161.00 OK
r-release-osx-x86_64 1.3-1 OK
r-oldrel-windows-ix86+x86_64 1.3-1 6.00 166.00 172.00 OK
r-oldrel-osx-x86_64 1.3-1 OK

Check Details

Version: 1.3-1
Check: examples
Result: ERROR
    Running examples in ‘tabplot-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: -.tabplot
    > ### Title: Compare two tableplots (experimental)
    > ### Aliases: -.tabplot
    >
    > ### ** Examples
    >
    > # load diamonds dataset from ggplot2
    > require(ggplot2)
    Loading required package: ggplot2
    > data(diamonds)
    >
    > # calculate normalized prices to be used as sample probabilities
    > price.norm <- with(diamonds, price / max(diamonds$price))
    >
    > # draw samples
    > exp.diamonds <- diamonds[sample(1:nrow(diamonds), size=10000, prob=price.norm, replace=TRUE),]
    > chp.diamonds <- diamonds[sample(1:nrow(diamonds), size=10000, prob=1-price.norm, replace=TRUE),]
    >
    > tp1 <- tableplot(exp.diamonds)
    Error in ff(initdata = initdata, length = length, levels = levels, ordered = ordered, :
     write error
    Calls: tableplot ... tablePrepare -> lapply -> FUN -> clone -> clone.ff -> assign -> ff
    Execution halted
Flavor: r-patched-solaris-x86