Last updated on 2026-02-11 10:36:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.1 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 0.5.1 | 3.86 | 73.28 | 77.14 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.1 | 11.00 | 166.60 | 177.60 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.1 | 10.00 | 161.26 | 171.26 | OK | |
| r-devel-macos-arm64 | 0.5.1 | 1.00 | 34.00 | 35.00 | ERROR | |
| r-devel-windows-x86_64 | 0.5.1 | 9.00 | 112.00 | 121.00 | OK | |
| r-patched-linux-x86_64 | 0.5.1 | 6.03 | 94.92 | 100.95 | OK | |
| r-release-linux-x86_64 | 0.5.1 | 5.45 | 93.73 | 99.18 | OK | |
| r-release-macos-arm64 | 0.5.1 | ERROR | ||||
| r-release-macos-x86_64 | 0.5.1 | 4.00 | 90.00 | 94.00 | ERROR | |
| r-release-windows-x86_64 | 0.5.1 | 10.00 | 105.00 | 115.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.5.1 | 4.00 | 114.00 | 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’ [9s/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/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.
> test-create_golem.R: We noticed that some dev dependencies are not installed.
> test-create_golem.R: You can install them with `golem::install_dev_deps()`.
Saving _problems/test-install_dev_deps-6.R
Saving _problems/test-run_dev-21.R
[ FAIL 2 | WARN 0 | SKIP 6 | PASS 272 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-add_dockerfiles_renv.R:2:3',
'test-add_dockerfiles.R:13:3', 'test-after_creation_msg.R:1:1',
'test-browser_button.R:1:1', 'test-cats.R:1:1', 'test-config.R:97:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-install_dev_deps.R:3:5'): install_dev_deps works ───────────────
Error in `f(pak, ...)`: unused argument (repos = "https://cran.rstudio.com")
Backtrace:
▆
1. ├─withr::with_temp_libpaths(...) at test-install_dev_deps.R:2:3
2. │ └─base::force(code)
3. └─golem::install_dev_deps(force_install = TRUE, repos = "https://cran.rstudio.com") at test-install_dev_deps.R:3:5
── Error ('test-run_dev.R:14:3'): run_dev works ────────────────────────────────
<callr_status_error/callr_error/rlib_error_3_0/rlib_error/error/condition>
Error: ! error in pak subprocess
Caused by error in `get_user_cache_dir()`:
! R_USER_CACHE_DIR env var not set during package check, see https://github.com/r-lib/pkgcache#README
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-run_dev.R:14:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─golem::run_dev(...)
5. └─golem::install_dev_deps("attachment", force_install = install_required_packages)
6. └─pak (local) f(pak, ...)
7. └─pak:::remote(...)
8. └─err$throw(res$error)
[ FAIL 2 | WARN 0 | SKIP 6 | PASS 272 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-macos-arm64
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