Last updated on 2023-04-03 07:52:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6-7 | 24.03 | 42.08 | 66.11 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.6-7 | 18.61 | 32.46 | 51.07 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.6-7 | 88.06 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.6-7 | 101.79 | ERROR | |||
r-devel-windows-x86_64 | 1.6-7 | 38.00 | 151.00 | 189.00 | OK | |
r-patched-linux-x86_64 | 1.6-7 | 23.02 | 91.72 | 114.74 | OK | |
r-release-linux-x86_64 | 1.6-7 | 20.23 | 96.56 | 116.79 | OK | |
r-release-macos-arm64 | 1.6-7 | 15.00 | ERROR | |||
r-release-macos-x86_64 | 1.6-7 | 133.00 | OK | |||
r-release-windows-x86_64 | 1.6-7 | 70.00 | 154.00 | 224.00 | OK | |
r-oldrel-macos-arm64 | 1.6-7 | 70.00 | OK | |||
r-oldrel-macos-x86_64 | 1.6-7 | 135.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.6-7 | 60.00 | 151.00 | 211.00 | OK |
Version: 1.6-7
Check: examples
Result: ERROR
Running examples in ‘LogConcDEAD-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EMmixlcd
> ### Title: Estimate the mixture proportions and component densities using
> ### EM algorithm
> ### Aliases: EMmixlcd
> ### Keywords: nonparametric multivariate EM classification
>
> ### ** Examples
>
> ##Simple bivariate normal data
> set.seed( 1 )
> n = 15
> d = 2
> props=c( 0.6, 0.4 )
> shift=2
> x <- matrix( rnorm( n*d ), ncol = d )
> shiftvec <- ifelse( runif( n ) > props[ 1 ], 0, shift )
> x[,1] <- x[,1] + shiftvec
> EMmixlcd( x, k = 2, max.iter = 2)
*** buffer overflow detected ***: terminated
Aborted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.6-7
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘LogConcDEAD.Rnw’ using Sweave
Loading required package: LogConcDEAD
Loading required package: mvtnorm
*** buffer overflow detected ***: terminated
Aborted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.6-7
Check: Rd cross-references
Result: NOTE
Undeclared package ‘colorspace’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.6-7
Check: examples
Result: ERROR
Running examples in ‘LogConcDEAD-Ex.R’ failed
The error most likely occurred in:
> ### Name: EMmixlcd
> ### Title: Estimate the mixture proportions and component densities using
> ### EM algorithm
> ### Aliases: EMmixlcd
> ### Keywords: nonparametric multivariate EM classification
>
> ### ** Examples
>
> ##Simple bivariate normal data
> set.seed( 1 )
> n = 15
> d = 2
> props=c( 0.6, 0.4 )
> shift=2
> x <- matrix( rnorm( n*d ), ncol = d )
> shiftvec <- ifelse( runif( n ) > props[ 1 ], 0, shift )
> x[,1] <- x[,1] + shiftvec
> EMmixlcd( x, k = 2, max.iter = 2)
*** buffer overflow detected ***: terminated
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.6-7
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘LogConcDEAD.Rnw’ using Sweave
Loading required package: LogConcDEAD
Loading required package: mvtnorm
*** buffer overflow detected ***: terminated
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.6-7
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-release-macos-arm64