Last updated on 2026-06-07 18:51:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 33.00 | 181.21 | 214.21 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 21.52 | 105.65 | 127.17 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 64.00 | 276.59 | 340.59 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 62.00 | 282.87 | 344.87 | OK | |
| r-devel-windows-x86_64 | 0.4.0 | 36.00 | 201.00 | 237.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 37.37 | 172.23 | 209.60 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 32.56 | 171.20 | 203.76 | OK | |
| r-release-macos-arm64 | 0.4.0 | 8.00 | 45.00 | 53.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 24.00 | 181.00 | 205.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 35.00 | 198.00 | 233.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.0 | 23.00 | 241.00 | 264.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 49.00 | 236.00 | 285.00 | OK |
Version: 0.4.0
Check: examples
Result: ERROR
Running massageExamples to create ‘sevenbridges2-Ex.R’ failed
Error in file(out, "wt") : cannot open the connection
Calls: <Anonymous> -> Rd2ex -> file
In addition: Warning message:
In file(out, "wt") :
cannot open file '/tmp/RtmpOT9RUi/fileed4cf55705ae7/Files.R': No space left on device
Execution halted
NONE
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/7s]
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(sevenbridges2)
> library(httr)
> library(checkmate)
>
> test_check("sevenbridges2")
Starting 2 test processes.
Error in file(file, mode) : cannot open the connection
Calls: test_check ... FUN -> <Anonymous> -> rs_call -> save_function_to_temp
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc