Last updated on 2021-10-08 19:51:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.25 | 3.19 | 38.14 | 41.33 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.25 | 2.67 | 30.17 | 32.84 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.25 | 57.82 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.25 | 47.24 | OK | |||
r-devel-windows-x86_64 | 0.2.25 | 6.00 | 47.00 | 53.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 0.2.25 | OK | ||||
r-patched-linux-x86_64 | 0.2.25 | 3.17 | 37.21 | 40.38 | OK | |
r-patched-solaris-x86 | 0.2.25 | 74.00 | ERROR | |||
r-release-linux-x86_64 | 0.2.25 | 2.53 | 36.65 | 39.18 | OK | |
r-release-macos-arm64 | 0.2.25 | OK | ||||
r-release-macos-x86_64 | 0.2.25 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.25 | 8.00 | 59.00 | 67.00 | OK | |
r-oldrel-macos-x86_64 | 0.2.25 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.25 | 7.00 | 109.00 | 116.00 | OK |
Version: 0.2.25
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/72s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("rglobi")
Loading required package: rglobi
══ Skipped tests ═══════════════════════════════════════════════════════════════
• empty test (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-globi.R:20:3): cypher query ─────────────────────────────────────
Error: unexpected character '<'
Backtrace:
█
1. └─rglobi::query("START taxon = node:taxons(name='Homo sapiens') RETURN taxon.name as `name`, taxon.path as `path` LIMIT 1") test-globi.R:20:2
2. └─rjson::fromJSON(h$value())
── Error (test-globi.R:28:3): no result cypher query ───────────────────────────
Error: unexpected character '<'
Backtrace:
█
1. └─rglobi::query("START predatorTaxon = node:taxons(name='Calisto hysius') MATCH preyTaxon<-[:CLASSIFIED_AS]-prey<-[:ATE|PREYED_ON]-predator-[:CLASSIFIED_AS]->predatorTaxon WHERE has(preyTaxon.path) RETURN distinct(preyTaxon.name), preyTaxon.path as `prey.taxon.path`") test-globi.R:28:2
2. └─rjson::fromJSON(h$value())
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 28 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86