Last updated on 2025-11-14 00:50:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 7.87 | 194.60 | 202.47 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 5.18 | 133.44 | 138.62 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 20.00 | 296.98 | 316.98 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 43.00 | 309.22 | 352.22 | ERROR | |
| r-devel-windows-x86_64 | 1.0.1 | 10.00 | 195.00 | 205.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 9.07 | 188.19 | 197.26 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 9.83 | 187.58 | 197.41 | OK | |
| r-release-macos-arm64 | 1.0.1 | 6.00 | 125.00 | 131.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 8.00 | 221.00 | 229.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 11.00 | 191.00 | 202.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 5.00 | 109.00 | 114.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 6.00 | 182.00 | 188.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 14.00 | 250.00 | 264.00 | OK |
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’ [72s/176s]
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