CRAN Package Check Results for Package syrup

Last updated on 2024-07-11 12:48:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 0.1.0 3.40 43.06 46.46 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 7.00 65.00 72.00 OK
r-patched-linux-x86_64 0.1.0 2.60 54.00 56.60 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’ [10s/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-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 Flavor: r-patched-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