Last updated on 2026-04-14 09:55:30 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.2 | 3.74 | 57.11 | 60.85 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.2 | 2.90 | 41.94 | 44.84 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.2 | 92.90 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.0.2 | 88.86 | OK | |||
| r-devel-macos-arm64 | 2.0.2 | 1.00 | 20.00 | 21.00 | OK | |
| r-devel-windows-x86_64 | 2.0.2 | 9.00 | 91.00 | 100.00 | OK | |
| r-patched-linux-x86_64 | 2.0.2 | 4.68 | 53.84 | 58.52 | OK | |
| r-release-linux-x86_64 | 2.0.2 | 2.57 | 49.79 | 52.36 | OK | |
| r-release-macos-arm64 | 2.0.2 | 1.00 | 18.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 2.0.2 | 3.00 | 54.00 | 57.00 | OK | |
| r-release-windows-x86_64 | 2.0.2 | 8.00 | 86.00 | 94.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.2 | 3.00 | 58.00 | 61.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.2 | 10.00 | 105.00 | 115.00 | ERROR |
Version: 2.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [23s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(leaflet)
> library(leaflet.extras)
>
> test_check("leaflet.extras")
Linking to GEOS 3.13.0, GDAL 3.10.1, PROJ 9.5.1; sf_use_s2() is TRUE
Reading layer `geodesic_lines' from data source
`D:\RCompile\CRANpkg\lib\4.4\leaflet.extras\examples\data\geodesic_lines.shp'
using driver `ESRI Shapefile'
Simple feature collection with 2 features and 2 fields
Geometry type: LINESTRING
Dimension: XY
Bounding box: xmin: -4.921875 ymin: 31.71543 xmax: 66.09375 ymax: 64.93484
Geodetic CRS: WGS 84
! curl package not installed, falling back to using `url()`
! curl package not installed, falling back to using `url()`
! curl package not installed, falling back to using `url()`
! curl package not installed, falling back to using `url()`
Saving _problems/test-marker-226.R
Saving _problems/test-marker-243.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 990 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-marker.R:223:3'): markers ────────────────────────────────────
Expected `ts$x$calls[[length(ts$x$calls)]]$args[[3]]$icon` to be identical to `as.character(unlist(lapply(iconSet[cities$weather], function(x) x$icon)))`.
Differences:
actual | expected
[1] "day-sunny" | "day-sunny" [1]
- "day-sunny" [2]
- "day-sunny" [3]
- "day-sunny" [4]
- "day-sunny" [5]
- "day-sunny" [6]
── Failure ('test-marker.R:240:3'): markers ────────────────────────────────────
Expected `ts$x$calls[[length(ts$x$calls)]]$args[[3]]$icon` to be identical to `as.character(unlist(lapply(iconSet[cities$weather], function(x) x$icon)))`.
Differences:
actual | expected
[1] "day-sunny" | "day-sunny" [1]
- "day-sunny" [2]
- "day-sunny" [3]
- "day-sunny" [4]
- "day-sunny" [5]
- "day-sunny" [6]
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 990 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64