CRAN Package Check Results for Package smovie

Last updated on 2025-04-20 06:48:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.6 8.12 53.29 61.41 OK
r-devel-linux-x86_64-debian-gcc 1.1.6 5.83 40.18 46.01 OK
r-devel-linux-x86_64-fedora-clang 1.1.6 99.46 OK
r-devel-linux-x86_64-fedora-gcc 1.1.6 116.99 OK
r-devel-windows-x86_64 1.1.6 7.00 94.00 101.00 ERROR
r-patched-linux-x86_64 1.1.6 8.22 52.04 60.26 OK
r-release-linux-x86_64 1.1.6 7.82 52.77 60.59 OK
r-release-macos-arm64 1.1.6 136.00 OK
r-release-macos-x86_64 1.1.6 117.00 OK
r-release-windows-x86_64 1.1.6 6.00 78.00 84.00 OK
r-oldrel-macos-arm64 1.1.6 61.00 OK
r-oldrel-macos-x86_64 1.1.6 68.00 OK
r-oldrel-windows-x86_64 1.1.6 7.00 85.00 92.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: wws > ### Title: Wald, Wilks and Score tests > ### Aliases: wws > > ### ** Examples > > # N(theta, 1) example, test statistics equivalent > wws(theta0 = 0.8) > > # binomial(20, theta) example, test statistics similar > wws(theta0 = 0.5, model = "binom") > > # binomial(20, theta) example, test statistic rather different > # for theta0 distant from theta_mle > wws(theta0 = 0.9, model = "binom", data = c(19, 1), theta_range = c(0.1, 0.99)) > > # binomial(2000, theta) example, test statistics very similar > wws(theta0 = 0.5, model = "binom", data = c(1000, 1000)) > > set.seed(47) > x <- rnorm(10) > wws(theta0 = 0.2, model = "norm", theta_range = c(-1, 1)) > > # Log-likelihood for a binomial experiment (up to an additive constant) > bin_loglik <- function(p, n_success, n_failure) { + return(n_success * log(p) + n_failure * log(1 - p)) + } > > wws(loglik = bin_loglik, theta0 = 0.5, theta_range = c(0.1, 0.7), + theta_mle = 7 / 20, n_success = 7, n_failure = 13) Error in structure(.External(.C_dotTcl, ...), class = "tclObj") : [tcl] can't get device image. Calls: wws ... <Anonymous> -> w.tkrplot -> handshake -> fun -> .Tcl -> structure Execution halted Flavor: r-devel-windows-x86_64