Last updated on 2020-12-31 00:46:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.6 | 13.34 | 100.27 | 113.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.6 | 9.74 | 75.02 | 84.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.6 | 143.93 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.6 | 134.87 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9.6 | 29.00 | 110.00 | 139.00 | OK | |
r-patched-linux-x86_64 | 0.9.6 | 12.75 | 91.54 | 104.29 | OK | |
r-patched-solaris-x86 | 0.9.6 | 189.00 | OK | |||
r-release-linux-x86_64 | 0.9.6 | 12.33 | 91.35 | 103.68 | OK | |
r-release-macos-x86_64 | 0.9.6 | OK | ||||
r-release-windows-ix86+x86_64 | 0.9.6 | 29.00 | 98.00 | 127.00 | OK | |
r-oldrel-macos-x86_64 | 0.9.6 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.6 | 18.00 | 87.00 | 105.00 | ERROR |
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