Last updated on 2026-06-07 02:50:40 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.1 | 76.81 | 241.86 | 318.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.1 | 71.80 | 133.51 | 205.31 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.1 | 121.00 | 361.13 | 482.13 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.1 | 182.00 | 375.79 | 557.79 | OK | |
| r-devel-windows-x86_64 | 0.9.1 | 98.00 | 236.00 | 334.00 | OK | |
| r-patched-linux-x86_64 | 0.9.1 | 84.21 | 220.76 | 304.97 | OK | |
| r-release-linux-x86_64 | 0.9.1 | 87.81 | 223.67 | 311.48 | OK | |
| r-release-macos-arm64 | 0.9.1 | 18.00 | 45.00 | 63.00 | OK | |
| r-release-macos-x86_64 | 0.9.1 | 50.00 | 189.00 | 239.00 | OK | |
| r-release-windows-x86_64 | 0.9.1 | 98.00 | 234.00 | 332.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.1 | 15.00 | 46.00 | 61.00 | OK | |
| r-oldrel-macos-x86_64 | 0.9.1 | 50.00 | 164.00 | 214.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.1 | 117.00 | 317.00 | 434.00 | OK |
Version: 0.9.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(valr)
>
> test_check("valr")
Starting 2 test processes.
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
Calls: test_check ... within.list -> eval -> eval -> make_environ -> cat -> file
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
cannot open file '/tmp/Rtmpmrpvy9/callr-uev-24dc6918b9541b': No space left on device
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc