Last updated on 2026-05-20 13:51:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.0 | 14.75 | 175.41 | 190.16 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.0 | 9.05 | 113.70 | 122.75 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.0 | 26.00 | 266.90 | 292.90 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 26.00 | 294.18 | 320.18 | OK | |
| r-devel-windows-x86_64 | 0.5.0 | 18.00 | 226.00 | 244.00 | OK | |
| r-patched-linux-x86_64 | 0.5.0 | 17.73 | 160.93 | 178.66 | OK | |
| r-release-linux-x86_64 | 0.5.0 | 15.09 | 162.00 | 177.09 | OK | |
| r-release-macos-arm64 | 0.5.0 | 3.00 | 47.00 | 50.00 | OK | |
| r-release-macos-x86_64 | 0.5.0 | 10.00 | 220.00 | 230.00 | OK | |
| r-release-windows-x86_64 | 0.5.0 | 22.00 | 225.00 | 247.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.0 | 3.00 | 46.00 | 49.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.0 | 12.00 | 310.00 | 322.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.0 | 27.00 | 277.00 | 304.00 | OK |
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/87s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(echarts4r)
>
> test_check("echarts4r")
Loading required package: shiny
Saving _problems/test-map-347.R
[ FAIL 1 | WARN 1 | SKIP 19 | PASS 2022 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-annotations.R:5:1', 'test-annotations.R:9:1',
'test-annotations.R:112:1', 'test-button.R:2:1', 'test-helpers.R:215:1',
'test-leaflet.R:38:1', 'test-map.R:187:1', 'test-matrix.R:63:1',
'test-matrix.R:97:1', 'test-matrix.R:520:1', 'test-matrix.R:621:1',
'test-matrix.R:712:1', 'test-matrix.R:798:1', 'test-opts.R:81:1',
'test-opts.R:86:1', 'test-opts.R:91:1', 'test-opts.R:96:1',
'test-opts.R:142:1', 'test-plugins.R:152:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-map.R:347:3'): geojson support is functional ───────────────────
Error in `open.connection(con, "rb")`: cannot open the connection to 'https://raw.githubusercontent.com/shawnbot/topogram/master/data/us-states.geojson'
Backtrace:
▆
1. └─jsonlite::read_json("https://raw.githubusercontent.com/shawnbot/topogram/master/data/us-states.geojson") at test-map.R:347:3
2. └─jsonlite::parse_json(...)
3. └─jsonlite:::parse_and_simplify(...)
4. └─jsonlite:::parseJSON(txt, bigint_as_char)
5. └─jsonlite:::parse_con(txt, bigint_as_char)
6. ├─base::open(con, "rb")
7. └─base::open.connection(con, "rb")
[ FAIL 1 | WARN 1 | SKIP 19 | PASS 2022 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc