CRAN Package Check Results for Package csquares

Last updated on 2024-07-12 02:51:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.5 2.97 95.03 98.00 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.5 3.03 67.20 70.23 OK
r-devel-linux-x86_64-fedora-clang 0.0.5 133.78 OK
r-devel-linux-x86_64-fedora-gcc 0.0.5 126.32 OK
r-devel-windows-x86_64 0.0.5 6.00 85.00 91.00 OK
r-patched-linux-x86_64 0.0.5 4.39 91.29 95.68 OK
r-release-linux-x86_64 0.0.5 2.70 88.84 91.54 OK
r-release-macos-arm64 0.0.5 53.00 OK
r-release-macos-x86_64 0.0.5 114.00 OK
r-release-windows-x86_64 0.0.5 6.00 82.00 88.00 OK
r-oldrel-macos-arm64 0.0.5 56.00 OK
r-oldrel-macos-x86_64 0.0.5 87.00 OK
r-oldrel-windows-x86_64 0.0.5 6.00 100.00 106.00 OK

Check Details

Version: 0.0.5
Check: tests
Result: ERROR Running ‘testthat.R’ [25s/28s] 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(csquares) > > test_check("csquares") [ FAIL 1 | WARN 0 | SKIP 5 | PASS 14 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-dev.R:3:3', 'test-specs.R:34:7', 'test-specs.R:42:7', 'test-specs.R:50:7', 'test-specs.R:58:7' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-summarise.R:29:3'): Source and summarised data have the same sum ── sum(g$random, na.rm = TRUE) (`actual`) not equal to sum(g_sum$random_sum, na.rm = TRUE) (`expected`). actual != expected but don't know how to show the difference [ FAIL 1 | WARN 0 | SKIP 5 | PASS 14 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang