* using log directory 'd:/Rcompile/CRANpkg/local/4.6/leaflet.extras.Rcheck' * using R version 4.6.1 (2026-06-24 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-08-12 18:39:03 UTC * checking for file 'leaflet.extras/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'leaflet.extras' version '2.0.2' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'leaflet.extras' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [5s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [5s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [73s] ERROR Running 'testthat.R' [73s] 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.1, GDAL 3.12.1, PROJ 9.7.1; sf_use_s2() is TRUE Reading layer `geodesic_lines' from data source `D:\RCompile\CRANpkg\lib\4.6\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()` Saving _problems/test-geojson_mini-3.R ! curl package not installed, falling back to using `url()` Saving _problems/test-heatmaps-4.R ! curl package not installed, falling back to using `url()` Saving _problems/test-maputils-7.R [ FAIL 3 | WARN 3 | SKIP 0 | PASS 733 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-geojson_mini.R:3:1'): (code run outside of `test_that()`) ────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://raw.githubusercontent.com/TrantorM/leaflet-choropleth/refs/heads/gh-pages/examples/basic_topo/crimes_by_district.topojson' Backtrace: ▆ 1. └─readr::read_file(fName) at test-geojson_mini.R:3:1 2. └─readr::datasource(file, skip_empty_rows = FALSE) 3. └─readr:::datasource_connection(...) 4. └─readr:::read_connection(path) 5. ├─base::open(con, "rb") 6. └─base::open.connection(con, "rb") ── Error ('test-heatmaps.R:2:1'): (code run outside of `test_that()`) ────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://raw.githubusercontent.com/benbalter/dc-maps/refs/heads/master/maps/historic-landmarks-points.geojson' Backtrace: ▆ 1. └─readr::read_file("https://raw.githubusercontent.com/benbalter/dc-maps/refs/heads/master/maps/historic-landmarks-points.geojson") at test-heatmaps.R:2:1 2. └─readr::datasource(file, skip_empty_rows = FALSE) 3. └─readr:::datasource_connection(...) 4. └─readr:::read_connection(path) 5. ├─base::open(con, "rb") 6. └─base::open.connection(con, "rb") ── Error ('test-maputils.R:2:3'): maputils ───────────────────────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://raw.githubusercontent.com/MinnPost/simple-map-d3/master/example-data/world-population.geo.json' Backtrace: ▆ 1. ├─jsonlite::fromJSON(...) at test-maputils.R:2:3 2. └─readr::read_file(...) 3. └─readr::datasource(file, skip_empty_rows = FALSE) 4. └─readr:::datasource_connection(...) 5. └─readr:::read_connection(path) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") [ FAIL 3 | WARN 3 | SKIP 0 | PASS 733 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [27s] OK * checking HTML version of manual ... [10s] OK * DONE Status: 1 ERROR Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: + baseUrl = "https://www.wms.nrw.de/wms/unfallatlas?request=GetMap", + layers = c("Unfallorte", "Personenschaden_5000", "Personenschaden_250"), + options = WMSTileOptions(format = "image/png", transparent = TRUE) + ) %>% + addWMSLegend( + title = "Personenschaden_5000", titleStyle = "font-size:1em; font-weight:800", + uri = paste0( + "https://www.wms.nrw.de/wms/unfallatlas?request=", + "GetLegendGraphic&version=1.3.0&", + "format=image/png&layer=Personenschaden_5000" + ) + ) > > > > ### *