R Under development (unstable) (2025-12-06 r89118 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > 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.7s 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.0s test_forecast.R............... 0 tests test_forecast.R............... 0 tests test_forecast.R............... 0 tests test_forecast.R............... 0 tests test_forecast.R............... 0 tests test_forecast.R............... 1 tests OK test_forecast.R............... 2 tests OK test_forecast.R............... 3 tests OK test_forecast.R............... 3 tests OK test_forecast.R............... 3 tests OK test_forecast.R............... 3 tests OK test_forecast.R............... 3 tests OK test_forecast.R............... 3 tests OK test_forecast.R............... 3 tests OK test_forecast.R............... 4 tests OK test_forecast.R............... 5 tests OK test_forecast.R............... 6 tests OK test_forecast.R............... 6 tests OK test_forecast.R............... 7 tests OK test_forecast.R............... 8 tests OK test_forecast.R............... 9 tests OK test_forecast.R............... 9 tests OK test_forecast.R............... 9 tests OK test_forecast.R............... 9 tests OK test_forecast.R............... 9 tests OK test_forecast.R............... 10 tests OK 5.9s All ok, 18 results (14.5s) > > > proc.time() user system elapsed 14.87 0.31 15.09