CRAN Package Check Results for Package golem

Last updated on 2025-01-15 12:48:29 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.1 5.97 135.27 141.24 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.1 4.38 71.23 75.61 OK
r-devel-linux-x86_64-fedora-clang 0.5.1 171.85 OK
r-devel-linux-x86_64-fedora-gcc 0.5.1 174.98 OK
r-devel-windows-x86_64 0.5.1 9.00 121.00 130.00 OK
r-patched-linux-x86_64 0.5.1 7.15 93.69 100.84 OK
r-release-linux-x86_64 0.5.1 5.08 94.34 99.42 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 8.00 116.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 10.00 125.00 135.00 OK

Check Details

Version: 0.5.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [67s/57s] 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_renv.R:2:3', 'test-add_dockerfiles.R:13: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 ════════════════════════════════════════════════════════════════ ── 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