Last updated on 2025-05-31 20:50:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 29.46 | 437.20 | 466.66 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 19.21 | 308.57 | 327.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 713.90 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 688.81 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 28.00 | 359.00 | 387.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 29.13 | 408.99 | 438.12 | OK | |
r-release-linux-x86_64 | 0.3.1 | 29.05 | 389.48 | 418.53 | ERROR | |
r-release-macos-arm64 | 0.3.1 | 5.00 | ERROR | |||
r-release-macos-x86_64 | 0.3.1 | 335.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 28.00 | 366.00 | 394.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 200.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 320.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 40.00 | 478.00 | 518.00 | OK |
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘01-testEdge.R’ [10s/11s]
Running ‘02-testNode.R’ [10s/11s]
Running ‘03-testGroup.R’ [10s/12s]
Running ‘04-testAnchor.R’ [10s/11s]
Running ‘05-testIgraph.R’ [10s/12s]
Running ‘06-testCycle.R’ [10s/12s]
Running ‘06-testShapes.R’ [10s/13s]
Running ‘10-testKeggUtil.R’ [14s/26s]
Running ‘11-testkgml.R’ [26s/37s]
Running the tests in ‘tests/10-testKeggUtil.R’ failed.
Complete output:
> library(WayFindR)
> ## input directly from file
> xmlfile <- system.file("pathways/kegg_hsa00510.xml", package = "WayFindR")
>
> entries <- collectEntries(xmlfile, "one")
Error in if (ncol(ans) < 2) { : argument is of length zero
Calls: collectEntries -> cpdanno
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.3.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘org.Hs.eg.db’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-macos-arm64