Last updated on 2025-12-28 09:50:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 1.73 | 21.03 | 22.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.37 | 16.85 | 18.22 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 34.48 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 32.26 | OK | |||
| r-devel-windows-x86_64 | 1.0.1 | 5.00 | 42.00 | 47.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 1.74 | 18.46 | 20.20 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 1.12 | 17.70 | 18.82 | ERROR | |
| r-release-macos-arm64 | 1.0.1 | OK | ||||
| r-release-macos-x86_64 | 1.0.1 | 1.00 | 27.00 | 28.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 3.00 | 43.00 | 46.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 1.00 | 30.00 | 31.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 5.00 | 48.00 | 53.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: 5s
iterating ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 100% | ETA: 0s
Error in perform_req_strategy(requests = list_of_requests, strategy = request_strategy) :
Error(s) at: PN00009MM PN00002MM PN01270PM PD39557DA
Calls: get_bcrp_data -> perform_req_strategy
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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: 7s
iterating ■■■■■■■■■■■■■■■■■■■■■■■ 75% | ETA: 1s
iterating ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 100% | ETA: 0s
Error in perform_req_strategy(requests = list_of_requests, strategy = request_strategy) :
Error(s) at: PN00009MM PN00002MM PN01270PM PD39557DA
Calls: get_bcrp_data -> perform_req_strategy
Execution halted
Flavor: r-release-linux-x86_64