Last updated on 2025-11-15 11:50:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 3.16 | 35.20 | 38.36 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.98 | 26.38 | 28.36 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 16.00 | 48.23 | 64.23 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 11.00 | 50.43 | 61.43 | ERROR | |
| r-devel-windows-x86_64 | 0.1.1 | 6.00 | 58.00 | 64.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 2.95 | 33.46 | 36.41 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 3.08 | 33.20 | 36.28 | OK | |
| r-release-macos-arm64 | 0.1.1 | 2.00 | 35.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 3.00 | 48.00 | 51.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 5.00 | 58.00 | 63.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 2.00 | 27.00 | 29.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 4.00 | 52.00 | 56.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 6.00 | 66.00 | 72.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(projmgr)
>
> test_check("projmgr")
Saving _problems/test-get-engine-20.R
Saving _problems/test-get-engine-30.R
Saving _problems/test-get-engine-39.R
Saving _problems/test-get-engine-47.R
[ FAIL 4 | WARN 1 | SKIP 3 | PASS 106 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-browse.R:3:1'
• This set of tests should only be run manually (2):
'test-get-interactive.R:3:1', 'test-post-issue-interactive.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get-engine.R:12:1'): Single item results are wrapped as list of lists ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-get-engine.R:22:1'): Empty results are wrapped as empty character ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-get-engine.R:33:1'): Repo metadata is added for non-empty results ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-get-engine.R:41:1'): Repo metadata is not added for non-empty results ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 1 | SKIP 3 | PASS 106 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(projmgr)
>
> test_check("projmgr")
Saving _problems/test-get-engine-20.R
Saving _problems/test-get-engine-30.R
Saving _problems/test-get-engine-39.R
Saving _problems/test-get-engine-47.R
[ FAIL 4 | WARN 1 | SKIP 3 | PASS 106 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-browse.R:3:1'
• This set of tests should only be run manually (2):
'test-get-interactive.R:3:1', 'test-post-issue-interactive.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get-engine.R:12:1'): Single item results are wrapped as list of lists ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-get-engine.R:22:1'): Empty results are wrapped as empty character ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-get-engine.R:33:1'): Repo metadata is added for non-empty results ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-get-engine.R:41:1'): Repo metadata is not added for non-empty results ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 1 | SKIP 3 | PASS 106 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/30s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(projmgr)
>
> test_check("projmgr")
Saving _problems/test-get-engine-20.R
Saving _problems/test-get-engine-30.R
Saving _problems/test-get-engine-39.R
Saving _problems/test-get-engine-47.R
[ FAIL 4 | WARN 1 | SKIP 3 | PASS 106 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-browse.R:3:1'
• This set of tests should only be run manually (2):
'test-get-interactive.R:3:1', 'test-post-issue-interactive.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get-engine.R:12:1'): Single item results are wrapped as list of lists ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-get-engine.R:22:1'): Empty results are wrapped as empty character ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-get-engine.R:33:1'): Repo metadata is added for non-empty results ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-get-engine.R:41:1'): Repo metadata is not added for non-empty results ──
<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(...)
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 4 | WARN 1 | SKIP 3 | PASS 106 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc