Last updated on 2025-04-19 06:49:59 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
accessr | 13 | ||
anscombiser | 13 | ||
bang | 13 | ||
chandwich | 13 | ||
donut | 13 | ||
exdex | 13 | ||
fExtremes | 13 | ||
fRegression | 13 | ||
gamlssx | 13 | ||
itp | 13 | ||
lax | 13 | ||
lite | 13 | ||
r2stl | 13 | ||
revdbayes | 2 | 11 | |
rust | 13 | ||
smovie | 1 | 12 | |
threshr | 13 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 1.5.5
Check: installed package size
Result: NOTE
installed size is 5.9Mb
sub-directories of 1Mb or more:
libs 4.7Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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
Current CRAN status: OK: 13