Last updated on 2024-11-09 06:50:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 5.98 | 128.19 | 134.17 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 4.46 | 97.81 | 102.27 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 225.50 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 224.35 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 8.00 | 137.00 | 145.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.0 | 6.89 | 119.18 | 126.07 | ERROR | |
r-release-linux-x86_64 | 0.1.0 | 5.75 | 118.85 | 124.60 | ERROR | |
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 | 135.00 | 143.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 | 9.00 | 167.00 | 176.00 | ERROR |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [27s/15s]
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-debian-clang
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [20s/14s]
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-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [44s/35s]
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
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [39s/27s]
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-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [12s]
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-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [26s/15s]
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-patched-linux-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [24s/14s]
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-release-linux-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [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(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-oldrel-windows-x86_64