Last updated on 2025-11-23 05:50:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.0 | 1.79 | 59.94 | 61.73 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 1.44 | 47.43 | 48.87 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.0 | 19.00 | 79.87 | 98.87 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 110.54 | ERROR | |||
| r-devel-windows-x86_64 | 0.6.0 | 6.00 | 110.00 | 116.00 | OK | |
| r-patched-linux-x86_64 | 0.6.0 | 1.80 | 55.22 | 57.02 | ERROR | |
| r-release-linux-x86_64 | 0.6.0 | 1.77 | 55.37 | 57.14 | ERROR | |
| r-release-macos-arm64 | 0.6.0 | OK | ||||
| r-release-macos-x86_64 | 0.6.0 | 2.00 | 85.00 | 87.00 | OK | |
| r-release-windows-x86_64 | 0.6.0 | 4.00 | 122.00 | 126.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.6.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.6.0 | 2.00 | 64.00 | 66.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.6.0 | 5.00 | 116.00 | 121.00 | ERROR |
Version: 0.6.0
Check: Rd cross-references
Result: NOTE
Unknown package ‘earlywarnings’ in Rd xrefs
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spaero)
>
> test_check("spaero")
Saving _problems/test-simulator-8.R
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-simulator.R:60:3', 'test-simulator.R:82:3',
'test-simulator.R:157:3', 'test-simulator.R:190:3', 'test-stats.R:118:3',
'test-stats.R:237:3'
• {earlywarnings} is not installed (1): 'test-stats.R:303:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-simulator.R:6:3'): Argument checking works ─────────────────────
<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-simulator.R:6:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spaero)
>
> test_check("spaero")
Saving _problems/test-simulator-8.R
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-simulator.R:60:3', 'test-simulator.R:82:3',
'test-simulator.R:157:3', 'test-simulator.R:190:3', 'test-stats.R:118:3',
'test-stats.R:237:3'
• {earlywarnings} is not installed (1): 'test-stats.R:303:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-simulator.R:6:3'): Argument checking works ─────────────────────
<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-simulator.R:6:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/80s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spaero)
>
> test_check("spaero")
Saving _problems/test-simulator-8.R
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-simulator.R:60:3', 'test-simulator.R:82:3',
'test-simulator.R:157:3', 'test-simulator.R:190:3', 'test-stats.R:118:3',
'test-stats.R:237:3'
• {earlywarnings} is not installed (1): 'test-stats.R:303:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-simulator.R:6:3'): Argument checking works ─────────────────────
<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-simulator.R:6:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/33s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spaero)
>
> test_check("spaero")
Saving _problems/test-simulator-8.R
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-simulator.R:60:3', 'test-simulator.R:82:3',
'test-simulator.R:157:3', 'test-simulator.R:190:3', 'test-stats.R:118:3',
'test-stats.R:237:3'
• {earlywarnings} is not installed (1): 'test-stats.R:303:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-simulator.R:6:3'): Argument checking works ─────────────────────
<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-simulator.R:6:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spaero)
>
> test_check("spaero")
Saving _problems/test-simulator-8.R
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-simulator.R:60:3', 'test-simulator.R:82:3',
'test-simulator.R:157:3', 'test-simulator.R:190:3', 'test-stats.R:118:3',
'test-stats.R:237:3'
• {earlywarnings} is not installed (1): 'test-stats.R:303:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-simulator.R:6:3'): Argument checking works ─────────────────────
<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-simulator.R:6:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.6.0
Check: tests
Result: ERROR
Running 'testthat.R' [14s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(spaero)
>
> test_check("spaero")
Saving _problems/test-simulator-8.R
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-simulator.R:60:3', 'test-simulator.R:82:3',
'test-simulator.R:157:3', 'test-simulator.R:190:3', 'test-stats.R:118:3',
'test-stats.R:237:3', 'test-stats.R:304:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-simulator.R:6:3'): Argument checking works ─────────────────────
<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-simulator.R:6:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.6.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.6.0
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(spaero)
>
> test_check("spaero")
Saving _problems/test-simulator-8.R
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-simulator.R:60:3', 'test-simulator.R:82:3',
'test-simulator.R:157:3', 'test-simulator.R:190:3', 'test-stats.R:118:3',
'test-stats.R:237:3', 'test-stats.R:304:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-simulator.R:6:3'): Argument checking works ─────────────────────
<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-simulator.R:6:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 4 | SKIP 7 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64