CRAN Package Check Results for Package pipr

Last updated on 2026-05-15 09:50:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.0 2.35 34.29 36.64 OK
r-devel-linux-x86_64-debian-gcc 1.4.0 1.71 26.03 27.74 OK
r-devel-linux-x86_64-fedora-clang 1.4.0 52.94 OK
r-devel-linux-x86_64-fedora-gcc 1.4.0 52.56 OK
r-devel-windows-x86_64 1.4.0 5.00 55.00 60.00 OK
r-patched-linux-x86_64 1.4.0 2.33 29.24 31.57 ERROR
r-release-linux-x86_64 1.4.0 2.44 29.37 31.81 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 268.00 273.00 ERROR
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 5.00 63.00 68.00 OK

Check Details

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