- using R version 4.5.3 RC (2026-03-04 r89586)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.3.0-12) 14.3.0
GNU Fortran (Debian 14.3.0-12) 14.3.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘bpvars/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘bpvars’ version ‘1.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘bpvars’ can be installed ... OK
See the install log for details.
- used C++ compiler: ‘g++-14 (Debian 14.3.0-12) 14.3.0’
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [11s/13s] OK
- checking Rd files ... [1s/2s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/1s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking examples ... [1s/1s] 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
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [21s/24s] OK
Running ‘tinytest.R’ [21s/24s]
- checking PDF version of manual ... [9s/13s] OK
- checking HTML version of manual ... [5s/7s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR