Last updated on 2026-08-16 11:51:45 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.2 | 4.81 | 60.36 | 65.17 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.3.2 | 3.75 | 45.18 | 48.93 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.3.2 | 44.11 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 41.91 | NOTE | |||
| r-devel-windows-x86_64 | 1.3.2 | 12.00 | 89.00 | 101.00 | NOTE | |
| r-patched-linux-x86_64 | 1.3.2 | 7.33 | 61.92 | 69.25 | OK | |
| r-release-linux-x86_64 | 1.3.2 | 3.69 | 61.55 | 65.24 | OK | |
| r-release-macos-arm64 | 1.3.2 | 1.00 | 18.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 1.3.2 | 4.00 | 54.00 | 58.00 | OK | |
| r-release-windows-x86_64 | 1.3.2 | 9.00 | 0.00 | 9.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.2 | 3.00 | 74.00 | 77.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.2 | 15.00 | 112.00 | 127.00 | OK |
Version: 1.3.2
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
leaflet.extras2/tests/testthat/test-mapkeyicon.R (.Label: 1)
leaflet.extras2/tests/testthat/test-playback.R (.Label: 1)
'.Label' should be changed to 'levels'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 1.3.2
Check: tests
Result: ERROR
Running 'testthat.R' [28s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(htmltools)
> library(leaflet)
> library(leaflet.extras2)
>
> test_check("leaflet.extras2")
Saving _problems/test-velocity-9.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 465 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-velocity.R:9:3'): velocity ─────────────────────────────────────
Error in `open.connection(con, "rb")`: cannot open the connection to 'https://raw.githubusercontent.com/danwild/leaflet-velocity/master/demo/wind-gbr.json'
Backtrace:
▆
1. └─jsonlite::fromJSON(content) at test-velocity.R:9:3
2. └─jsonlite:::parse_and_simplify(...)
3. └─jsonlite:::parseJSON(txt, bigint_as_char)
4. └─jsonlite:::parse_con(txt, bigint_as_char)
5. ├─base::open(con, "rb")
6. └─base::open.connection(con, "rb")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 465 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64