Last updated on 2025-09-11 15:49:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.1 | 4.25 | 51.83 | 56.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.1 | 3.11 | 38.62 | 41.73 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.1 | 93.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 79.80 | OK | |||
r-devel-windows-x86_64 | 2.0.1 | 6.00 | 74.00 | 80.00 | OK | |
r-patched-linux-x86_64 | 2.0.1 | 5.14 | 50.22 | 55.36 | ERROR | |
r-release-linux-x86_64 | 2.0.1 | 3.87 | 49.84 | 53.71 | OK | |
r-release-macos-arm64 | 2.0.1 | 37.00 | OK | |||
r-release-macos-x86_64 | 2.0.1 | 53.00 | OK | |||
r-release-windows-x86_64 | 2.0.1 | 7.00 | 76.00 | 83.00 | OK | |
r-oldrel-macos-arm64 | 2.0.1 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0.1 | 75.00 | OK | |||
r-oldrel-windows-x86_64 | 2.0.1 | 11.00 | 90.00 | 101.00 | OK |
Version: 2.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/18s]
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.14.0, GDAL 3.11.3, PROJ 9.6.2; sf_use_s2() is TRUE
Reading layer `geodesic_lines' from data source
`/home/hornik/tmp/R.check/r-patched-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
! 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()`
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 892 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-marker.R:223:3'): markers ────────────────────────────────────
ts$x$calls[[length(ts$x$calls)]]$args[[3]]$icon (`actual`) not identical to as.character(unlist(lapply(iconSet[cities$weather], function(x) x$icon))) (`expected`).
`actual`: "rain"
`expected`: "rain" "rain" "rain" "rain" "rain" "rain"
── Failure ('test-marker.R:240:3'): markers ────────────────────────────────────
ts$x$calls[[length(ts$x$calls)]]$args[[3]]$icon (`actual`) not identical to as.character(unlist(lapply(iconSet[cities$weather], function(x) x$icon))) (`expected`).
`actual`: "rain"
`expected`: "rain" "rain" "rain" "rain" "rain" "rain"
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 892 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64