Last updated on 2026-06-08 11:50:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.5 | 518.83 | 132.34 | 651.17 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.5 | 403.01 | 83.64 | 486.65 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.5 | 688.00 | 198.37 | 886.37 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 1020.00 | 235.77 | 1255.77 | NOTE | |
| r-devel-windows-x86_64 | 1.0.5 | 512.00 | 230.00 | 742.00 | OK | |
| r-patched-linux-x86_64 | 1.0.5 | 531.94 | 127.32 | 659.26 | OK | |
| r-release-linux-x86_64 | 1.0.5 | 561.97 | 127.45 | 689.42 | OK | |
| r-release-macos-arm64 | 1.0.5 | 115.00 | -59.00 | 56.00 | OK | |
| r-release-macos-x86_64 | 1.0.5 | 343.00 | -29.00 | 314.00 | OK | |
| r-release-windows-x86_64 | 1.0.5 | 531.00 | 232.00 | 763.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.5 | 341.00 | -40.00 | 301.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.5 | 577.00 | 286.00 | 863.00 | OK |
Version: 1.0.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [29s/32s]
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(cppcontainers)
>
> test_check("cppcontainers")
Saving _problems/test-print-490.R
[ FAIL 1 | WARN 8 | SKIP 0 | PASS 4977 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-print.R:490:3'): multimap print boolean boolean ────────────────
Error in `file(file, if (append) "a" else "w")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_output(print(v), "\\[FALSE,FALSE\\] \\[TRUE,TRUE\\]") at test-print.R:490:3
2. └─testthat:::quasi_capture(...)
3. └─testthat (local) .capture(...)
4. └─testthat::capture_output_lines(code, print, width = width)
5. └─testthat:::eval_with_output(code, print = print, width = width)
6. └─withr::with_output_sink(path, withVisible(code))
7. └─withr:::set_output_sink(file = new, append = append, split = split)
8. └─withr:::output_sink(file = file, append = append, split = split)
9. └─base::sink(file = file, append = append, type = "output", split = split)
10. └─base::file(file, if (append) "a" else "w")
[ FAIL 1 | WARN 8 | SKIP 0 | PASS 4977 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.5
Check: PDF version of manual
Result: ERROR
Rd conversion errors:
Converting parsed Rd's to LaTeX ....Warning in file(out, "wt") :
cannot open file '/tmp/RtmpqeBnRl/ltx3cc216644ffcc6/push_back.tex': No space left on device
Error in file(out, "wt") : cannot open the connection
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.5
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘base’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc