Last updated on 2026-04-27 13:51:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.10 | 13.25 | 204.86 | 218.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.10 | 10.89 | 139.78 | 150.67 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.8.10 | 23.00 | 307.90 | 330.90 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.10 | 21.00 | 306.09 | 327.09 | OK | |
| r-devel-windows-x86_64 | 0.8.10 | 20.00 | 189.00 | 209.00 | ERROR | |
| r-patched-linux-x86_64 | 0.8.10 | 11.45 | 188.79 | 200.24 | OK | |
| r-release-linux-x86_64 | 0.8.10 | 10.92 | 187.40 | 198.32 | OK | |
| r-release-macos-arm64 | 0.8.10 | 3.00 | 47.00 | 50.00 | OK | |
| r-release-macos-x86_64 | 0.8.10 | 10.00 | 300.00 | 310.00 | OK | |
| r-release-windows-x86_64 | 0.8.10 | 15.00 | 182.00 | 197.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.10 | OK | ||||
| r-oldrel-macos-x86_64 | 0.8.10 | 10.00 | 304.00 | 314.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.10 | 20.00 | 231.00 | 251.00 | OK |
Version: 0.8.10
Check: tests
Result: ERROR
Running 'test-all.R' [26s]
Running the tests in 'tests/test-all.R' failed.
Complete output:
> library(testthat)
>
> #options(Ncpus = parallelly::availableCores(omit = 1))
> #options(Ncpus = 1)
> options(lifecycle_verbosity = "warning")
> test_check("breathtestcore")
Loading required package: breathtestcore
Starting 2 test processes.
Saving _problems/test_coef_by_group-46.R
Saving _problems/test_coef_by_group-47.R
Saving _problems/test_coef_by_group-48.R
Saving _problems/test_coef_by_group-49.R
Saving _problems/test_coef_by_group-51.R
[ FAIL 5 | WARN 0 | SKIP 4 | PASS 358 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test_coef_diff_by_group.R:54:3', 'test_coef_by_group.R:55:3',
'test_plot_breathtestfit.R:49:3', 'test_read_iris_csv.R:49:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_coef_by_group.R:46:3'): nlme_fit can be used to compute coefficients for multiple records in one group ──
Expected `cf` to be an S3 object.
Actual OO type: none.
── Failure ('test_coef_by_group.R:47:3'): nlme_fit can be used to compute coefficients for multiple records in one group ──
Expected `ncol(cf)` to be identical to 7L.
Differences:
`actual` is NULL
`expected` is an integer vector (7)
── Failure ('test_coef_by_group.R:48:3'): nlme_fit can be used to compute coefficients for multiple records in one group ──
Expected `unique(cf$group)` to equal "A".
Differences:
`actual` is NULL
`expected` is a character vector ('A')
── Failure ('test_coef_by_group.R:49:3'): nlme_fit can be used to compute coefficients for multiple records in one group ──
Expected `unique(cf$diff_group)` to equal "a".
Differences:
`actual` is NULL
`expected` is a character vector ('a')
── Failure ('test_coef_by_group.R:50:3'): nlme_fit can be used to compute coefficients for multiple records in one group ──
Expected `names(cf)` to equal `c(...)`.
Differences:
`actual` is NULL
`expected` is a character vector ('parameter', 'method', 'group', 'estimate', 'conf.low', ...)
[ FAIL 5 | WARN 0 | SKIP 4 | PASS 358 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64