CRAN Package Check Results for Package sdtm.oak

Last updated on 2024-11-05 03:49:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 5.55 127.93 133.48 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 4.20 90.48 94.68 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 223.23 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 206.68 OK
r-devel-windows-x86_64 0.1.0 9.00 138.00 147.00 OK
r-patched-linux-x86_64 0.1.0 6.86 119.51 126.37 OK
r-release-linux-x86_64 0.1.0 3.94 119.06 123.00 OK
r-release-macos-arm64 0.1.0 69.00 OK
r-release-macos-x86_64 0.1.0 130.00 OK
r-release-windows-x86_64 0.1.0 8.00 145.00 153.00 OK
r-oldrel-macos-arm64 0.1.0 81.00 OK
r-oldrel-macos-x86_64 0.1.0 152.00 OK
r-oldrel-windows-x86_64 0.1.0 10.00 163.00 173.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [43s/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(sdtm.oak) > > test_check("sdtm.oak") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 5 | PASS 340 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-derive_blfl.R:39:3', 'test-derive_blfl.R:47:3', 'test-derive_blfl.R:87:3', 'test-derive_blfl.R:96:3', 'test-derive_blfl.R:123:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-derive_study_day.R:62:3'): `calculate_study_day()` works as expected for valid input ── Error in `waldo::compare(x, y, ..., x_arg = x_arg, y_arg = y_arg)`: `tolerance` must be a number or `NULL`, not the string "1.5e-08". Backtrace: ▆ 1. └─testthat::expect_equal(res$AESTDY, expected, tolerance = "1.5e-08") at test-derive_study_day.R:62:3 2. └─testthat:::expect_waldo_equal("equal", act, exp, info, ..., tolerance = tolerance) 3. └─testthat:::waldo_compare(...) 4. └─waldo::compare(tolerance = NULL) 5. └─waldo:::check_number_decimal(tolerance, allow_null = TRUE, min = 0) 6. └─waldo:::.stop_not_number(...) 7. └─waldo:::stop_input_type(...) 8. └─rlang::abort(message, ..., call = call, arg = arg) [ FAIL 1 | WARN 0 | SKIP 5 | PASS 340 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang