CRAN Package Check Results for Package bndesr

Last updated on 2025-06-08 03:50:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 2.05 26.78 28.83 OK
r-devel-linux-x86_64-debian-gcc 1.0.4 1.84 21.23 23.07 OK
r-devel-linux-x86_64-fedora-clang 1.0.4 48.31 OK
r-devel-linux-x86_64-fedora-gcc 1.0.4 42.54 OK
r-devel-windows-x86_64 1.0.4 4.00 61.00 65.00 OK
r-patched-linux-x86_64 1.0.4 2.36 25.19 27.55 OK
r-release-linux-x86_64 1.0.4 2.41 25.39 27.80 OK
r-release-macos-arm64 1.0.4 33.00 OK
r-release-macos-x86_64 1.0.4 48.00 OK
r-release-windows-x86_64 1.0.4 4.00 54.00 58.00 ERROR
r-oldrel-macos-arm64 1.0.4 39.00 OK
r-oldrel-macos-x86_64 1.0.4 52.00 OK
r-oldrel-windows-x86_64 1.0.4 5.00 64.00 69.00 OK

Check Details

Version: 1.0.4
Check: examples
Result: ERROR Running examples in 'bndesr-Ex.R' failed The error most likely occurred in: > ### Name: query_bndespar_desimbursements > ### Title: Queries BNDESPar desimbursements data > ### Aliases: query_bndespar_desimbursements > > ### ** Examples > > df <- query_bndespar_desimbursements() Please wait for the download to complete. ℹ Using "','" as decimal and "'.'" as grouping mark. Use `read_delim()` for more control. `curl` package not installed, falling back to using `url()` Error downloading file. Try again later.cannot open the connection to 'https://www.bndes.gov.br/arquivos/central-downloads/operacoes_renda_variavel/desembolsos-renda-variavel.csv' Error in value[[3L]](cond) : Error downloading file. Calls: query_bndespar_desimbursements Execution halted Flavor: r-release-windows-x86_64

Version: 1.0.4
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(bndesr) > > test_check("bndesr") Please wait for the download to complete. ℹ Using "','" as decimal and "'.'" as grouping mark. Use `read_delim()` for more control. `curl` package not installed, falling back to using `url()` Error downloading file. Try again later.cannot open the connection to 'https://www.bndes.gov.br/arquivos/central-downloads/operacoes_renda_variavel/desembolsos-renda-variavel.csv' Please wait for the download to complete. ℹ Using "','" as decimal and "'.'" as grouping mark. Use `read_delim()` for more control. `curl` package not installed, falling back to using `url()` Error downloading file. Try again later.cannot open the connection to 'https://www.bndes.gov.br/arquivos/central-downloads/operacoes_renda_variavel/carteira-renda-variavel.csv' [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-query_bndespar_desimbursements.R:2:1'): (code run outside of `test_that()`) ── Error in `value[[3L]](cond)`: Error downloading file. Backtrace: ▆ 1. └─bndesr::query_bndespar_desimbursements() at test-query_bndespar_desimbursements.R:2:1 2. ├─base::suppressWarnings(...) 3. │ └─base::withCallingHandlers(...) 4. └─base::tryCatch(...) 5. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 7. └─value[[3L]](cond) ── Error ('test-query_bndespar_portfolio.R:2:1'): (code run outside of `test_that()`) ── Error in `value[[3L]](cond)`: Error downloading file. Backtrace: ▆ 1. └─bndesr::query_bndespar_portfolio() at test-query_bndespar_portfolio.R:2:1 2. ├─base::suppressWarnings(...) 3. │ └─base::withCallingHandlers(...) 4. └─base::tryCatch(...) 5. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 7. └─value[[3L]](cond) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64