Last updated on 2025-06-12 21:50:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.0 | 42.37 | 135.34 | 177.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.0 | 31.87 | 117.40 | 149.27 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.1.0 | 266.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 278.60 | OK | |||
r-devel-windows-x86_64 | 2.1.0 | 47.00 | 155.00 | 202.00 | OK | |
r-patched-linux-x86_64 | 2.1.0 | 45.86 | 101.68 | 147.54 | OK | |
r-release-linux-x86_64 | 2.1.0 | 44.78 | 103.56 | 148.34 | OK | |
r-release-macos-arm64 | 2.1.0 | 69.00 | OK | |||
r-release-macos-x86_64 | 2.1.0 | 111.00 | OK | |||
r-release-windows-x86_64 | 2.1.0 | 47.00 | 167.00 | 214.00 | OK | |
r-oldrel-macos-arm64 | 2.1.0 | 147.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.1.0 | 126.00 | NOTE | |||
r-oldrel-windows-x86_64 | 2.1.0 | 59.00 | 155.00 | 214.00 | ERROR |
Version: 2.1.0
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(BayesChange)
>
> test_check("BayesChange")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-test-clust_cp.R:11:3'): clust_cp works ─────────────────────────
<std::logic_error/C++Error/error/condition>
Error: max(): object has no elements
Backtrace:
▆
1. └─BayesChange::clust_cp(...) at test-test-clust_cp.R:11:3
2. └─BayesChange::clust_cp_uni(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.0
Check: installed package size
Result: NOTE
installed size is 6.8Mb
sub-directories of 1Mb or more:
libs 6.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'tutorial.Rmd' using rmarkdown
Quitting from tutorial.Rmd:195-200 [unnamed-chunk-18]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Mat::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD
---
Backtrace:
▆
1. └─BayesChange::clust_cp(...)
2. └─BayesChange::clust_cp_multi(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'tutorial.Rmd' failed with diagnostics:
Mat::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD
--- failed re-building 'tutorial.Rmd'
SUMMARY: processing the following file failed:
'tutorial.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64