Last updated on 2025-04-22 14:53:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4 | 3.65 | 52.22 | 55.87 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.4 | 2.48 | 40.25 | 42.73 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.4 | 88.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 99.87 | OK | |||
r-devel-windows-x86_64 | 0.0.4 | 7.00 | 84.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 0.0.4 | 3.42 | 50.81 | 54.23 | OK | |
r-release-linux-x86_64 | 0.0.4 | 3.23 | 50.92 | 54.15 | OK | |
r-release-macos-arm64 | 0.0.4 | 69.00 | OK | |||
r-release-macos-x86_64 | 0.0.4 | 74.00 | OK | |||
r-release-windows-x86_64 | 0.0.4 | 6.00 | 83.00 | 89.00 | OK | |
r-oldrel-macos-arm64 | 0.0.4 | 43.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.4 | 83.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.4 | 7.00 | 97.00 | 104.00 | OK |
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sims)
>
> test_check("sims")
[ FAIL 1 | WARN 79 | SKIP 3 | PASS 210 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• only test getwd at console (1): 'test-simulate.R:1187:3'
• only visually test add progress bar at console (1): 'test-add.R:380:3'
• only visually test sims progress bar at console (1): 'test-simulate.R:1180:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-simulate.R:514:3'): write replicable > 1 ───────────────────────
Error in `vapply(after, FUN = as.integer, FUN.VALUE = NA_integer_)`: values must be length 1,
but FUN(X[[6]]) result is length 0
Backtrace:
▆
1. ├─testthat::expect_true(...) at test-simulate.R:514:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─sims::sims_simulate(...)
5. └─sims:::generate_datasets(...)
6. └─future.apply::future_lapply(...)
7. └─future.apply:::future_xapply(...)
8. ├─future::value(fs)
9. └─future:::value.list(fs)
[ FAIL 1 | WARN 79 | SKIP 3 | PASS 210 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc