Last updated on 2026-06-08 12:50:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 328.08 | 178.91 | 506.99 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 280.22 | 125.16 | 405.38 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 350.00 | 275.44 | 625.44 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 720.00 | 304.40 | 1024.40 | OK | |
| r-devel-windows-x86_64 | 1.1.1 | 332.00 | 210.00 | 542.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 348.26 | 190.45 | 538.71 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 367.10 | 191.83 | 558.93 | OK | |
| r-release-macos-arm64 | 1.1.1 | 68.00 | -3.00 | 65.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 216.00 | 127.00 | 343.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 350.00 | 217.00 | 567.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.1 | 200.00 | 105.00 | 305.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 424.00 | 274.00 | 698.00 | OK |
Version: 1.1.1
Check: top-level files
Result: WARN
Output from running autoreconf:
Error in tempdir() using /tmp/arXXXXXX: Could not create directory /tmp/araLBRQk: No space left on device at /usr/share/autoconf/Autom4te/General.pm line 297.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [52s/60s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(qfratio)
>
> test_check("qfratio")
Saving _problems/test_ratio-364.R
[ FAIL 1 | WARN 20 | SKIP 0 | PASS 6808 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_ratio.R:364:25'): Existence conditions: qfmrm, singular, range identical, A22 = 0, A12 != 0 ──
Error in `file(file, if (append) "a" else "w")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_silent(...) at test_ratio.R:364:25
2. └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. └─testthat (local) .capture(...)
4. └─withr::with_output_sink(...)
5. └─withr:::set_output_sink(file = new, append = append, split = split)
6. └─withr:::output_sink(file = file, append = append, split = split)
7. └─base::sink(file = file, append = append, type = "output", split = split)
8. └─base::file(file, if (append) "a" else "w")
[ FAIL 1 | WARN 20 | SKIP 0 | PASS 6808 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘qfratio.Rmd’ using rmarkdown
Warning in file("", "w+b") :
cannot open file '/tmp/RtmporCrnc/Rf103fda769c40b9': No space left on device
Quitting from qfratio.Rmd:13-19 [unnamed-chunk-1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cannot open the connection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Quitting from qfratio.Rmd:13-19 [unnamed-chunk-1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
file("", "w+b")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'qfratio.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building ‘qfratio.Rmd’
--- re-building ‘qfratio_distr.Rmd’ using rmarkdown
--- finished re-building ‘qfratio_distr.Rmd’
SUMMARY: processing the following file failed:
‘qfratio.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc