Last updated on 2025-12-08 19:50:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 1.60 | 21.78 | 23.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.47 | 16.40 | 17.87 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 33.13 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 31.76 | OK | |||
| r-devel-windows-x86_64 | 1.0.1 | 3.00 | 40.00 | 43.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 1.54 | 18.37 | 19.91 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 1.67 | 18.49 | 20.16 | OK | |
| r-release-macos-arm64 | 1.0.1 | OK | ||||
| r-release-macos-x86_64 | 1.0.1 | 2.00 | 26.00 | 28.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 3.00 | 42.00 | 45.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 2.00 | 29.00 | 31.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 5.00 | 47.00 | 52.00 | OK |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘bcRP-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_bcrp_data
> ### Title: Perform an API request to BCRPData
> ### Aliases: get_bcrp_data
>
> ### ** Examples
>
> codes <- c("PN00009MM", "PN00002MM", "PN01270PM", "PD39557DA")
> # Will get you the most recent data for these codes
> # as you have not provided the `from` and `to` arguments.
> get_bcrp_data(codes = codes)
iterating ■■■■■■■■■ 25% | ETA: 30s
iterating ■■■■■■■■■■■■■■■■ 50% | ETA: 20s
iterating ■■■■■■■■■■■■■■■■■■■■■■■ 75% | ETA: 7s
iterating ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 100% | ETA: 0s
Error in perform_req_strategy(requests = list_of_requests, strategy = request_strategy) :
Error(s) at: PN00009MM PN00002MM
Calls: get_bcrp_data -> perform_req_strategy
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc