Last updated on 2025-03-21 08:54:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 3.16 | 42.91 | 46.07 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 2.41 | 33.93 | 36.34 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 65.73 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 61.81 | ERROR | |||
r-devel-macos-arm64 | 0.1.3 | 36.00 | OK | |||
r-devel-macos-x86_64 | 0.1.3 | 50.00 | OK | |||
r-devel-windows-x86_64 | 0.1.2 | 6.00 | 49.00 | 55.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 3.38 | 40.86 | 44.24 | OK | |
r-release-linux-x86_64 | 0.1.2 | 3.20 | 39.87 | 43.07 | OK | |
r-release-macos-arm64 | 0.1.3 | 45.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 57.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 5.00 | 50.00 | 55.00 | OK | |
r-oldrel-macos-arm64 | 0.1.3 | 38.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.3 | 6.00 | 56.00 | 62.00 | OK |
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/20s]
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(syrup)
Loading required package: bench
>
> test_check("syrup")
[ FAIL 2 | WARN 3 | SKIP 3 | PASS 16 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-syrup.R:62:3', 'test-syrup.R:70:3', 'test-syrup.R:76:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-syrup.R:30:3'): syrup(peak = TRUE) works ─────────────────────
Expected `res <- syrup(Sys.sleep(1), peak = TRUE)` to run without any errors.
i Actually got a <rlang_error> with text:
Unable to retrieve resource usage results from the temporary session.
i This is an internal error that was detected in the syrup package.
Please report it at <https://github.com/simonpcouch/syrup/issues> with a reprex (<https://tidyverse.org/help/>) and the full backtrace.
── Error ('test-syrup.R:37:3'): syrup(peak = TRUE) works ───────────────────────
Error in `eval(code, test_env)`: object 'res' not found
Backtrace:
▆
1. └─testthat::expect_s3_class(res, "tbl_df") at test-syrup.R:37:3
2. └─testthat::quasi_label(enquo(object), arg = "object")
3. └─rlang::eval_bare(expr, quo_get_env(quo))
[ FAIL 2 | WARN 3 | SKIP 3 | PASS 16 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc