Last updated on 2019-12-21 10:47:51 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3-1 | 10.66 | 83.00 | 93.66 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3-1 | 8.42 | 63.44 | 71.86 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3-1 | 115.45 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3-1 | 110.18 | OK | |||
r-devel-windows-ix86+x86_64 | 0.3-1 | 34.00 | 134.00 | 168.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.3-1 | 36.00 | 136.00 | 172.00 | OK | |
r-patched-linux-x86_64 | 0.3-1 | OK | ||||
r-patched-solaris-x86 | 0.3-1 | 160.30 | OK | |||
r-release-linux-x86_64 | 0.3-1 | 8.39 | 74.76 | 83.15 | OK | |
r-release-windows-ix86+x86_64 | 0.3-1 | 24.00 | 126.00 | 150.00 | OK | |
r-release-osx-x86_64 | 0.3-1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3-1 | 11.00 | 83.00 | 94.00 | OK | |
r-oldrel-osx-x86_64 | 0.3-1 | OK |
Version: 0.3-1
Check: examples
Result: ERROR
Running examples in 'MmgraphR-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: MmgraphR-package
> ### Title: Graphing for Markov, Hidden Markov, and Mixture Transition
> ### Distribution Models
> ### Aliases: MmgraphR-package MmgraphR
> ### Keywords: package
>
> ### ** Examples
>
>
> ## Plotting a probability transition matrix
> ###########################################
>
> trMat<-matrix(c(0.1, 0.05, 0.05, 0.80,
+ 0.06, 0.02, 0.03, 0.89,
+ 0.03, 0.01, 0.01, 0.95,
+ 0, 0, 0, 1), nrow = 4, ncol = 4, byrow = TRUE)
>
> trmatplot(trMat)
Error in trmatplot.default(d = d, seed = seed, rowconstraint = rowconstraint, :
[!] rows of transtion probability matrix must sum up to one, otherwise set argument rowconstraint to FALSE
Calls: trmatplot -> trmatplot.array -> trmatplot.default
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc