Last updated on 2025-12-04 09:50:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 9.15 | 199.48 | 208.63 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 6.10 | 134.81 | 140.91 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 45.00 | 307.18 | 352.18 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 20.00 | 304.68 | 324.68 | ERROR | |
| r-devel-windows-x86_64 | 1.0.1 | 10.00 | 201.00 | 211.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.1 | 8.32 | 188.56 | 196.88 | ERROR | |
| r-release-linux-x86_64 | 1.0.1 | 8.36 | 192.39 | 200.75 | ERROR | |
| r-release-macos-arm64 | 1.0.1 | OK | ||||
| r-release-macos-x86_64 | 1.0.1 | 8.00 | 221.00 | 229.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 10.00 | 198.00 | 208.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 6.00 | 182.00 | 188.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 13.00 | 254.00 | 267.00 | ERROR |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [44s/50s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(regmedint)
>
> test_check("regmedint")
Saving _problems/test-05_calc_myreg-133.R
Saving _problems/test-05_calc_myreg-174.R
Saving _problems/test-05_calc_myreg-215.R
Saving _problems/test-05_calc_myreg-256.R
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-01_regmedint_class_ui.R:402:9',
'test-01_regmedint_class_ui.R:421:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-05_calc_myreg.R:112:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_linear when mreg linear / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:112:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:153:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_logistic when mreg linear / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:153:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:194:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_linear when mreg logistic / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:194:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:235:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_logistic when mreg logistic / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:235:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(regmedint)
>
> test_check("regmedint")
Saving _problems/test-05_calc_myreg-133.R
Saving _problems/test-05_calc_myreg-174.R
Saving _problems/test-05_calc_myreg-215.R
Saving _problems/test-05_calc_myreg-256.R
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-01_regmedint_class_ui.R:402:9',
'test-01_regmedint_class_ui.R:421:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-05_calc_myreg.R:112:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_linear when mreg linear / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:112:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:153:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_logistic when mreg linear / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:153:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:194:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_linear when mreg logistic / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:194:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:235:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_logistic when mreg logistic / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:235:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘Deriv’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [77s/233s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(regmedint)
>
> test_check("regmedint")
Saving _problems/test-05_calc_myreg-133.R
Saving _problems/test-05_calc_myreg-174.R
Saving _problems/test-05_calc_myreg-215.R
Saving _problems/test-05_calc_myreg-256.R
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-01_regmedint_class_ui.R:402:9',
'test-01_regmedint_class_ui.R:421:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-05_calc_myreg.R:112:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_linear when mreg linear / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:112:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:153:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_logistic when mreg linear / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:153:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:194:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_linear when mreg logistic / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:194:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:235:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_logistic when mreg logistic / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:235:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [64s/75s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(regmedint)
>
> test_check("regmedint")
Saving _problems/test-05_calc_myreg-133.R
Saving _problems/test-05_calc_myreg-174.R
Saving _problems/test-05_calc_myreg-215.R
Saving _problems/test-05_calc_myreg-256.R
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-01_regmedint_class_ui.R:402:9',
'test-01_regmedint_class_ui.R:421:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-05_calc_myreg.R:112:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_linear when mreg linear / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:112:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:153:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_logistic when mreg linear / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:153:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:194:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_linear when mreg logistic / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:194:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:235:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_logistic when mreg logistic / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:235:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [39s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(regmedint)
>
> test_check("regmedint")
Saving _problems/test-05_calc_myreg-133.R
Saving _problems/test-05_calc_myreg-174.R
Saving _problems/test-05_calc_myreg-215.R
Saving _problems/test-05_calc_myreg-256.R
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-01_regmedint_class_ui.R:402:9',
'test-01_regmedint_class_ui.R:421:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-05_calc_myreg.R:112:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_linear when mreg linear / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:112:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:153:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_logistic when mreg linear / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:153:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:194:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_linear when mreg logistic / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:194:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:235:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_logistic when mreg logistic / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:235:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [41s/50s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(regmedint)
>
> test_check("regmedint")
Saving _problems/test-05_calc_myreg-133.R
Saving _problems/test-05_calc_myreg-174.R
Saving _problems/test-05_calc_myreg-215.R
Saving _problems/test-05_calc_myreg-256.R
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-01_regmedint_class_ui.R:402:9',
'test-01_regmedint_class_ui.R:421:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-05_calc_myreg.R:112:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_linear when mreg linear / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:112:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:153:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_logistic when mreg linear / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:153:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:194:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_linear when mreg logistic / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:194:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:235:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_logistic when mreg logistic / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:235:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [42s/50s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(regmedint)
>
> test_check("regmedint")
Saving _problems/test-05_calc_myreg-133.R
Saving _problems/test-05_calc_myreg-174.R
Saving _problems/test-05_calc_myreg-215.R
Saving _problems/test-05_calc_myreg-256.R
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-01_regmedint_class_ui.R:402:9',
'test-01_regmedint_class_ui.R:421:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-05_calc_myreg.R:112:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_linear when mreg linear / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:112:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:153:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_logistic when mreg linear / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:153:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:194:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_linear when mreg logistic / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:194:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:235:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_logistic when mreg logistic / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:235:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [38s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(regmedint)
>
> test_check("regmedint")
Saving _problems/test-05_calc_myreg-133.R
Saving _problems/test-05_calc_myreg-174.R
Saving _problems/test-05_calc_myreg-215.R
Saving _problems/test-05_calc_myreg-256.R
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-01_regmedint_class_ui.R:402:9',
'test-01_regmedint_class_ui.R:421:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-05_calc_myreg.R:112:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_linear when mreg linear / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:112:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:153:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_logistic when mreg linear / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:153:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:194:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_linear when mreg logistic / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:194:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:235:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_logistic when mreg logistic / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:235:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [53s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(regmedint)
>
> test_check("regmedint")
Saving _problems/test-05_calc_myreg-133.R
Saving _problems/test-05_calc_myreg-174.R
Saving _problems/test-05_calc_myreg-215.R
Saving _problems/test-05_calc_myreg-256.R
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test-01_regmedint_class_ui.R:402:9',
'test-01_regmedint_class_ui.R:421:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-05_calc_myreg.R:112:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_linear when mreg linear / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:112:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:153:9'): calc_myreg / calls calc_myreg_mreg_linear_yreg_logistic when mreg linear / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:153:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:194:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_linear when mreg logistic / yreg linear ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:194:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-05_calc_myreg.R:235:9'): calc_myreg / calls calc_myreg_mreg_logistic_yreg_logistic when mreg logistic / yreg logistic ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct.
ℹ Please use `with_mocked_bindings()` instead.
Backtrace:
▆
1. └─testthat::with_mock(...) at test-05_calc_myreg.R:235:9
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 4128 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.