Last updated on 2025-11-25 02:50:18 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 3.49 | 34.57 | 38.06 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 24.00 | 55.99 | 79.99 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 11.00 | 77.23 | 88.23 | OK | |
| r-release-macos-arm64 | 0.2.3 | 2.00 | 27.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.2.3 | 16.00 | 181.00 | 197.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.3 | 1.00 | 28.00 | 29.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.3 | 9.00 | 140.00 | 149.00 | OK |
Version: 0.2.3
Check: examples
Result: ERROR
Running examples in ‘banR-Ex.R’ failed
The error most likely occurred in:
> ### Name: geocode_tbl
> ### Title: Geocode tbl
> ### Aliases: geocode_tbl
>
> ### ** Examples
>
>
> table_test <- tibble::tibble(
+ x = c("39 quai Andre Citroen", "64 Allee de Bercy", "20 avenue de Segur"),
+ y = c("75015", "75012", "75007"),
+ z = rnorm(3)
+ )
>
> geocode_tbl(tbl = table_test, adresse = x)
Writing tempfile to.../tmp/Rtmp0WKk5D/working_dir/RtmpxicNEy/file8d21e7fd6d602.csv
If file is larger than 50 MB, it must be splitted
Size is : 61 bytes
Server errorBad GatewayServer error: (502) Bad Gateway
Error in geocode_tbl(tbl = table_test, adresse = x) :
The API sent back an error 502
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang