CRAN Package Check Results for Package PMCMRplus

Last updated on 2018-07-17 01:47:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 12.02 91.36 103.38 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 11.26 77.90 89.16 OK
r-devel-linux-x86_64-fedora-clang 1.2.0 147.41 OK
r-devel-linux-x86_64-fedora-gcc 1.2.0 140.46 OK
r-devel-windows-ix86+x86_64 1.2.0 35.00 184.00 219.00 OK
r-patched-linux-x86_64 1.2.0 12.58 93.87 106.45 OK
r-patched-solaris-x86 1.2.0 157.50 OK
r-release-linux-x86_64 1.2.0 11.78 92.69 104.47 OK
r-release-windows-ix86+x86_64 1.2.0 29.00 183.00 212.00 OK
r-release-osx-x86_64 1.2.0 OK
r-oldrel-windows-ix86+x86_64 1.2.0 16.00 122.00 138.00 OK
r-oldrel-osx-x86_64 1.2.0 OK

Check Details

Version: 1.2.0
Check: examples
Result: ERROR
    Running examples in ‘PMCMRplus-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: goreTest
    > ### Title: Gore Test
    > ### Aliases: goreTest
    > ### Keywords: htest nonparametric
    >
    > ### ** Examples
    >
    > ## Crop Yield of 3 varieties on two
    > ## soil classes
    > X <-c("130,A,Light
    + 115,A,Light
    + 123,A,Light
    + 142,A,Light
    + 117,A,Heavy
    + 125,A,Heavy
    + 139,A,Heavy
    + 108,B,Light
    + 114,B,Light
    + 124,B,Light
    + 106,B,Light
    + 91,B,Heavy
    + 111,B,Heavy
    + 110,B,Heavy
    + 155,C,Light
    + 146,C,Light
    + 151,C,Light
    + 165,C,Light
    + 97,C,Heavy
    + 108,C,Heavy")
    > con <- textConnection(X)
    > x <- read.table(con, header=FALSE,sep=",")
    > colnames(x) <- c("Yield", "Variety", "SoilType")
    > goreTest(y=x$Yield, groups=x$Variety, blocks=x$SoilType)
    
     Gore test with multiple observations per cell
    
    data: x$Yield , x$Variety and x$SoilType
    Gore chi-squared = 5.2803, df = 2, p-value = 0.07135
    
    >
    >
    >
    > base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
    > base::cat("goreTest", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
    > cleanEx()
    Error: connections left open:
     X (textConnection)
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang