Last updated on 2025-05-28 00:48:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.7 | 7.71 | 88.24 | 95.95 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.7 | 5.50 | 63.32 | 68.82 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.7 | 151.81 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.7 | 132.84 | OK | |||
r-devel-windows-x86_64 | 0.7.7 | 13.00 | 106.00 | 119.00 | OK | |
r-patched-linux-x86_64 | 0.7.7 | 9.61 | 83.70 | 93.31 | OK | |
r-release-linux-x86_64 | 0.7.7 | 8.22 | 85.25 | 93.47 | OK | |
r-release-macos-arm64 | 0.7.7 | 44.00 | OK | |||
r-release-macos-x86_64 | 0.7.7 | 88.00 | OK | |||
r-release-windows-x86_64 | 0.7.7 | 15.00 | 113.00 | 128.00 | ERROR | |
r-oldrel-macos-arm64 | 0.7.7 | 44.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.7 | 69.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.7 | 18.00 | 122.00 | 140.00 | OK |
Version: 0.7.7
Check: examples
Result: ERROR
Running examples in 'covidmx-Ex.R' failed
The error most likely occurred in:
> ### Name: descarga_datos_variantes_GISAID
> ### Title: Lee la base de datos de variantes de COVID-19 en Mexico generada
> ### por GISAID
> ### Aliases: descarga_datos_variantes_GISAID
>
> ### ** Examples
>
>
> # Descarga de variantes a nivel nacional
> url_global <- "https://raw.githubusercontent.com/RodrigoZepeda/VariantesCovid/main/tablas/"
> if (RCurl::url.exists(paste0(url_global, "Proporcion_variantes_nacional.csv"))) {
+ variantes_covid <- descarga_datos_variantes_GISAID("nacional")
+ }
→ Descargando nacional desde <https://raw.githubusercontent.com/RodrigoZepeda/VariantesCovid/main/tablas/Proporcion_variantes_nacional.csv>
>
> # Descarga de variantes para CDMX
> if (RCurl::url.exists(paste0(url_global, "Proporcion_variantes_cdmx.csv"))) {
+ variantes_covid <- descarga_datos_variantes_GISAID("cdmx")
+ }
→ Descargando cdmx desde <https://raw.githubusercontent.com/RodrigoZepeda/VariantesCovid/main/tablas/Proporcion_variantes_cdmx.csv>
Error in `map2_chr()`:
ℹ In index: 1.
Caused by error in `http_download()`:
! Too Many Requests (RFC 6585) (HTTP 429).
Backtrace:
▆
1. ├─covidmx::descarga_datos_variantes_GISAID("cdmx")
2. │ └─pins::pin_download(board = board, name = nivel[1], ...)
3. │ ├─pins::pin_fetch(board, name, version = version, ...)
4. │ └─pins:::pin_fetch.pins_board_url(...)
5. │ └─purrr::map2_chr(...)
6. │ └─purrr:::map2_("character", .x, .y, .f, ..., .progress = .progress)
7. │ ├─purrr:::with_indexed_errors(...)
8. │ │ └─base::withCallingHandlers(...)
9. │ ├─purrr:::call_with_cleanup(...)
10. │ └─pins (local) .f(.x[[i]], .y[[i]], ...)
11. │ └─pins:::http_download(...)
12. │ └─httr::stop_for_status(req)
13. │ └─base::stop(http_condition(x, "error", task = task, call = call))
14. └─purrr (local) `<fn>`(`<http_429>`)
15. └─cli::cli_abort(...)
16. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64