Last updated on 2026-07-22 23:58:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 20.93 | 342.27 | 363.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 15.36 | 237.20 | 252.56 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 38.00 | 547.65 | 585.65 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 15.00 | 228.23 | 243.23 | OK | |
| r-devel-windows-x86_64 | 0.7.0 | 23.00 | 303.00 | 326.00 | OK | |
| r-patched-linux-x86_64 | 0.7.0 | 20.23 | 316.63 | 336.86 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 19.40 | 314.68 | 334.08 | OK | |
| r-release-macos-arm64 | 0.7.0 | 5.00 | 92.00 | 97.00 | OK | |
| r-release-macos-x86_64 | 0.7.0 | 15.00 | 332.00 | 347.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 22.00 | 296.00 | 318.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.0 | 15.00 | 300.00 | 315.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 31.00 | 408.00 | 439.00 | OK |
Version: 0.7.0
Check: tests
Result: ERROR
Running ‘01-testEdge.R’ [5s/6s]
Running ‘02-testNode.R’ [5s/7s]
Running ‘03-testGroup.R’ [5s/8s]
Running ‘04-testAnchor.R’ [5s/7s]
Running ‘05-testIgraph.R’ [6s/8s]
Running ‘06-testCycle.R’ [6s/9s]
Running ‘06-testShapes.R’ [6s/7s]
Running ‘10-testKeggUtil.R’ [19s/38s]
Running ‘11-testkgml.R’ [18s/30s]
Running the tests in ‘tests/11-testkgml.R’ failed.
Complete output:
> library(WayFindR)
> library(Rgraphviz)
Loading required package: graph
Loading required package: BiocGenerics
Loading required package: generics
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Loading required package: grid
> ## input directly from file
> xmlfile <- system.file("pathways/kegg_hsa00510.xml", package = "WayFindR")
> graf <- KGMLtoIgraph(xmlfile)
Warning message:
In KGMLtoIgraph(xmlfile) :*** buffer overflow detected ***: terminated
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc