Last updated on 2026-05-20 13:51:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.10.0 | 9.07 | 234.61 | 243.68 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.10.0 | 6.53 | 160.86 | 167.39 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.10.0 | 16.00 | 387.19 | 403.19 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.10.0 | 15.00 | 408.66 | 423.66 | NOTE | |
| r-devel-windows-x86_64 | 0.10.0 | 11.00 | 195.00 | 206.00 | NOTE | |
| r-patched-linux-x86_64 | 0.10.0 | 9.60 | 228.49 | 238.09 | NOTE | |
| r-release-linux-x86_64 | 0.10.0 | 8.95 | 232.24 | 241.19 | NOTE | |
| r-release-macos-arm64 | 0.10.0 | 2.00 | 49.00 | 51.00 | NOTE | |
| r-release-macos-x86_64 | 0.10.0 | 6.00 | 198.00 | 204.00 | NOTE | |
| r-release-windows-x86_64 | 0.10.0 | 12.00 | 198.00 | 210.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.10.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.10.0 | 5.00 | 161.00 | 166.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.10.0 | 18.00 | 209.00 | 227.00 | ERROR |
Version: 0.10.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘basis.R’
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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.10.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [15s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(cmstatr)
>
> test_check("cmstatr")
Starting 2 test processes.
> test-equiv.R:
Error:
! testthat subprocess exited in file 'test-equiv.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("cmstatr")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
Execution halted
Flavor: r-oldrel-windows-x86_64