CRAN Package Check Results for Package BacenAPI

Last updated on 2025-04-19 03:50:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 1.38 19.47 20.85 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 1.58 15.93 17.51 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 34.62 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 32.88 OK
r-devel-windows-x86_64 0.2.0 3.00 44.00 47.00 OK
r-patched-linux-x86_64 0.2.0 1.87 19.52 21.39 OK
r-release-linux-x86_64 0.2.0 1.86 19.43 21.29 OK
r-release-macos-arm64 0.2.0 36.00 OK
r-release-macos-x86_64 0.2.0 29.00 OK
r-release-windows-x86_64 0.2.0 4.00 47.00 51.00 OK
r-oldrel-macos-arm64 0.2.0 28.00 OK
r-oldrel-macos-x86_64 0.2.0 37.00 OK
r-oldrel-windows-x86_64 0.2.0 4.00 64.00 68.00 ERROR

Check Details

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