Last updated on 2025-04-19 06:49:56 CEST.
Package | ERROR | OK |
---|---|---|
BacenAPI | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'BacenAPI-Ex.R' failed
The error most likely occurred in:
> ### Name: bacen_series
> ### Title: Fetch Multiple Central Bank Series
> ### Aliases: bacen_series
>
> ### ** Examples
>
> series <- c('433', '13005')
> names <- c('ipca_br', 'ipca_for')
> data <- bacen_series(series, names,
+ "01/01/2020", "31/12/2023",
+ httr = TRUE) # in the format "dd/mm/yyyy"
Starting connection to the Bacen API
Connection successful!
Data being collected...
Starting connection to the Bacen API
Connection successful!
Data being collected...
Error processing API response.
Error in data.frame(data$data, series_data) :
arguments imply differing number of rows: 0, 48
Calls: bacen_series -> data.frame
Execution halted
Flavor: r-oldrel-windows-x86_64