Last updated on 2026-06-06 23:51:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0.1 | 31.47 | 268.23 | 299.70 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0.1 | 22.53 | 171.63 | 194.16 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0.1 | 52.00 | 439.79 | 491.79 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0.1 | 51.00 | 433.81 | 484.81 | OK | |
| r-devel-windows-x86_64 | 2.0.0.1 | 37.00 | 341.00 | 378.00 | OK | |
| r-patched-linux-x86_64 | 2.0.0.1 | 29.54 | 253.93 | 283.47 | OK | |
| r-release-linux-x86_64 | 2.0.0.1 | 33.15 | 254.69 | 287.84 | OK | |
| r-release-macos-arm64 | 2.0.0.1 | 8.00 | 58.00 | 66.00 | OK | |
| r-release-macos-x86_64 | 2.0.0.1 | 24.00 | 458.00 | 482.00 | OK | |
| r-release-windows-x86_64 | 2.0.0.1 | 39.00 | 335.00 | 374.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.0.1 | 20.00 | 224.00 | 244.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0.1 | 50.00 | 430.00 | 480.00 | OK |
Version: 2.0.0.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Derek Young <derek.young@uky.edu>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.0.0.1
Check: examples
Result: ERROR
Running examples in ‘mixtools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotly_weibullRMM
> ### Title: Plot sequences from the Stochastic EM algorithm for mixture of
> ### Weibull using 'plotly'
> ### Aliases: plotly_weibullRMM
> ### Keywords: file
>
> ### ** Examples
>
> n = 500 # sample size
> m = 2 # nb components
> lambda=c(0.4, 0.6)
> shape <- c(0.5,5); scale <- c(1,20) # model parameters
> set.seed(321)
> x <- rweibullmix(n, lambda, shape, scale) # iid ~ weibull mixture
> cs=runif(n,0,max(x)+10) # iid censoring times
> t <- apply(cbind(x,cs),1,min) # censored observations
> d <- 1*(x <= cs) # censoring indicator
> ## set arbitrary or "reasonable" (e.g., data-driven) initial values
> l0 <- rep(1/m,m); sh0 <- c(1, 2); sc0 <- c(2,10)
> # Stochastic EM algorithm
> a <- weibullRMM_SEM(t, d, lambda = l0, shape = sh0, scale = sc0, maxit = 200)
number of iterations = 200
> summary(a) # Parameters estimates etc
summary of weibullRMM_SEM object:
comp 1 comp 2
lambda 0.396570 0.60343
shape 0.497183 5.18005
scale 0.623369 20.18943
loglik at estimate: -960.1915
25 % of the data right censored
> plotly_weibullRMM(a , legend.size = 20) # plot of St-EM sequences
Warning in file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) :
problem creating directory /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/crosstalk/www/js: No space left on device
Warning in file.copy(from, to, overwrite = TRUE, recursive = isdir, copy.mode = FALSE) :
problem creating directory /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/crosstalk/www/scss: No space left on device
Warning in dir.create(target_dir) :
cannot create dir 'lib/plotly-htmlwidgets-css-2.25.2', reason 'No space left on device'
Error in normalizePath(target_dir, "/", TRUE) :
path[1]="lib/plotly-htmlwidgets-css-2.25.2": No such file or directory
Calls: plotly_weibullRMM ... lapply -> FUN -> copyDependencyToDir -> normalizePath
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
plotly_post.beta 3.917 0.05 5.592
Flavor: r-devel-linux-x86_64-debian-gcc