Last updated on 2026-06-04 18:50:14 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.11.1 | 7.12 | 117.16 | 124.28 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.11.1 | 5.70 | 78.93 | 84.63 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.11.1 | 14.00 | 199.82 | 213.82 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.11.1 | 12.00 | 193.79 | 205.79 | OK | |
| r-devel-windows-x86_64 | 1.11.1 | 11.00 | 113.00 | 124.00 | ERROR | |
| r-patched-linux-x86_64 | 1.11.1 | 8.68 | 110.71 | 119.39 | OK | |
| r-release-linux-x86_64 | 1.11.1 | 6.40 | 111.27 | 117.67 | OK | |
| r-release-macos-arm64 | 1.11.1 | 2.00 | 28.00 | 30.00 | ERROR | |
| r-release-macos-x86_64 | 1.11.1 | 5.00 | 168.00 | 173.00 | OK | |
| r-release-windows-x86_64 | 1.11.1 | 11.00 | 108.00 | 119.00 | OK | |
| r-oldrel-macos-arm64 | 1.11.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.11.1 | 5.00 | 104.00 | 109.00 | OK | |
| r-oldrel-windows-x86_64 | 1.11.1 | 15.00 | 133.00 | 148.00 | OK |
Version: 1.11.1
Check: tests
Result: ERROR
Running 'testthat.R' [19s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (require(testthat)) {
+ library(pillar)
+ test_check("pillar")
+ } else {
+ message("testthat not available.")
+ }
Loading required package: testthat
Starting 2 test processes.
> test-type_sum.R:
Error:
! testthat subprocess exited in file 'test-type_sum.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("pillar")
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-devel-windows-x86_64
Version: 1.11.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘debugme.Rmd’ using rmarkdown
--- finished re-building ‘debugme.Rmd’
--- re-building ‘digits.Rmd’ using rmarkdown
--- finished re-building ‘digits.Rmd’
--- re-building ‘extending.Rmd’ using rmarkdown
--- finished re-building ‘extending.Rmd’
--- re-building ‘numbers.Rmd’ using rmarkdown
Error: processing vignette 'numbers.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘numbers.Rmd’
--- re-building ‘printing.Rmd’ using rmarkdown
Error: processing vignette 'printing.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘printing.Rmd’
SUMMARY: processing the following files failed:
‘numbers.Rmd’ ‘printing.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-arm64