Last updated on 2026-02-19 18:51:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 2.03 | 36.44 | 38.47 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 1.40 | 25.94 | 27.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 54.33 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 63.52 | OK | |||
| r-devel-macos-arm64 | 0.1.4 | 1.00 | 119.00 | 120.00 | OK | |
| r-devel-windows-x86_64 | 0.1.4 | 4.00 | 128.00 | 132.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | OK | ||||
| r-release-linux-x86_64 | 0.1.4 | 1.93 | 32.23 | 34.16 | OK | |
| r-release-macos-arm64 | 0.1.4 | OK | ||||
| r-release-macos-x86_64 | 0.1.4 | 1.00 | 153.00 | 154.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 6.00 | 203.00 | 209.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 2.00 | 161.00 | 163.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 5.00 | 140.00 | 145.00 | OK |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘aebdata-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_series
> ### Title: Get series values
> ### Aliases: get_series
>
> ### ** Examples
>
> ## Don't show:
> if (aebdata:::test_connection_aeb()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # Get the series 230 and print the head
+ serie_230 <- get_series(series_id = 230)
+ head(serie_230)
+
+ # Get the series from 230 to 232 and print the head of the 232
+ ## Don't show:
+ }) # examplesIf
> serie_230 <- get_series(series_id = 230)
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.ipea.gov.br]:
Connection timed out after 10002 milliseconds
Backtrace:
▆
1. ├─(if (getRversion() >= "3.4") withAutoprint else force)(...)
2. │ └─base::source(...)
3. │ ├─base::withVisible(eval(ei, envir))
4. │ └─base::eval(ei, envir)
5. │ └─base::eval(ei, envir)
6. └─aebdata::get_series(series_id = 230)
7. ├─base::do.call(...)
8. ├─base::lapply(...)
9. ├─httr2::resp_body_json(httr2::req_perform(httr2::request("https://www.ipea.gov.br/atlasestado/api/v1/series")))
10. │ └─httr2:::check_response(resp)
11. │ └─httr2:::is_response(resp)
12. └─httr2::req_perform(httr2::request("https://www.ipea.gov.br/atlasestado/api/v1/series"))
13. └─httr2:::handle_resp(req, resp, error_call = error_call)
14. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc