- using R version 2.8.0 Under development (unstable) (2008-07-05 r46037)
- using session charset: UTF-8
- checking for file 'MSBVAR/DESCRIPTION' ... OK
- this is package 'MSBVAR' version '0.3.1'
- checking package name space information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking whether package 'MSBVAR' can be installed ... OK
- checking package directory ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the name space can be loaded with stated dependencies ... OK
- checking for unstated 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 ... OK
- checking Rd files ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking data for non-ASCII characters ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking for portable compilation flags in Makevars ... OK
- checking for portable use of $BLAS_LIBS ... OK
- creating MSBVAR-Ex.R ... OK
- checking examples ... ERROR
Running examples in 'MSBVAR-Ex.R' failed.
The error most likely occurred in:
> ### * SZ.prior.evaluation
>
> flush(stderr()); flush(stdout())
>
> ### Name: SZ.prior.evaluation
> ### Title: Sims-Zha Bayesian VAR Prior Specification Search
> ### Aliases: SZ.prior.evaluation
> ### Keywords: models multivariate
>
> ### ** Examples
>
> Y <- EuStockMarkets
> results <- SZ.prior.evaluation(window(Y, start=c(1998, 1), end=c(1998,149)), p=3,
+ lambda0=c(1,0.9),
+ lambda1=c(0.1,0.2),
+ lambda3=c(0,1),
+ lambda4=c(0.1,0.25),
+ lambda5=0,
+ mu5=4,
+ mu6=4, z=NULL,
+ nu=ncol(Y)+1, qm=4,
+ prior=0,
+ nstep=20,
+ y.future=window(Y, start=c(1998,150)))
Finished model 1 of 16
>
> # Now plot the RMSE and marginal posterior of the data for each of the
> # 6 period forecasts as a function of the prior parameters. This can
> # easily be done using a lattice graphic.
>
> library(lattice)
>
> attach(as.data.frame(results))
> get(getOption("device"))()
Error in get(getOption("device")) : invalid first argument
Execution halted