Last updated on 2025-05-06 20:50:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 2.35 | 24.94 | 27.29 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 1.34 | 20.45 | 21.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 45.23 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 42.25 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 5.00 | 61.00 | 66.00 | OK | |
r-patched-linux-x86_64 | 1.0.4 | 2.07 | 25.08 | 27.15 | OK | |
r-release-linux-x86_64 | 1.0.4 | 2.24 | 25.33 | 27.57 | 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 | 59.00 | 63.00 | OK | |
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 | 66.00 | 71.00 | OK |
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in ‘bndesr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-devel-linux-x86_64-debian-clang
Version: 1.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/7s]
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-devel-linux-x86_64-debian-clang