Last updated on 2026-05-30 03:53:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.0 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 1.4.0 | 1.78 | 25.68 | 27.46 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.4.0 | 52.94 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.4.0 | 51.34 | OK | |||
| r-devel-windows-x86_64 | 1.4.0 | 6.00 | 57.00 | 63.00 | OK | |
| r-patched-linux-x86_64 | 1.4.0 | 2.23 | 29.33 | 31.56 | OK | |
| r-release-linux-x86_64 | 1.4.0 | 2.11 | 28.93 | 31.04 | OK | |
| r-release-macos-arm64 | 1.4.0 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 1.4.0 | 2.00 | 36.00 | 38.00 | OK | |
| r-release-windows-x86_64 | 1.4.0 | 5.00 | 56.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 1.4.0 | 1.00 | 15.00 | 16.00 | OK | |
| r-oldrel-macos-x86_64 | 1.4.0 | 2.00 | 35.00 | 37.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.0 | 6.00 | 62.00 | 68.00 | OK |
Version: 1.4.0
Check: examples
Result: ERROR
Running examples in ‘pipr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: call_aux
> ### Title: call a table from .pip env
> ### Aliases: call_aux
>
> ### ** Examples
>
> # call one table
>
> get_aux("gdp", assign_tb = TRUE, replace = TRUE) # PR 63
Pruning cache
Error in `httr2::req_perform()`:
! HTTP 502 Bad Gateway.
ℹ Bad Gateway
Backtrace:
▆
1. └─pipr::get_aux("gdp", assign_tb = TRUE, replace = TRUE)
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc