Last updated on 2026-07-27 01:51:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.4 | 3.84 | 78.69 | 82.53 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.4 | 2.98 | 58.39 | 61.37 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.4 | 123.83 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 62.59 | OK | |||
| r-devel-windows-x86_64 | 0.0.4 | 7.00 | 98.00 | 105.00 | OK | |
| r-patched-linux-x86_64 | 0.0.4 | 3.77 | 67.08 | 70.85 | OK | |
| r-release-linux-x86_64 | 0.0.4 | 3.70 | 66.65 | 70.35 | OK | |
| r-release-macos-arm64 | 0.0.4 | 1.00 | 26.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 0.0.4 | 3.00 | 99.00 | 102.00 | OK | |
| r-release-windows-x86_64 | 0.0.4 | 6.00 | 90.00 | 96.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.4 | 3.00 | 71.00 | 74.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.4 | 7.00 | 118.00 | 125.00 | OK |
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/36s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sims)
>
> test_check("sims")
Saving _problems/test-add-164.R
Saving _problems/test-add-335.R
Saving _problems/test-check-156.R
Saving _problems/test-copy-170.R
Saving _problems/test-simulate-463.R
[ FAIL 5 | WARN 472 | 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 ════════════════════════════════════════════════════════════════
── Failure ('test-add.R:29:3'): sims_add ───────────────────────────────────────
Expected `sims_info(tempdir)` to be identical to `list(...)`.
Differences:
`actual$seed[1:4]`: 110403 624 853008081 -1946219938
`expected$seed[1:4]`: 10403 624 853008081 -1946219938
── Failure ('test-add.R:200:3'): sims_add R ────────────────────────────────────
Expected `sims_info(tempdir)` to be identical to `list(...)`.
Differences:
`actual$seed[1:4]`: 110403 624 853008081 -1946219938
`expected$seed[1:4]`: 10403 624 853008081 -1946219938
── Failure ('test-check.R:21:3'): sims_check ───────────────────────────────────
Expected `sims_check(path = tempdir)` to be identical to `list(...)`.
Differences:
`actual$seed[1:4]`: 110403 624 853008081 -1946219938
`expected$seed[1:4]`: 10403 624 853008081 -1946219938
── Failure ('test-copy.R:35:3'): sims_copy ─────────────────────────────────────
Expected `sims_info(paste0(tempdir, "_copy"))` to be identical to `list(...)`.
Differences:
`actual$seed[1:4]`: 110403 624 853008081 -1946219938
`expected$seed[1:4]`: 10403 624 853008081 -1946219938
── Failure ('test-simulate.R:329:3'): write replicable ─────────────────────────
Expected `sims_info(tempdir)` to be identical to `list(...)`.
Differences:
`actual$seed[1:4]`: 110403 624 853008081 -1946219938
`expected$seed[1:4]`: 10403 624 853008081 -1946219938
[ FAIL 5 | WARN 472 | SKIP 3 | PASS 210 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc