CRAN Package Check Results for Package golem

Last updated on 2024-08-25 05:49:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 4.86 96.05 100.91 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 4.35 72.85 77.20 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 104.96 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 94.78 OK
r-devel-windows-x86_64 0.5.0 8.00 111.00 119.00 OK
r-patched-linux-x86_64 0.5.0 6.96 93.11 100.07 OK
r-release-linux-x86_64 0.5.0 6.14 93.16 99.30 OK
r-release-macos-arm64 0.5.0 67.00 OK
r-release-macos-x86_64 0.5.0 156.00 OK
r-release-windows-x86_64 0.5.0 9.00 111.00 120.00 OK
r-oldrel-macos-arm64 0.5.0 84.00 ERROR
r-oldrel-macos-x86_64 134.00 ERROR
r-oldrel-windows-x86_64 0.5.0 9.00 125.00 134.00 OK

Check Details

Version: 0.5.0
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/RtmpPRHhwf/file288a1b9f93d9/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/4s] 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.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [20s/21s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 13. └─golem:::get_golem_things(...) 14. └─config::get(...) ── Error ('test-reload.R:30:3'): test document_and_reload ────────────────────── <callr_status_error/callr_error/rlib_error_3_0/rlib_error/error/condition> Error in `"value[[3L]](cond)"`: ! callr subprocess failed: could not start R, exited with non-zero status, has crashed or was killed Backtrace: ▆ 1. └─golem:::perform_inside_a_new_golem(...) at test-reload.R:30:3 2. └─a_callr_session$run(...) at tests/testthat/setup.R:67:3 3. └─callr:::rs_run(self, private, func, args, package) 4. └─throw(res$error) [ FAIL 2 | WARN 0 | SKIP 6 | PASS 244 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64

Version: 0.5.0
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/RtmpoBh6mp/file6cb1ac663a9/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/5s] 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