CRAN Package Check Results for Package GmAMisc

Last updated on 2020-03-17 08:48:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 33.06 247.46 280.52 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.0 25.67 190.17 215.84 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 331.47 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.0 324.87 ERROR
r-devel-windows-ix86+x86_64 1.1.0 81.00 424.00 505.00 ERROR
r-devel-windows-ix86+x86_64-gcc8 1.1.0 73.00 325.00 398.00 OK
r-patched-linux-x86_64 1.1.0 21.52 250.66 272.18 OK
r-patched-solaris-x86 1.1.0 546.50 ERROR
r-release-linux-x86_64 1.1.0 22.27 246.22 268.49 OK
r-release-windows-ix86+x86_64 1.1.0 81.00 405.00 486.00 OK
r-release-osx-x86_64 1.1.0 OK
r-oldrel-windows-ix86+x86_64 1.1.0 30.00 272.00 302.00 OK
r-oldrel-osx-x86_64 1.1.0 OK

Check Details

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in 'GmAMisc-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: kwPlot
    > ### Title: R function for visually displaying Kruskal-Wallis test's results
    > ### Aliases: kwPlot
    > ### Keywords: kwPlot
    >
    > ### ** Examples
    >
    > #create a toy dataset
    > mydata <- data.frame(values=c(rnorm(30, 100,10),rnorm(30, 80,10),rnorm(30, 98,10)),
    + group=c(rep("A", 30),rep("B", 30),rep("C", 30)))
    >
    > # performs the test, displays the test's result, including jittered points and notches.
    > # It also performs the Dunn's posthoc test using Bonferroni p-value correction.
    > kwPlot(x=mydata$values, y=mydata$group, strip=TRUE, notch=TRUE, posthoc=TRUE)
    Error in DunnTest.default(data[, 1], data[, 2], method = adjust) :
     all group levels must be finite
    Calls: kwPlot -> DunnTest -> DunnTest.default
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: package dependencies
Result: NOTE
    Imports includes 23 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in ‘GmAMisc-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: kwPlot
    > ### Title: R function for visually displaying Kruskal-Wallis test's results
    > ### Aliases: kwPlot
    > ### Keywords: kwPlot
    >
    > ### ** Examples
    >
    > #create a toy dataset
    > mydata <- data.frame(values=c(rnorm(30, 100,10),rnorm(30, 80,10),rnorm(30, 98,10)),
    + group=c(rep("A", 30),rep("B", 30),rep("C", 30)))
    >
    > # performs the test, displays the test's result, including jittered points and notches.
    > # It also performs the Dunn's posthoc test using Bonferroni p-value correction.
    > kwPlot(x=mydata$values, y=mydata$group, strip=TRUE, notch=TRUE, posthoc=TRUE)
    Error in DunnTest.default(data[, 1], data[, 2], method = adjust) :
     all group levels must be finite
    Calls: kwPlot -> DunnTest -> DunnTest.default
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86