CRAN Package Check Results for Package syrup

Last updated on 2024-07-22 01:49:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 4.03 55.24 59.27 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 3.20 40.78 43.98 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 78.28 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 71.13 OK
r-devel-windows-x86_64 0.1.1 5.00 48.00 53.00 OK
r-patched-linux-x86_64 0.1.0 3.55 55.02 58.57 ERROR
r-release-linux-x86_64 0.1.1 3.34 53.25 56.59 OK
r-release-macos-arm64 0.1.1 37.00 OK
r-release-macos-x86_64 0.1.1 66.00 OK
r-release-windows-x86_64 0.1.0 4.00 49.00 53.00 OK
r-oldrel-macos-arm64 0.1.1 40.00 OK
r-oldrel-macos-x86_64 0.1.1 63.00 OK
r-oldrel-windows-x86_64 0.1.1 8.00 51.00 59.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/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 Flavor: r-patched-linux-x86_64