Last updated on 2024-01-12 19:57:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.9.0 | 4.36 | 60.81 | 65.17 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.9.0 | 5.12 | 46.33 | 51.45 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.9.0 | 82.35 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.9.0 | 93.55 | ERROR | |||
r-devel-windows-x86_64 | 2.9.0 | 6.00 | 63.00 | 69.00 | ERROR | |
r-patched-linux-x86_64 | 2.9.0 | 6.86 | 70.91 | 77.77 | OK | |
r-release-linux-x86_64 | 2.9.0 | 7.31 | 70.62 | 77.93 | OK | |
r-release-macos-arm64 | 2.9.0 | 41.00 | OK | |||
r-release-macos-x86_64 | 2.9.0 | 52.00 | OK | |||
r-release-windows-x86_64 | 2.9.0 | 8.00 | 81.00 | 89.00 | OK | |
r-oldrel-macos-arm64 | 2.9.0 | 37.00 | OK | |||
r-oldrel-windows-x86_64 | 2.9.0 | 9.00 | 86.00 | 95.00 | OK |
Version: 2.9.0
Check: examples
Result: ERROR
Running examples in ‘distrTeach-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: illustrateCLT
> ### Title: Functions for Illustrating the CLT
> ### Aliases: illustrateCLT illustrateCLT.tcl
> ### Keywords: distribution methods dynamic
>
> ### ** Examples
>
> distroptions("DefaultNrFFTGridPointsExponent" = 13)
> illustrateCLT(Distr = Unif(), len = 10)
> distroptions("DefaultNrFFTGridPointsExponent" = 12)
> illustrateCLT(Distr = Pois(lambda = 2), len = 10)
Error: unable to find an inherited method for function ‘r’ for signature ‘object = "numeric"’
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.9.0
Check: examples
Result: ERROR
Running examples in ‘distrTeach-Ex.R’ failed
The error most likely occurred in:
> ### Name: illustrateCLT
> ### Title: Functions for Illustrating the CLT
> ### Aliases: illustrateCLT illustrateCLT.tcl
> ### Keywords: distribution methods dynamic
>
> ### ** Examples
>
> distroptions("DefaultNrFFTGridPointsExponent" = 13)
> illustrateCLT(Distr = Unif(), len = 10)
> distroptions("DefaultNrFFTGridPointsExponent" = 12)
> illustrateCLT(Distr = Pois(lambda = 2), len = 10)
Error: unable to find an inherited method for function ‘r’ for signature ‘object = "numeric"’
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64