CRAN Package Check Results for Package bpvars

Last updated on 2026-03-13 00:53:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 205.98 96.11 302.09 OK
r-devel-linux-x86_64-debian-gcc 1.0 139.73 67.97 207.70 OK
r-devel-linux-x86_64-fedora-clang 1.0 309.00 150.67 459.67 OK
r-devel-linux-x86_64-fedora-gcc 1.0 399.00 138.63 537.63 OK
r-devel-macos-arm64 1.0 39.00 -2.00 37.00 OK
r-devel-windows-x86_64 1.0 222.00 143.00 365.00 OK
r-patched-linux-x86_64 1.0 180.27 70.07 250.34 ERROR
r-release-linux-x86_64 1.0 182.40 91.64 274.04 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 194.00 152.00 346.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 229.00 178.00 407.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR Running examples in ‘bpvars-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: bpvars-package > ### Title: Forecasting with Bayesian Panel Vector Autoregressions > ### Aliases: bpvars-package bpvars > ### Keywords: models package ts > > ### ** Examples > > # Basic estimation and forecasting example > ############################################################ > specification = specify_bvarPANEL$new(ilo_dynamic_panel[1:5]) # specify the model > burn_in = estimate(specification, S = 5) # run the burn-in; use say S = 10000 **************************************************| bpvars: Forecasting with Bayesian Panel VARs | **************************************************| Progress of the MCMC simulation for 5 draws Every draw is saved via MCMC thinning Press Esc to interrupt the computations **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| > posterior = estimate(burn_in, S = 5) # estimate the model; use say S = 10000 **************************************************| bpvars: Forecasting with Bayesian Panel VARs | **************************************************| Progress of the MCMC simulation for 5 draws Every draw is saved via MCMC thinning Press Esc to interrupt the computations **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| > predictive = forecast(posterior, 2) # forecast the future > > # workflow with the pipe |> > ilo_dynamic_panel[1:5] |> + specify_bvarPANEL$new() |> + estimate(S = 5) |> + estimate(S = 5) |> + forecast(horizon = 2) -> predictive **************************************************| bpvars: Forecasting with Bayesian Panel VARs | **************************************************| Progress of the MCMC simulation for 5 draws Every draw is saved via MCMC thinning Press Esc to interrupt the computations **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| **************************************************| bpvars: Forecasting with Bayesian Panel VARs | **************************************************| Progress of the MCMC simulation for 5 draws Every draw is saved via MCMC thinning Press Esc to interrupt the computations **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Error: no more error handlers available (recursive errors?); invoking 'abort' restart Execution halted Error in forecast.PosteriorBVARPANEL(estimate(estimate(specify_bvarPANEL$new(ilo_dynamic_panel[1:5]), : REAL() can only be applied to a 'numeric', not a 'NULL' Fatal error: error during cleanup *** caught segfault *** address 0x7fe20bb94ef7, cause 'invalid permissions' Segmentation fault Flavor: r-patched-linux-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