Last updated on 2026-06-21 15:50:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 7.55 | 61.43 | 68.98 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 5.27 | 45.95 | 51.22 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 13.00 | 108.25 | 121.25 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 11.00 | 117.25 | 128.25 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 8.00 | 89.00 | 97.00 | OK | |
| r-patched-linux-x86_64 | 0.3.1 | 7.38 | 56.95 | 64.33 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 6.51 | 57.13 | 63.64 | OK | |
| r-release-macos-arm64 | 0.3.1 | 2.00 | 42.00 | 44.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 5.00 | 112.00 | 117.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 9.00 | 92.00 | 101.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 2.00 | 41.00 | 43.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.1 | 5.00 | 98.00 | 103.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 13.00 | 105.00 | 118.00 | OK |
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘bacenR-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_normative_data
> ### Title: Download normative acts from the Brazilian Central Bank (Bacen)
> ### by terms and date range
> ### Aliases: get_normative_data
>
> ### ** Examples
>
>
> ini_date <- "2025-01-01"
> end_date <- "2025-01-05"
> terms <- c("Cooperativas", "Cooperativa")
> normas <- get_normative_data(terms, ini_date, end_date)
No encoding supplied: defaulting to UTF-8.
Error: lexical error: invalid char in json text.
<!doctype html> <html lang="pt
(right here) ------^
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang