Last updated on 2023-09-23 23:00:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6.0 | 7.75 | 67.59 | 75.34 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.6.0 | 6.54 | 49.12 | 55.66 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.6.0 | 75.53 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.6.0 | 88.77 | OK | |||
r-devel-windows-x86_64 | 1.6.0 | 8.00 | 72.00 | 80.00 | OK | |
r-patched-linux-x86_64 | 1.5.4 | 8.18 | 61.98 | 70.16 | OK | |
r-release-linux-x86_64 | 1.5.4 | 6.97 | 61.71 | 68.68 | OK | |
r-release-macos-arm64 | 1.5.4 | 32.00 | WARN | |||
r-release-macos-x86_64 | 1.6.0 | 84.00 | OK | |||
r-release-windows-x86_64 | 1.6.0 | 11.00 | 81.00 | 92.00 | OK | |
r-oldrel-macos-arm64 | 1.5.4 | 36.00 | WARN | |||
r-oldrel-macos-x86_64 | 1.6.0 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 1.6.0 | 11.00 | 81.00 | 92.00 | OK |
Version: 1.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(echarty)
>
> test_check("echarty")
series: 1 coords: 3
series: 108 coords: 2529
series: 1 coords: 3
series: 1 coords: 2
geoJSON has 5 features[ FAIL 3 | WARN 6 | SKIP 0 | PASS 228 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-other.R:262:3'): stops are working in echarty.R ──────────────
`ec.init(load = "liquid")` produced warnings.
── Failure ('test-other.R:263:3'): stops are working in echarty.R ──────────────
`ec.init(load = "gmodular")` produced warnings.
── Failure ('test-other.R:264:3'): stops are working in echarty.R ──────────────
`ec.init(load = "wordcloud")` produced warnings.
[ FAIL 3 | WARN 6 | SKIP 0 | PASS 228 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(echarty)
>
> test_check("echarty")
series: 1 coords: 3
series: 108 coords: 2529
series: 1 coords: 3
series: 1 coords: 2
geoJSON has 5 features[ FAIL 3 | WARN 6 | SKIP 0 | PASS 228 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-other.R:262:3'): stops are working in echarty.R ──────────────
`ec.init(load = "liquid")` produced warnings.
── Failure ('test-other.R:263:3'): stops are working in echarty.R ──────────────
`ec.init(load = "gmodular")` produced warnings.
── Failure ('test-other.R:264:3'): stops are working in echarty.R ──────────────
`ec.init(load = "wordcloud")` produced warnings.
[ FAIL 3 | WARN 6 | SKIP 0 | PASS 228 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.5.4
Check: loading without being on the library search path
Result: WARN
Error: package or namespace load failed for ‘echarty’:
.onLoad failed in loadNamespace() for 'echarty', details:
call: loadNamespace(x)
error: there is no package called ‘shiny’
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64