CRAN Package Check Results for Package smovie

Last updated on 2024-11-14 01:49:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.6 8.15 52.91 61.06 OK
r-devel-linux-x86_64-debian-gcc 1.1.6 6.01 38.82 44.83 OK
r-devel-linux-x86_64-fedora-clang 1.1.6 102.11 OK
r-devel-linux-x86_64-fedora-gcc 1.1.6 116.19 OK
r-devel-windows-x86_64 1.1.6 6.00 74.00 80.00 ERROR
r-patched-linux-x86_64 1.1.6 8.49 49.85 58.34 OK
r-release-linux-x86_64 1.1.6 7.59 49.97 57.56 OK
r-release-macos-arm64 1.1.6 61.00 OK
r-release-macos-x86_64 1.1.6 68.00 OK
r-release-windows-x86_64 1.1.6 7.00 78.00 85.00 OK
r-oldrel-macos-arm64 1.1.6 123.00 OK
r-oldrel-macos-x86_64 1.1.6 134.00 OK
r-oldrel-windows-x86_64 1.1.6 7.00 86.00 93.00 OK

Check Details

Version: 1.1.6
Check: examples
Result: ERROR Running examples in 'smovie-Ex.R' failed The error most likely occurred in: > ### Name: continuous > ### Title: Univariate Continuous Distributions: p.d.f and c.d.f. > ### Aliases: continuous > > ### ** Examples > > # Normal example > continuous() > # Fix the range of values over which to plot > continuous(var_range = c(-10, 10)) > > # The same example, but using a user-supplied function and setting manually > # the initial parameters, parameter step size and range > continuous(distn = dnorm, params = list(mean = 0, sd = 1), + param_step = list(mean = 1, sd = 1), + param_range = list(sd = c(0, NA))) Error in structure(.External(.C_dotTcl, ...), class = "tclObj") : [tcl] can't get device image. Calls: continuous ... <Anonymous> -> w.tkrplot -> handshake -> fun -> .Tcl -> structure Execution halted Flavor: r-devel-windows-x86_64