Last updated on 2026-06-08 09:50:48 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 8.73 | 578.35 | 587.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 6.69 | 70.23 | 76.92 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 17.00 | 643.76 | 660.76 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 16.00 | 903.74 | 919.74 | NOTE | |
| r-devel-windows-x86_64 | 0.4.0 | 12.00 | 790.00 | 802.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 10.11 | 596.04 | 606.15 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 8.95 | 591.63 | 600.58 | OK | |
| r-release-macos-arm64 | 0.4.0 | 2.00 | 134.00 | 136.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 6.00 | 828.00 | 834.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 11.00 | 798.00 | 809.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.0 | 5.00 | 631.00 | 636.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 16.00 | 932.00 | 948.00 | OK |
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(BayesPostEst)
>
> test_check("BayesPostEst")
Loading required package: rjags
Loading required package: coda
Linked to JAGS 4.3.2
Loaded modules: basemod,bugs
Attaching package: 'R2jags'
The following object is masked from 'package:coda':
traceplot
Error in `source_dir()`:
! Failed to evaluate './setup.R'.
Caused by error in `library()`:
! there is no package called 'brms'
Backtrace:
▆
1. ├─testthat::test_check("BayesPostEst")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_setup(".", env)
7. │ └─testthat::source_dir(path, "^setup.*\\.[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::lapply(r_scripts, source) at ./setup.R:24:1
15. │ └─base (local) FUN(X[[i]], ...)
16. │ ├─base::withVisible(eval(ei, envir))
17. │ └─base::eval(ei, envir)
18. │ └─base::eval(ei, envir)
19. ├─base::library("brms")
20. │ └─base::stop(packageNotFoundError(package, lib.loc, sys.call()))
21. └─testthat (local) `<fn>`(`<pckgNtFE>`)
22. └─cli::cli_abort(...)
23. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘HDInterval’ ‘carData’ ‘rjags’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc