Last updated on 2025-05-10 16:52:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.1 | 5.31 | 98.27 | 103.58 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.1 | 4.22 | 71.34 | 75.56 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.1 | 173.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.1 | 181.05 | OK | |||
r-devel-windows-x86_64 | 0.5.1 | 9.00 | 110.00 | 119.00 | OK | |
r-patched-linux-x86_64 | 0.5.1 | 7.75 | 92.79 | 100.54 | ERROR | |
r-release-linux-x86_64 | 0.5.1 | 6.28 | 95.05 | 101.33 | OK | |
r-release-macos-arm64 | 0.5.1 | 61.00 | ERROR | |||
r-release-macos-x86_64 | 0.5.1 | 94.00 | ERROR | |||
r-release-windows-x86_64 | 0.5.1 | 9.00 | 109.00 | 118.00 | OK | |
r-oldrel-macos-arm64 | 0.5.1 | 74.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.1 | 118.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.1 | 11.00 | 129.00 | 140.00 | OK |
Version: 0.5.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [26s/22s]
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(golem)
>
> test_check("golem")
Starting 2 test processes
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 280 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-add_dockerfiles.R:13:3',
'test-add_dockerfiles_renv.R:2:3', 'test-after_creation_msg.R:2:3',
'test-browser_button.R:2:3', 'test-cats.R:2:3', 'test-config.R:100:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-file_endings.R:7:5'): All files have a proper EOF ──────────────
<rlib_error_3_0/rlib_error/error/condition>
Error in `"rs_init(self, private, super, options, wait, wait_timeout)"`: ! Could not start R session, timed out
Backtrace:
▆
1. └─golem:::perform_inside_a_new_golem(...) at test-file_endings.R:7:5
2. └─callr::r_session$new() at tests/testthat/setup.R:45:3
3. └─callr (local) initialize(...)
4. └─callr:::rs_init(self, private, super, options, wait, wait_timeout)
5. └─throw(new_error("Could not start R session, timed out"))
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 280 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.5.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [0s/0s]
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)
Error in library(testthat) : there is no package called 'testthat'
Execution halted
Flavors: r-release-macos-arm64, r-release-macos-x86_64