CRAN Package Check Results for Maintainer ‘Hugo Macedo <aebdata at hhmace.do>’

Last updated on 2025-07-16 05:49:45 CEST.

Package ERROR OK
aebdata 1 12

Package aebdata

Current CRAN status: ERROR: 1, OK: 12

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