Last updated on 2024-09-17 03:49:34 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.14 | 73.37 | 77.51 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.1 | 167.21 | 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 | 6.91 | 92.71 | 99.62 | OK | |
r-release-linux-x86_64 | 0.5.1 | 5.11 | 94.81 | 99.92 | 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 | 111.00 | 120.00 | OK | |
r-oldrel-macos-arm64 | 0.5.1 | 66.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.5.1 | 120.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.5.1 | 11.00 | 128.00 | 139.00 | OK |
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/RtmpN5t5Hf/file13b32cc33030/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/Rtmpl0nbn8/fileb9615eaa1fe3/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