Last updated on 2025-04-19 06:50:01 CEST.
Package | ERROR | OK |
---|---|---|
daterangepicker | 13 | |
leaflet.extras | 2 | 11 |
leaflet.extras2 | 1 | 12 |
windfarmGA | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 11
Version: 2.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [28s]
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.1, GDAL 3.10.2, PROJ 9.5.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()`
! curl package not installed, falling back to using `url()`
! curl package not installed, falling back to using `url()`
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 800 ]
══ 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://rawgit.com/TrantorM/leaflet-choropleth/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")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 800 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 2.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [96s]
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.1, GDAL 3.10.2, PROJ 9.5.1; sf_use_s2() is TRUE
Reading layer `geodesic_lines' from data source
`D:\RCompile\CRANpkg\lib\4.5\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()`
[ FAIL 3 | WARN 3 | SKIP 0 | PASS 635 ]
══ 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://rawgit.com/TrantorM/leaflet-choropleth/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://rawgit.com/benbalter/dc-maps/master/maps/historic-landmarks-points.geojson'
Backtrace:
▆
1. └─readr::read_file("https://rawgit.com/benbalter/dc-maps/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 635 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 1.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [66s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(htmltools)
> library(leaflet)
> library(leaflet.extras2)
>
> test_check("leaflet.extras2")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 433 ]
══ 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 433 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Current CRAN status: OK: 13