Last updated on 2025-08-26 18:48:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.2 | 2.37 | 48.25 | 50.62 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.2 | 1.91 | 35.94 | 37.85 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.2 | 74.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.2 | 83.16 | OK | |||
r-devel-windows-x86_64 | 0.4.2 | 4.00 | 80.00 | 84.00 | OK | |
r-patched-linux-x86_64 | 0.4.2 | 3.17 | 42.07 | 45.24 | OK | |
r-release-linux-x86_64 | 0.4.2 | 2.59 | 44.09 | 46.68 | OK | |
r-release-macos-arm64 | 0.4.2 | 64.00 | OK | |||
r-release-macos-x86_64 | 0.4.2 | 80.00 | OK | |||
r-release-windows-x86_64 | 0.4.2 | 5.00 | 80.00 | 85.00 | OK | |
r-oldrel-macos-arm64 | 0.4.2 | 64.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.2 | 91.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.2 | 5.00 | 89.00 | 94.00 | OK |
Version: 0.4.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/11s]
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(nominatimlite)
>
> test_check("nominatimlite")
Starting 2 test processes
[ FAIL 1 | WARN 0 | SKIP 57 | PASS 23 ]
══ Skipped tests (57) ══════════════════════════════════════════════════════════
• On CRAN (57): 'test-geo_address_lookup.R:2:3',
'test-geo_address_lookup.R:39:3', 'test-geo_address_lookup.R:50:3',
'test-geo_address_lookup.R:100:3', 'test-geo_address_lookup.R:130:3',
'test-geo_address_lookup.R:148:3', 'test-geo_amenity.R:2:3',
'test-geo_amenity.R:23:3', 'test-geo_address_lookup_sf.R:2:3',
'test-geo_address_lookup_sf.R:21:3', 'test-geo_address_lookup_sf.R:31:3',
'test-geo_address_lookup_sf.R:67:3', 'test-geo_address_lookup_sf.R:97:3',
'test-geo_address_lookup_sf.R:115:3', 'test-geo_address_lookup_sf.R:133:3',
'test-geo_amenity_sf.R:2:3', 'test-geo_amenity_sf.R:23:3',
'test-geo_lite.R:2:3', 'test-geo_lite.R:37:3', 'test-geo_lite.R:50:3',
'test-geo_lite.R:111:3', 'test-geo_lite.R:136:3', 'test-geo_lite.R:150:3',
'test-geo_lite_sf.R:2:3', 'test-geo_lite_sf.R:20:3',
'test-geo_lite_sf.R:53:3', 'test-geo_lite_sf.R:118:3',
'test-geo_lite_sf.R:142:3', 'test-geo_lite_sf.R:160:3',
'test-geo_lite_sf.R:176:3', 'test-geo_lite_struct.R:2:3',
'test-geo_lite_struct.R:50:3', 'test-geo_lite_struct.R:63:3',
'test-geo_lite_struct.R:129:3', 'test-geo_lite_struct_sf.R:2:3',
'test-geo_lite_struct_sf.R:30:3', 'test-geo_lite_struct_sf.R:62:3',
'test-geo_lite_struct_sf.R:131:3', 'test-reverse_geo_lite.R:2:3',
'test-reverse_geo_lite.R:18:3', 'test-reverse_geo_lite.R:34:3',
'test-reverse_geo_lite.R:69:3', 'test-reverse_geo_lite.R:81:3',
'test-reverse_geo_lite.R:148:3', 'test-reverse_geo_lite.R:189:3',
'test-reverse_geo_lite.R:214:3', 'test-reverse_geo_lite.R:232:3',
'test-reverse_geo_lite_sf.R:2:3', 'test-reverse_geo_lite_sf.R:18:3',
'test-reverse_geo_lite_sf.R:43:3', 'test-reverse_geo_lite_sf.R:76:3',
'test-reverse_geo_lite_sf.R:106:3', 'test-reverse_geo_lite_sf.R:180:3',
'test-reverse_geo_lite_sf.R:208:3', 'test-reverse_geo_lite_sf.R:235:3',
'test-reverse_geo_lite_sf.R:253:3', 'test-nominatim_check_access.R:8:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bbox_to_poly.R:9:3'): Bbox ───────────────────────────────────
`bbox_to_poly(c(1, 2, 3, 4))` produced warnings.
[ FAIL 1 | WARN 0 | SKIP 57 | PASS 23 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.4.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/9s]
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(nominatimlite)
>
> test_check("nominatimlite")
Starting 2 test processes
[ FAIL 1 | WARN 0 | SKIP 57 | PASS 23 ]
══ Skipped tests (57) ══════════════════════════════════════════════════════════
• On CRAN (57): 'test-geo_address_lookup.R:2:3',
'test-geo_address_lookup.R:39:3', 'test-geo_address_lookup.R:50:3',
'test-geo_address_lookup.R:100:3', 'test-geo_address_lookup.R:130:3',
'test-geo_address_lookup.R:148:3', 'test-geo_address_lookup_sf.R:2:3',
'test-geo_address_lookup_sf.R:21:3', 'test-geo_address_lookup_sf.R:31:3',
'test-geo_address_lookup_sf.R:67:3', 'test-geo_address_lookup_sf.R:97:3',
'test-geo_address_lookup_sf.R:115:3', 'test-geo_address_lookup_sf.R:133:3',
'test-geo_amenity.R:2:3', 'test-geo_amenity.R:23:3',
'test-geo_amenity_sf.R:2:3', 'test-geo_amenity_sf.R:23:3',
'test-geo_lite.R:2:3', 'test-geo_lite.R:37:3', 'test-geo_lite.R:50:3',
'test-geo_lite.R:111:3', 'test-geo_lite.R:136:3', 'test-geo_lite.R:150:3',
'test-geo_lite_sf.R:2:3', 'test-geo_lite_sf.R:20:3',
'test-geo_lite_sf.R:53:3', 'test-geo_lite_sf.R:118:3',
'test-geo_lite_sf.R:142:3', 'test-geo_lite_sf.R:160:3',
'test-geo_lite_sf.R:176:3', 'test-geo_lite_struct.R:2:3',
'test-geo_lite_struct.R:50:3', 'test-geo_lite_struct.R:63:3',
'test-geo_lite_struct.R:129:3', 'test-geo_lite_struct_sf.R:2:3',
'test-geo_lite_struct_sf.R:30:3', 'test-geo_lite_struct_sf.R:62:3',
'test-geo_lite_struct_sf.R:131:3', 'test-reverse_geo_lite.R:2:3',
'test-reverse_geo_lite.R:18:3', 'test-reverse_geo_lite.R:34:3',
'test-reverse_geo_lite.R:69:3', 'test-reverse_geo_lite.R:81:3',
'test-reverse_geo_lite.R:148:3', 'test-reverse_geo_lite.R:189:3',
'test-reverse_geo_lite.R:214:3', 'test-reverse_geo_lite.R:232:3',
'test-reverse_geo_lite_sf.R:2:3', 'test-reverse_geo_lite_sf.R:18:3',
'test-reverse_geo_lite_sf.R:43:3', 'test-reverse_geo_lite_sf.R:76:3',
'test-reverse_geo_lite_sf.R:106:3', 'test-reverse_geo_lite_sf.R:180:3',
'test-reverse_geo_lite_sf.R:208:3', 'test-reverse_geo_lite_sf.R:235:3',
'test-reverse_geo_lite_sf.R:253:3', 'test-nominatim_check_access.R:8:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bbox_to_poly.R:9:3'): Bbox ───────────────────────────────────
`bbox_to_poly(c(1, 2, 3, 4))` produced warnings.
[ FAIL 1 | WARN 0 | SKIP 57 | PASS 23 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc