CRAN Package Check Results for Package BacenAPI

Last updated on 2025-03-16 00:49:36 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 1.60 17.18 18.78 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.35 14.29 15.64 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 31.29 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 28.54 OK
r-devel-macos-arm64 0.1.0 14.00 OK
r-devel-macos-x86_64 0.1.0 25.00 OK
r-devel-windows-x86_64 0.1.0 3.00 40.00 43.00 OK
r-patched-linux-x86_64 0.1.0 1.39 16.77 18.16 OK
r-release-linux-x86_64 0.1.0 1.40 16.30 17.70 OK
r-release-macos-arm64 0.1.0 28.00 OK
r-release-macos-x86_64 0.1.0 30.00 OK
r-release-windows-x86_64 0.1.0 3.00 43.00 46.00 OK
r-oldrel-macos-arm64 0.1.0 28.00 OK
r-oldrel-macos-x86_64 0.1.0 30.00 OK
r-oldrel-windows-x86_64 0.1.0 3.00 47.00 50.00 OK

Additional issues

MKL

Check Details

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘BacenAPI-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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/2013", "31/12/2023", httr = TRUE) Starting connection to the Bacen API Connection successful! Data being collected... Starting connection to the Bacen API Connection successful! Data being collected... Failed to fetch series: 13005 Error in data.frame(data$data, series_data) : arguments imply differing number of rows: 0, 132 Calls: bacen_series -> data.frame Execution halted Flavor: r-devel-linux-x86_64-debian-gcc