Last updated on 2026-09-26 07:52:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.0 | 4.62 | 54.80 | 59.42 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.0 | 3.14 | 40.01 | 43.15 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.0 | 39.14 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 38.04 | OK | |||
| r-devel-windows-x86_64 | 2.1.0 | 10.00 | 88.00 | 98.00 | OK | |
| r-patched-linux-x86_64 | 2.1.0 | 5.82 | 51.60 | 57.42 | OK | |
| r-release-linux-x86_64 | 2.1.0 | 4.10 | 52.50 | 56.60 | OK | |
| r-release-macos-arm64 | 2.1.0 | 1.00 | 20.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 2.1.0 | 3.00 | 64.00 | 67.00 | OK | |
| r-release-windows-x86_64 | 2.0.2 | 13.00 | 103.00 | 116.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.0 | 1.00 | 20.00 | 21.00 | OK | |
| r-oldrel-macos-x86_64 | 2.1.0 | 3.00 | 68.00 | 71.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.0 | 11.00 | 98.00 | 109.00 | OK |
Version: 2.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/8s]
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.15.0, GDAL 3.13.3, PROJ 9.8.1; sf_use_s2() is TRUE
Reading layer `geodesic_lines' from data source
`/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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
Saving _problems/test-marker-226.R
Saving _problems/test-marker-243.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1013 ]
══ 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`: "cloudy"
`expected`: "cloudy" "cloudy" "cloudy" "cloudy" "cloudy" "cloudy"
── 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`: "cloudy"
`expected`: "cloudy" "cloudy" "cloudy" "cloudy" "cloudy" "cloudy"
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1013 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc