Last updated on 2025-12-06 00:48:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 2.59 | 63.78 | 66.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 2.38 | 26.93 | 29.31 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 17.00 | 89.30 | 106.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 21.00 | 100.04 | 121.04 | OK | |
| r-devel-windows-x86_64 | 0.2.1 | 5.00 | 77.00 | 82.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 3.48 | 56.34 | 59.82 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 3.53 | 58.19 | 61.72 | OK | |
| r-release-macos-arm64 | 0.2.1 | OK | ||||
| r-release-macos-x86_64 | 0.2.1 | 6.00 | 103.00 | 109.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 6.00 | 75.00 | 81.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.1 | 5.00 | 163.00 | 168.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 7.00 | 98.00 | 105.00 | OK |
Version: 0.2.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'BayesFactor', 'knitr', 'lme4', 'lmerTest', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘cocoon-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: format_bf
> ### Title: Format Bayes factors
> ### Aliases: format_bf
>
> ### ** Examples
>
> # Format BFBayesfactor objects from {BayesFactor} package
> format_bf(BayesFactor::lmBF(mpg ~ am, data = mtcars))
Error in loadNamespace(x) : there is no package called ‘BayesFactor’
Calls: format_bf ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
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(cocoon)
>
> test_check("cocoon")
Error in `source_dir()`:
! Failed to evaluate './helper.R'.
Caused by error in `loadNamespace()`:
! there is no package called 'lme4'
Backtrace:
▆
1. ├─testthat::test_check("cocoon")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(...)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─base::suppressMessages(lme4::lmer(c ~ a + (1 | e), data = df)) at ./helper.R:24:1
15. │ └─base::withCallingHandlers(...)
16. ├─base::loadNamespace(x)
17. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
18. │ │ └─base (local) withOneRestart(expr, restarts[[1L]])
19. │ │ └─base (local) doWithOneRestart(return(expr), restart)
20. │ └─base::stop(cond)
21. └─testthat (local) `<fn>`(`<pckgNtFE>`)
22. └─cli::cli_abort(...)
23. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc