Last updated on 2025-12-25 07:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.1 | 1.57 | 31.06 | 32.63 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.6.1 | 1.60 | 23.45 | 25.05 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.1 | 50.41 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 46.74 | NOTE | |||
| r-devel-windows-x86_64 | 0.6.1 | 4.00 | 54.00 | 58.00 | NOTE | |
| r-patched-linux-x86_64 | 0.6.1 | 2.01 | 28.40 | 30.41 | NOTE | |
| r-release-linux-x86_64 | 0.6.1 | 1.90 | 28.51 | 30.41 | NOTE | |
| r-release-macos-arm64 | 0.6.1 | NOTE | ||||
| r-release-macos-x86_64 | 0.6.1 | 1.00 | 42.00 | 43.00 | NOTE | |
| r-release-windows-x86_64 | 0.6.1 | 4.00 | 51.00 | 55.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.6.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.6.1 | 2.00 | 40.00 | 42.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.1 | 5.00 | 59.00 | 64.00 | OK |
Version: 0.6.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘dpkg_release_gh.R’ ‘read_dpkg.Rd’ ‘stow.R’ ‘stow.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘dpkg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: stow_gh_release
> ### Title: download a github release asset to the 'stow' R user directory
> ### Aliases: stow_gh_release stow stow_url
>
> ### ** Examples
>
> Sys.setenv(R_USER_DATA_DIR = tempfile("stow"))
> # get by using URL
> stow("https://github.com/geomarker-io/appc/releases/download/v0.1.0/nei_2020.rds",
+ overwrite = TRUE) |>
+ readRDS()
Error in `httr2::req_perform()`:
! HTTP 504 Gateway Timeout.
Backtrace:
▆
1. ├─base::readRDS(...)
2. └─dpkg::stow(...)
3. └─dpkg::stow_url(url = uri, overwrite = overwrite)
4. └─httr2::req_perform(httr2::request(url), path = dest_path)
5. └─httr2:::handle_resp(req, resp, error_call = error_call)
6. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
7. ├─rlang::catch_cnd(...)
8. │ ├─rlang::eval_bare(...)
9. │ ├─base::tryCatch(...)
10. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
11. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
12. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
13. │ └─base::force(expr)
14. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(dpkg)
>
> test_check("dpkg")
Saving _problems/test-stow-11.R
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 38 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-dpkg.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-stow.R:10:3'): stow_info() and friends work ────────────────────
<httr2_http_504/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(httr2::request(url), path = dest_path)`: HTTP 504 Gateway Timeout.
Backtrace:
▆
1. ├─testthat::expect_identical(...) at test-stow.R:10:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─dpkg::stow("https://github.com/geomarker-io/appc/releases/download/v0.1.0/nei_2020.rds")
5. └─dpkg::stow_url(url = uri, overwrite = overwrite)
6. └─httr2::req_perform(httr2::request(url), path = dest_path)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
9. ├─rlang::catch_cnd(...)
10. │ ├─rlang::eval_bare(...)
11. │ ├─base::tryCatch(...)
12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
15. │ └─base::force(expr)
16. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 38 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc