CRAN Package Check Results for Package aebdata

Last updated on 2025-07-16 06:51:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 1.95 34.34 36.29 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.4 1.41 26.99 28.40 OK
r-devel-linux-x86_64-fedora-clang 0.1.4 53.76 OK
r-devel-linux-x86_64-fedora-gcc 0.1.4 68.21 OK
r-devel-windows-x86_64 0.1.4 5.00 130.00 135.00 OK
r-patched-linux-x86_64 0.1.4 1.83 31.87 33.70 OK
r-release-linux-x86_64 0.1.4 1.82 31.50 33.32 OK
r-release-macos-arm64 0.1.4 132.00 OK
r-release-macos-x86_64 0.1.4 154.00 OK
r-release-windows-x86_64 0.1.4 3.00 131.00 134.00 OK
r-oldrel-macos-arm64 0.1.4 136.00 OK
r-oldrel-macos-x86_64 0.1.4 163.00 OK
r-oldrel-windows-x86_64 0.1.4 4.00 135.00 139.00 OK

Check Details

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) Warning: Failed to open 'https://www.ipea.gov.br/atlasestado/arquivos/downloads/1981-230remuneracaomediacornivelfederativodados.csv': Recv failure: Connection reset by peer Error in open.connection(3L, "rb") : cannot open the connection Calls: <Anonymous> ... <Anonymous> -> vroom_ -> <Anonymous> -> open.connection Execution halted Flavor: r-devel-linux-x86_64-debian-clang