The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-08-14 11:51:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | ERROR | |||||
| r-devel-linux-x86_64-debian-gcc | 1.1.2 | 1.66 | 23.53 | 25.19 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.2 | 21.13 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 20.21 | NOTE | |||
| r-devel-windows-x86_64 | 1.1.2 | 4.00 | 64.00 | 68.00 | OK | |
| r-patched-linux-x86_64 | 1.1.2 | 2.32 | 26.35 | 28.67 | OK | |
| r-release-linux-x86_64 | 1.1.2 | 2.11 | 26.45 | 28.56 | OK | |
| r-release-macos-arm64 | 1.1.2 | 1.00 | 20.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 1.1.2 | 2.00 | 51.00 | 53.00 | OK | |
| r-release-windows-x86_64 | 1.1.2 | 5.00 | 50.00 | 55.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.2 | 2.00 | 35.00 | 37.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.2 | 5.00 | 61.00 | 66.00 | OK |
Version: 1.1.2
Check: examples
Result: ERROR
Running examples in ‘weed-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: geocode_batches
> ### Title: Geocode in batches
> ### Aliases: geocode_batches
>
> ### ** Examples
>
> df <- tibble::tribble(
+ ~value, ~location_word, ~Country,
+ "mumbai region, district of seattle, sichuan province", "mumbai","India",
+ "mumbai region, district of seattle, sichuan province", "seattle", "USA",
+ "mumbai region, district of seattle, sichuan province", "sichuan", "China, People's Republic"
+ )
>
> geocode_batches(df, batch_size = 2, wait_time = 0.4, geonames_username = "rammkripa")
[1] "batch number"
[1] 1
Error in `dplyr::mutate()`:
ℹ In argument: `location_data = purrr::pmap(list(location_word, Country,
n_results), get_lat_long)`.
Caused by error in `purrr::pmap()`:
ℹ In index: 1.
Caused by error in `url()`:
! cannot open the connection to 'http://api.geonames.org/searchJSON?q=mumbai&country=IN&type=json&username=rammkripa'
Backtrace:
▆
1. ├─weed::geocode_batches(df, batch_size = 2, wait_time = 0.4, geonames_username = "rammkripa")
2. │ └─df_slice %>% geocode(n_results, unwrap, geonames_username)
3. ├─weed::geocode(., n_results, unwrap, geonames_username)
4. │ └─... %>% tidyr::unnest_wider(col = location_data)
5. ├─tidyr::unnest_wider(., col = location_data)
6. │ └─tidyr:::check_data_frame(data)
7. │ └─base::is.data.frame(x)
8. ├─dplyr::mutate(...)
9. ├─dplyr:::mutate.data.frame(...)
10. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
11. │ ├─base::withCallingHandlers(...)
12. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
13. │ └─mask$eval_all_mutate(quo)
14. │ └─dplyr (local) eval()
15. ├─purrr::pmap(list(location_word, Country, n_results), get_lat_long)
16. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress)
17. │ ├─purrr:::with_indexed_errors(...)
18. │ │ └─base::withCallingHandlers(...)
19. │ ├─purrr:::call_with_cleanup(...)
20. │ └─weed (local) .f(.l[[1L]][[i]], .l[[2L]][[i]], .l[[3L]][[i]], ...)
21. │ └─geonames::GNsearch(...)
22. │ └─geonames:::gnRaggedDataFrame("searchJSON", list(...), "geonames")
23. │ └─geonames:::getJson(name, params)
24. │ └─base::url(url, open = "r")
25. └─base::.handleSimpleError(...)
26. └─purrr (local) h(simpleError(msg, call))
27. └─cli::cli_abort(...)
28. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.2
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘here’ ‘tibble’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.