CRAN Package Check Results for Package golem

Last updated on 2024-09-13 08:49:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.1 6.56 97.94 104.50 OK
r-devel-linux-x86_64-debian-gcc 0.5.1 4.23 71.34 75.57 OK
r-devel-linux-x86_64-fedora-clang 0.5.1 170.82 OK
r-devel-linux-x86_64-fedora-gcc 0.5.1 175.30 OK
r-devel-windows-x86_64 0.5.1 9.00 112.00 121.00 OK
r-patched-linux-x86_64 0.5.1 5.82 92.09 97.91 OK
r-release-linux-x86_64 0.5.1 6.28 93.71 99.99 ERROR
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 111.00 120.00 OK
r-oldrel-macos-arm64 0.5.1 69.00 ERROR
r-oldrel-macos-x86_64 0.5.1 117.00 ERROR
r-oldrel-windows-x86_64 0.5.1 10.00 125.00 135.00 OK

Check Details

Version: 0.5.1
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'devtools', 'pkgdown' Flavor: r-release-linux-x86_64

Version: 0.5.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [31s/17s] 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 274 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-add_dockerfiles_renv.R:2:3', 'test-add_dockerfiles.R:13: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 ════════════════════════════════════════════════════════════════ ── 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 [ FAIL 1 | WARN 0 | SKIP 6 | PASS 274 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.5.1
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘a_start.Rmd’ ... > knitr::opts_chunk$set(collapse = TRUE, comment = "#>", + eval = FALSE) > install.packages("golem") Installing package into ‘/Volumes/Builds/packages/big-sur-arm64/results/4.3/golem.Rcheck’ (as ‘lib’ is unspecified) When sourcing ‘a_start.R’: Error: trying to use CRAN without setting a mirror Execution halted when running code in ‘b_dev.Rmd’ ... A new path.n =/private/var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T/Rtmpq1aVZ3/filefba93467da00/vignettes/NAMESPACE was added to the directory. Updating vignettes documentation ℹ Loading vignettes ℹ Loading vignettes > golem::add_module(name = "my_first_module") When sourcing ‘b_dev.R’: Error: The golem-config.yml file doesn't exist. Execution halted when running code in ‘c_deploy.Rmd’ ... > run_app <- function(...) { + with_golem_options(app = shinyApp(ui = app_ui, server = app_server), + golem_opts = list(...)) + } > run_app(this = "that") When sourcing ‘c_deploy.R’: Error: could not find function "with_golem_options" Execution halted when running code in ‘f_extending_golem.Rmd’ ... > no_dev <- function(path, package_name, ...) { + fs::dir_delete("dev") + } > create_golem("ici", project_hook = no_dev) When sourcing ‘f_extending_golem.R’: Error: could not find function "create_golem" Execution halted ‘a_start.Rmd’ using ‘UTF-8’... failed ‘b_dev.Rmd’ using ‘UTF-8’... failed ‘c_deploy.Rmd’ using ‘UTF-8’... failed ‘d_js.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘e_config.Rmd’ using ‘UTF-8’... [2s/2s] OK ‘f_extending_golem.Rmd’ using ‘UTF-8’... failed ‘z_golem_cheatsheet.Rmd’ using ‘UTF-8’... [0s/0s] OK Flavor: r-oldrel-macos-arm64

Version: 0.5.1
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘a_start.Rmd’ ... > knitr::opts_chunk$set(collapse = TRUE, comment = "#>", + eval = FALSE) > install.packages("golem") Installing package into ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.3/golem.Rcheck’ (as ‘lib’ is unspecified) When sourcing ‘a_start.R’: Error: trying to use CRAN without setting a mirror Execution halted when running code in ‘b_dev.Rmd’ ... A new path.n =/private/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T/RtmpouyIqF/filef89bf0b3343/vignettes/NAMESPACE was added to the directory. Updating vignettes documentation ℹ Loading vignettes ℹ Loading vignettes > golem::add_module(name = "my_first_module") When sourcing ‘b_dev.R’: Error: The golem-config.yml file doesn't exist. Execution halted when running code in ‘c_deploy.Rmd’ ... > run_app <- function(...) { + with_golem_options(app = shinyApp(ui = app_ui, server = app_server), + golem_opts = list(...)) + } > run_app(this = "that") When sourcing ‘c_deploy.R’: Error: could not find function "with_golem_options" Execution halted when running code in ‘f_extending_golem.Rmd’ ... > no_dev <- function(path, package_name, ...) { + fs::dir_delete("dev") + } > create_golem("ici", project_hook = no_dev) When sourcing ‘f_extending_golem.R’: Error: could not find function "create_golem" Execution halted ‘a_start.Rmd’ using ‘UTF-8’... failed ‘b_dev.Rmd’ using ‘UTF-8’... failed ‘c_deploy.Rmd’ using ‘UTF-8’... failed ‘d_js.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘e_config.Rmd’ using ‘UTF-8’... [3s/4s] OK ‘f_extending_golem.Rmd’ using ‘UTF-8’... failed ‘z_golem_cheatsheet.Rmd’ using ‘UTF-8’... [0s/0s] OK Flavor: r-oldrel-macos-x86_64