CRAN Package Check Results for Package syrup

Last updated on 2024-07-16 05:56:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 3.98 58.51 62.49 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 3.26 42.97 46.23 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 59.33 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 69.15 ERROR
r-devel-windows-x86_64 0.1.0 5.00 49.00 54.00 OK
r-patched-linux-x86_64 0.1.0 2.60 54.00 56.60 ERROR
r-release-linux-x86_64 0.1.0 3.66 54.04 57.70 ERROR
r-release-macos-arm64 0.1.0 38.00 OK
r-release-macos-x86_64 0.1.0 67.00 ERROR
r-release-windows-x86_64 0.1.0 8.00 64.00 72.00 OK
r-oldrel-macos-arm64 0.1.0 48.00 OK
r-oldrel-macos-x86_64 0.1.0 58.00 OK
r-oldrel-windows-x86_64 0.1.0 6.00 56.00 62.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/18s] 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 1 | WARN 3 | SKIP 2 | PASS 19 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-syrup.R:67:3', 'test-syrup.R:73:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-syrup.R:61:3'): syrup(interval) works ──────────────────────── length(unique(res_01$id)) > length(unique(res_1$id)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 3 | SKIP 2 | PASS 19 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/19s] 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 1 | PASS 19 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-syrup.R:67:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-syrup.R:61:3'): syrup(interval) works ──────────────────────── length(unique(res_01$id)) > length(unique(res_1$id)) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-syrup.R:73:3'): syrup warns with only one ID ─────────────────── Error in `syrup(1)`: 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. Backtrace: ▆ 1. ├─testthat::expect_snapshot_warning(syrup(1)) at test-syrup.R:73:3 2. │ └─testthat:::expect_snapshot_condition(...) 3. │ ├─testthat:::with_is_snapshotting(...) 4. │ └─testthat:::capture_matching_condition(x, cnd_matcher(class)) 5. │ └─base::withCallingHandlers(...) 6. └─syrup::syrup(1) 7. └─syrup:::retrieve_results(sesh) 8. └─rlang::abort(...) [ FAIL 2 | WARN 3 | SKIP 1 | PASS 19 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/17s] 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 1 | WARN 3 | SKIP 2 | PASS 19 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-syrup.R:67:3', 'test-syrup.R:73:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-syrup.R:61:3'): syrup(interval) works ──────────────────────── length(unique(res_01$id)) > length(unique(res_1$id)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 3 | SKIP 2 | PASS 19 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/16s] 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 1 | WARN 3 | SKIP 2 | PASS 19 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-syrup.R:67:3', 'test-syrup.R:73:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-syrup.R:61:3'): syrup(interval) works ──────────────────────── length(unique(res_01$id)) > length(unique(res_1$id)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 3 | SKIP 2 | PASS 19 ] Error: Test failures Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/14s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: [ FAIL 1 | WARN 3 | SKIP 2 | PASS 19 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-syrup.R:67:3', 'test-syrup.R:73:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-syrup.R:61:3'): syrup(interval) works ──────────────────────── length(unique(res_01$id)) > length(unique(res_1$id)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 3 | SKIP 2 | PASS 19 ] Error: Test failures Execution halted Flavor: r-release-macos-x86_64