Last updated on 2026-05-16 06:52:07 CEST.
| Package | ERROR | OK |
|---|---|---|
| joyn | 13 | |
| myrror | 13 | |
| pipr | 2 | 11 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 11
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
ℹ Auxiliary table gdp successfully fetched. You can now call it by typing
`pipr::call_aux('gdp')`
> call_aux("gdp")
# A tibble: 11,050 × 4
country_code data_level year value
<chr> <chr> <fct> <dbl>
1 ABW national 1977 NA
2 ABW national 1978 NA
3 ABW national 1979 NA
4 ABW national 1980 NA
5 ABW national 1981 NA
6 ABW national 1982 NA
7 ABW national 1983 NA
8 ABW national 1984 NA
9 ABW national 1985 NA
10 ABW national 1986 16151.
# ℹ 11,040 more rows
>
> # see the name of several tables in memory
> tb <- c("cpi", "ppp", "pop")
> lapply(tb, get_aux, assign_tb = TRUE, replace = TRUE) # PR 63
Error in `httr2::req_perform()`:
! HTTP 504 Gateway Timeout.
ℹ Gateway Timeout
Backtrace:
▆
1. └─base::lapply(tb, get_aux, assign_tb = TRUE, replace = TRUE)
2. └─pipr (local) FUN(X[[i]], ...)
3. └─httr2::req_perform(req)
4. └─httr2:::handle_resp(req, resp, error_call = error_call)
5. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
6. ├─rlang::catch_cnd(...)
7. │ ├─rlang::eval_bare(...)
8. │ ├─base::tryCatch(...)
9. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. │ └─base::force(expr)
13. └─rlang::abort(...)
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.4.0
Check: examples
Result: ERROR
Running examples in 'pipr-Ex.R' failed
The error most likely occurred in:
> ### 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-release-windows-x86_64