Last updated on 2026-02-25 07:51:42 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.0 | 2.18 | 33.02 | 35.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.0 | 1.70 | 25.46 | 27.16 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.4.0 | 4.00 | 50.34 | 54.34 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.4.0 | 4.00 | 48.41 | 52.41 | OK | |
| r-devel-macos-arm64 | 1.4.0 | 1.00 | 17.00 | 18.00 | OK | |
| r-devel-windows-x86_64 | 1.4.0 | 6.00 | 58.00 | 64.00 | OK | |
| r-patched-linux-x86_64 | 1.4.0 | OK | ||||
| r-release-linux-x86_64 | 1.4.0 | 2.37 | 28.15 | 30.52 | OK | |
| r-release-macos-arm64 | 1.4.0 | 1.00 | 15.00 | 16.00 | OK | |
| r-release-macos-x86_64 | 1.4.0 | 2.00 | 35.00 | 37.00 | OK | |
| r-release-windows-x86_64 | 1.4.0 | 5.00 | 58.00 | 63.00 | OK | |
| r-oldrel-macos-arm64 | 1.4.0 | 1.00 | 42.00 | 43.00 | OK | |
| r-oldrel-macos-x86_64 | 1.4.0 | 12.00 | ERROR | |||
| r-oldrel-windows-x86_64 | 1.4.0 | 6.00 | 60.00 | 66.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
Version: 1.4.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘arrow’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-macos-x86_64