Last updated on 2025-11-24 04:50:00 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 4.20 | 27.61 | 31.81 | OK | --no-examples |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.98 | 21.34 | 24.32 | OK | --no-examples |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 10.00 | 47.09 | 57.09 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 9.00 | 71.00 | 80.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 4.60 | 26.53 | 31.13 | OK | --no-examples |
| r-release-linux-x86_64 | 1.0.0 | 4.36 | 26.02 | 30.38 | OK | --no-examples |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 4.00 | 52.00 | 56.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 5.00 | 54.00 | 59.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 5.00 | 54.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 7.00 | 88.00 | 95.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'MatrixHMM-Ex.R' failed
The error most likely occurred in:
> ### Name: Eigen.HMM_fit
> ### Title: Fitting Parsimonious Hidden Markov Models for Matrix-Variate
> ### Longitudinal Data
> ### Aliases: Eigen.HMM_fit
>
> ### ** Examples
>
> data(simData)
> Y <- simData$Y
> init <- Eigen.HMM_init(Y = Y, k = 2, density = "MVT", mod.row = "EEE", mod.col = "EE", nstartR = 10)
Warning in socketConnection(port = port, server = TRUE, blocking = TRUE, :
port 11278 cannot be opened
Error in socketConnection(port = port, server = TRUE, blocking = TRUE, :
cannot open the connection
Calls: Eigen.HMM_init ... <Anonymous> -> makeSOCKcluster -> newSOCKnode -> socketConnection
Execution halted
Flavor: r-release-windows-x86_64