Last updated on 2025-11-25 11:52:28 CET.
| Package | ERROR | OK |
|---|---|---|
| banR | 1 | 7 |
| concaveman | 13 | |
| qualvar | 13 |
Current CRAN status: ERROR: 1, OK: 7
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13