Last updated on 2026-09-24 00:52:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 2.34 | 37.41 | 39.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 1.99 | 30.24 | 32.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 27.07 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 32.14 | OK | |||
| r-devel-windows-x86_64 | 0.1.4 | 7.00 | 61.00 | 68.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 2.70 | 31.77 | 34.47 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 2.39 | 31.71 | 34.10 | OK | |
| r-release-macos-arm64 | 0.1.4 | 1.00 | 25.00 | 26.00 | OK | |
| r-release-macos-x86_64 | 0.1.4 | 2.00 | 56.00 | 58.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 6.00 | 57.00 | 63.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | 1.00 | 18.00 | 19.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.4 | 2.00 | 71.00 | 73.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 6.00 | 60.00 | 66.00 | OK |
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(amapro)
>
> test_check("amapro")
Saving _problems/test-loca-74.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-loca.R:74:3'): loca PolygonLayer with lights ───────────────────
Error in `open.connection(con, "rb")`: cannot open the connection to 'https://opendata.paris.fr/explore/dataset/arrondissements/download/?format=geojson&lang=fr'
Backtrace:
▆
1. └─jsonlite::read_json("https://opendata.paris.fr/explore/dataset/arrondissements/download/?format=geojson&lang=fr") at test-loca.R:74:3
2. └─jsonlite::parse_json(...)
3. └─jsonlite:::parse_and_simplify(...)
4. └─jsonlite:::parseJSON(txt, bigint_as_char)
5. └─jsonlite:::parse_con(txt, bigint_as_char)
6. ├─base::open(con, "rb")
7. └─base::open.connection(con, "rb")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 10 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc