CRAN Package Check Results for Package iperform

Last updated on 2025-06-27 01:49:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.3 3.89 41.28 45.17 OK
r-devel-linux-x86_64-debian-gcc 0.0.3 2.42 31.70 34.12 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.3 69.34 OK
r-devel-linux-x86_64-fedora-gcc 0.0.3 79.78 OK
r-devel-windows-x86_64 0.0.3 5.00 61.00 66.00 ERROR
r-patched-linux-x86_64 OK
r-release-linux-x86_64 0.0.3 3.55 37.74 41.29 OK
r-release-macos-arm64 0.0.3 40.00 OK
r-release-macos-x86_64 0.0.3 76.00 OK
r-release-windows-x86_64 0.0.3 5.00 61.00 66.00 OK
r-oldrel-macos-arm64 0.0.3 32.00 OK
r-oldrel-macos-x86_64 0.0.3 44.00 OK
r-oldrel-windows-x86_64 0.0.3 6.00 70.00 76.00 OK

Check Details

Version: 0.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] 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(iperform) > > test_check("iperform") [ FAIL 5 | WARN 0 | SKIP 0 | PASS 45 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-dday.R:7:3'): dday works ───────────────────────────────────── dday(df, "2023-08-03", x = "x") (`actual`) not identical to 8 (`expected`). `actual`: 0.0 `expected`: 8.0 ── Failure ('test-dday.R:8:3'): dday works ───────────────────────────────────── dday(df, "2023-08-05", d = -1, x = "x") (`actual`) not identical to 12 (`expected`). `actual`: 0.0 `expected`: 12.0 ── Failure ('test-dday.R:9:3'): dday works ───────────────────────────────────── dday(df, "2023-08-05", d = 0, x = "x") (`actual`) not identical to 6 (`expected`). `actual`: 0.0 `expected`: 6.0 ── Failure ('test-dday.R:10:3'): dday works ──────────────────────────────────── dday(df, "2023-08-01", d = 1, x = "x") (`actual`) not identical to 13 (`expected`). `actual`: 0.0 `expected`: 13.0 ── Failure ('test-ytd.R:12:3'): ytd works ────────────────────────────────────── ytd(df, "2023-08-01", x = "x") (`actual`) not equal to dday(df, "2023-08-01", x = "x") (`expected`). `actual`: 10.0 `expected`: 0.0 [ FAIL 5 | WARN 0 | SKIP 0 | PASS 45 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.3
Check: tests
Result: ERROR Running 'testthat.R' [2s] 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(iperform) > > test_check("iperform") [ FAIL 5 | WARN 0 | SKIP 0 | PASS 45 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-dday.R:7:3'): dday works ───────────────────────────────────── dday(df, "2023-08-03", x = "x") (`actual`) not identical to 8 (`expected`). `actual`: 0.0 `expected`: 8.0 ── Failure ('test-dday.R:8:3'): dday works ───────────────────────────────────── dday(df, "2023-08-05", d = -1, x = "x") (`actual`) not identical to 12 (`expected`). `actual`: 0.0 `expected`: 12.0 ── Failure ('test-dday.R:9:3'): dday works ───────────────────────────────────── dday(df, "2023-08-05", d = 0, x = "x") (`actual`) not identical to 6 (`expected`). `actual`: 0.0 `expected`: 6.0 ── Failure ('test-dday.R:10:3'): dday works ──────────────────────────────────── dday(df, "2023-08-01", d = 1, x = "x") (`actual`) not identical to 13 (`expected`). `actual`: 0.0 `expected`: 13.0 ── Failure ('test-ytd.R:12:3'): ytd works ────────────────────────────────────── ytd(df, "2023-08-01", x = "x") (`actual`) not equal to dday(df, "2023-08-01", x = "x") (`expected`). `actual`: 10.0 `expected`: 0.0 [ FAIL 5 | WARN 0 | SKIP 0 | PASS 45 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64