Last updated on 2024-11-22 09:49:11 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.1 | 6.57 | 130.82 | 137.39 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.5.1 | 3.93 | 71.88 | 75.81 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.1 | 176.48 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.1 | 182.01 | OK | |||
r-devel-windows-x86_64 | 0.5.1 | 8.00 | 113.00 | 121.00 | OK | |
r-patched-linux-x86_64 | 0.5.1 | 6.85 | 94.63 | 101.48 | OK | |
r-release-linux-x86_64 | 0.5.1 | 4.90 | 93.68 | 98.58 | OK | |
r-release-macos-arm64 | 0.5.1 | 74.00 | OK | |||
r-release-macos-x86_64 | 0.5.1 | 118.00 | OK | |||
r-release-windows-x86_64 | 0.5.1 | 9.00 | 115.00 | 124.00 | OK | |
r-oldrel-macos-arm64 | 0.5.1 | 66.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.1 | 117.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.1 | 9.00 | 129.00 | 138.00 | OK |
Version: 0.5.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [65s/47s]
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 2 | SKIP 6 | PASS 287 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-add_dockerfiles.R:13:3',
'test-add_dockerfiles_renv.R:2:3', 'test-browser_button.R:2:3',
'test-after_creation_msg.R:2:3', 'test-cats.R:2:3', 'test-config.R:100:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-install_dev_deps.R:30:7'): install_dev_deps works ────────────
rlang::is_installed(pak) is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
▆
1. ├─withr::with_temp_libpaths(...) at test-install_dev_deps.R:2:3
2. │ └─base::force(code)
3. └─testthat::expect_true(rlang::is_installed(pak)) at test-install_dev_deps.R:30:7
[ FAIL 1 | WARN 2 | SKIP 6 | PASS 287 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang