Last updated on 2025-11-18 20:49:28 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 5.20 | 68.50 | 73.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 4.14 | 48.89 | 53.03 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 12.00 | 95.48 | 107.48 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 12.00 | 105.13 | 117.13 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 9.00 | 104.00 | 113.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 5.18 | 60.22 | 65.40 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 5.11 | 61.28 | 66.39 | OK | |
| r-release-macos-arm64 | 0.2.0 | 3.00 | 44.00 | 47.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 8.00 | 126.00 | 134.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 7.00 | 84.00 | 91.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 2.00 | 61.00 | 63.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 13.00 | 141.00 | 154.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 11.00 | 103.00 | 114.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘BrazilDataAPI-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_brazil_holidays
> ### Title: Get Official Public Holidays in Brazil for a Given Year
> ### Aliases: get_brazil_holidays
>
> ### ** Examples
>
> get_brazil_holidays(2024)
Error in get_brazil_holidays(2024) :
Failed to retrieve data from Nager.Date API. Check the year or try again later.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc