Last updated on 2020-12-31 00:46:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 2.50 | 64.21 | 66.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.08 | 45.57 | 47.65 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 86.39 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 77.85 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 7.00 | 76.00 | 83.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 1.83 | 61.68 | 63.51 | OK | |
r-patched-solaris-x86 | 0.2.0 | 137.80 | OK | |||
r-release-linux-x86_64 | 0.2.0 | 1.58 | 62.18 | 63.76 | OK | |
r-release-macos-x86_64 | 0.2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 8.00 | 67.00 | 75.00 | OK | |
r-oldrel-macos-x86_64 | 0.2.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 4.00 | 59.00 | 63.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘IMEC-Ex.R’ failed
The error most likely occurred in:
> ### Name: computeIMEC
> ### Title: Computes the Ising model of explanatory coherence.
> ### Aliases: computeIMEC
>
> ### ** Examples
>
> # simple example comparing two hypotheses one of them with more explanatory breadth##
> T1 <- c("H1", "H2")
> Phenomena <- c("E1", "E2")
> Thresholds <- c(2,2)
> explanations <- initializeNetwork(Phenomena, T1)
> explanations <- explain("H1", "E1", explanations)
[1] "The used edge weight is 1"
> explanations <- explain("H1", "E2", explanations)
[1] "The used edge weight is 1"
> explanations <- explain("H2", "E2", explanations)
[1] "The used edge weight is 1"
> explanations <- contradict("H1", "H2", explanations)
[1] "The used edge weight is -4"
> coherence <- computeIMEC(explanations, Thresholds, Phenomena, T1)
> summary(coherence)
T1 EC_T1
1 H1 0.8673686
2 H2 0.1347264
> plot(coherence)
No protocol specified
No protocol specified
Warning in fun(libname, pkgname) : couldn't connect to display ":0"
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] invalid command name "font".
Calls: plot ... .tkplot.convert.font -> <Anonymous> -> tcl -> .Tcl.objv -> structure
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/28s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Backtrace:
█
1. ├─graphics::plot(IMEC) test-0-basictests.R:58:2
2. └─IMEC:::plot.IMEC(IMEC)
3. └─igraph::tkplot(g, vertex.color = colors, canvas.width = 1000)
4. └─igraph:::.tkplot.convert.font(...)
5. └─tcltk::tkfont.names()
6. └─tcltk::tcl("font", "names", ...)
7. └─tcltk::.Tcl.objv(.Tcl.args.objv(...))
8. └─base::structure(.External(.C_dotTclObjv, objv), class = "tclObj")
[ FAIL 2 | WARN 1 | SKIP 1 | PASS 2 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64