CRAN Package Check Results for Package asht

Last updated on 2020-08-07 01:49:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.6 14.24 95.43 109.67 OK
r-devel-linux-x86_64-debian-gcc 0.9.6 10.32 71.06 81.38 OK
r-devel-linux-x86_64-fedora-clang 0.9.6 126.63 OK
r-devel-linux-x86_64-fedora-gcc 0.9.6 119.13 OK
r-devel-windows-ix86+x86_64 0.9.6 51.00 99.00 150.00 OK
r-patched-linux-x86_64 0.9.6 12.44 90.71 103.15 OK
r-patched-solaris-x86 0.9.6 193.50 OK
r-release-linux-x86_64 0.9.6 12.69 91.14 103.83 OK
r-release-macos-x86_64 0.9.6 OK
r-release-windows-ix86+x86_64 0.9.6 43.00 167.00 210.00 OK
r-oldrel-macos-x86_64 0.9.6 ERROR
r-oldrel-windows-ix86+x86_64 0.9.6 20.00 93.00 113.00 ERROR

Check Details

Version: 0.9.6
Check: R code for possible problems
Result: NOTE
    signTest: no visible global function definition for ‘deparse1’
    Undefined global functions or variables:
     deparse1
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.9.6
Check: examples
Result: ERROR
    Running examples in ‘asht-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: signTest
    > ### Title: Exact Sign Test with Confidence Intervals
    > ### Aliases: signTest
    > ### Keywords: htest
    >
    > ### ** Examples
    >
    > x<-c(rep(-1,10),rep(0,60),rep(1,30))
    > signTest(x, stat='cd')
    Error in deparse1(substitute(x)) : could not find function "deparse1"
    Calls: signTest
    Execution halted
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64