Last updated on 2026-04-04 21:52:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0 | 199.95 | 95.61 | 295.56 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0 | 137.15 | 64.56 | 201.71 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0 | 300.00 | 149.51 | 449.51 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0 | 420.00 | 165.93 | 585.93 | OK | |
| r-devel-macos-arm64 | 1.0 | 37.00 | 2.00 | 39.00 | OK | |
| r-devel-windows-x86_64 | 1.0 | 224.00 | 145.00 | 369.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0 | 200.40 | 88.82 | 289.22 | NOTE | |
| r-release-linux-x86_64 | 1.0 | 172.54 | 83.51 | 256.05 | OK | |
| r-release-macos-arm64 | 1.0 | 33.00 | 3.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 1.0 | 113.00 | 59.00 | 172.00 | OK | |
| r-release-windows-x86_64 | 1.0 | 197.00 | 138.00 | 335.00 | OK | |
| r-oldrel-macos-arm64 | 1.0 | 32.00 | 12.00 | 44.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.0 | 111.00 | 105.00 | 216.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0 | 231.00 | 176.00 | 407.00 | OK |
Version: 1.0
Check: compiled code
Result: NOTE
File ‘bpvars/libs/bpvars.so’:
Found non-API call to R: ‘R_UnboundValue’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [9s/13s]
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 4.4s
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 5.8s
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 -2 protected items, can't reprotect index -4
Calls: <Anonymous> ... eval -> forecast -> forecast.PosteriorBVARPANEL -> aperm
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0
Check: compiled code
Result: NOTE
File 'bpvars/libs/x64/bpvars.dll':
Found non-API call to R: 'R_UnboundValue'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64
Version: 1.0
Check: installed package size
Result: NOTE
installed size is 15.4Mb
sub-directories of 1Mb or more:
libs 14.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64