Last updated on 2026-06-13 20:50:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0 | 207.45 | 96.54 | 303.99 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0 | 142.90 | 66.33 | 209.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0 | 260.00 | 147.69 | 407.69 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0 | 396.00 | 146.00 | 542.00 | OK | |
| r-devel-windows-x86_64 | 1.0 | 224.00 | 151.00 | 375.00 | OK | |
| r-patched-linux-x86_64 | 1.0 | 200.44 | 89.86 | 290.30 | OK | |
| r-release-linux-x86_64 | 1.0 | 204.40 | 89.85 | 294.25 | OK | |
| r-release-macos-arm64 | 1.0 | 39.00 | 2.00 | 41.00 | OK | |
| r-release-macos-x86_64 | 1.0 | 114.00 | 54.00 | 168.00 | OK | |
| r-release-windows-x86_64 | 1.0 | 223.00 | 145.00 | 368.00 | OK | |
| r-oldrel-macos-arm64 | 1.0 | 33.00 | 3.00 | 36.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0 | 113.00 | 59.00 | 172.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0 | 250.00 | 180.00 | 430.00 | OK |
Version: 1.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [9s/10s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+ # To skip running the tests on CRAN make them run only on the developer version
+ home <- length(unclass(packageVersion("bsvars"))[[1]]) == 4
+ tinytest::test_package("bpvars")
+ }
Loading required package: bsvars
Attaching package: 'bpvars'
The following object is masked from 'package:bsvars':
forecast
test_compute_variance_decomposition.R 0 tests
test_compute_variance_decomposition.R 0 tests
test_compute_variance_decomposition.R 0 tests
test_compute_variance_decomposition.R 0 tests
test_compute_variance_decomposition.R 0 tests
test_compute_variance_decomposition.R 0 tests
test_compute_variance_decomposition.R 0 tests
test_compute_variance_decomposition.R 1 tests OK
test_compute_variance_decomposition.R 2 tests OK
test_compute_variance_decomposition.R 3 tests OK 3.2s
test_estimate_bvarpanel.R..... 0 tests
test_estimate_bvarpanel.R..... 0 tests
test_estimate_bvarpanel.R..... 0 tests
test_estimate_bvarpanel.R..... 0 tests
test_estimate_bvarpanel.R..... 0 tests
test_estimate_bvarpanel.R..... 0 tests
test_estimate_bvarpanel.R..... 0 tests
test_estimate_bvarpanel.R..... 0 tests
test_estimate_bvarpanel.R..... 0 tests
test_estimate_bvarpanel.R..... 1 tests OK
test_estimate_bvarpanel.R..... 2 tests OK
test_estimate_bvarpanel.R..... 3 tests OK
test_estimate_bvarpanel.R..... 4 tests OK
test_estimate_bvarpanel.R..... 5 tests OK 4.4s
test_forecast.R............... 0 tests
test_forecast.R............... 0 tests
test_forecast.R............... 0 tests
test_forecast.R............... 0 tests Error in aperm(fff$forecasts_cpp[c, 1][[1]], c(2, 1, 3)) :
R_Reprotect: only -1 protected items, can't reprotect index -3
Calls: <Anonymous> ... eval -> forecast -> forecast.PosteriorBVARPANEL -> aperm
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc