CRAN Package Check Results for Package distrTeach

Last updated on 2023-12-09 04:50:48 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.9.0 7.20 60.57 67.77 ERROR
r-devel-linux-x86_64-debian-gcc 2.9.0 5.49 46.43 51.92 ERROR
r-devel-linux-x86_64-fedora-clang 2.9.0 100.89 OK
r-devel-linux-x86_64-fedora-gcc 2.9.0 94.33 OK
r-devel-windows-x86_64 2.9.0 6.00 64.00 70.00 ERROR
r-patched-linux-x86_64 2.9.0 6.98 71.59 78.57 OK
r-release-linux-x86_64 2.9.0 6.64 69.66 76.30 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 6.00 82.00 88.00 OK
r-oldrel-macos-arm64 2.9.0 37.00 OK
r-oldrel-macos-x86_64 2.9.0 43.00 OK
r-oldrel-windows-x86_64 2.9.0 8.00 86.00 94.00 OK

Check Details

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 Flavor: r-devel-windows-x86_64