• using R version 2.14.0 (2011-10-31)
  • using platform: i386-apple-darwin9.8.0 (32-bit)
  • using session charset: ASCII
  • checking for file 'meboot/DESCRIPTION' ... OK
  • this is package 'meboot' version '1.1-3'
  • package encoding: latin1
  • 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 whether package 'meboot' can be installed ... OK
  • checking installed package size ... 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
  • loading checks for arch 'i386'
    ** checking whether the package can be loaded ... OK
    ** checking whether the package can be loaded with stated dependencies ... OK
    ** checking whether the package can be unloaded cleanly ... OK
    ** checking whether the namespace can be loaded with stated dependencies ... OK
    ** checking whether the namespace can be unloaded cleanly ... OK
  • loading checks for arch 'x86_64'
    ** checking whether the package can be loaded ... OK
    ** checking whether the package can be loaded with stated dependencies ... OK
    ** checking whether the package can be unloaded cleanly ... OK
    ** checking whether the namespace can be loaded with stated dependencies ... OK
    ** checking whether the namespace can be unloaded cleanly ... 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 metadata ... OK
  • checking Rd cross-references ... OK
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... NOTE
    S3 methods shown with full name in documentation object 'meboot-methods':
    'meboot.pdata.frame'

    The \usage entries for S3 methods should use the \method markup and not
    their full name.
    See the chapter 'Writing R documentation files' in the 'Writing R
    Extensions' manual.
  • checking Rd contents ... OK
  • checking for unstated dependencies in examples ... OK
  • checking contents of 'data' directory ... OK
  • checking data for non-ASCII characters ... 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 for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
  • checking compiled code ... OK
  • checking sizes of PDF files under 'inst/doc' ... OK
  • checking examples ... WARNING
    checking a package with encoding 'latin1' in an ASCII locale


    ** running examples for arch 'i386' ... ERROR
    Running examples in 'meboot-Ex.R' failed
    The error most likely occurred in:

    > ### Name: checkConv
    > ### Title: Check Convergence
    > ### Aliases: checkConv
    > ### Keywords: ts
    >
    > ### ** Examples
    >
    > library(strucchange)
    > data("PhillipsCurve")
    >
    > uk <- window(PhillipsCurve, start = 1948)
    > attach(data.frame(uk))
    > y <- uk[,5]
    > bigx <- cbind(dp1,du,u1) # collect all regressors
    > reg1 <- lm(y ~ bigx)
    > coef(reg1)
    (Intercept) bigxdp1 bigxdu bigxu1
    0.03869493 0.78482209 -0.84572018 0.01473274
    > nover <- 16 # choose range allowing n=25, 26, .. , 40
    >
    > # the following step will take some time to run
    >
    > sC <- checkConv(y, bigx, trueb=0, n999=999, nover=nover, seed1=294)
    >
    > dim(sC) # n999 x nover x length(key)
    [1] 999 16 4
    > j <- 3 # choose key coefficient no. 3 for lagged income
    > epsilon <- 0.1 #needed for p.as.plot command below
    > nb.sp <- 10 # needed for p.as.plot command below
    > mode <- "p" # needed for p.as.plot command below
    >
    > # criterion function in ConvergenceConcepts package wants 999 rows
    > dat <- sC[,,j] # 999 sample paths for diff inflation n=25,26,..40
    > critp <- criterion(data = dat, epsilon = epsilon, mode = "p")$crit
    > critas <- criterion(data = dat, epsilon = epsilon, mode = "as")$crit
    >
    > p.as.plot(dat, critp, critas, epsilon, nb.sp, mode = mode)
    Warning in mtext(sprintf("help(\"%s\")", nameEx()), side = 4, line = if (outer) max(1, :
    X11 protocol error: BadMatch (invalid parameter attributes)
    Warning in mtext(sprintf("help(\"%s\")", nameEx()), side = 4, line = if (outer) max(1, :
    X11 protocol error: BadMatch (invalid parameter attributes)
    Warning in axis(1, at = x, labels = as.vector(round(x + NameVal1 - 1))) :
    X11 protocol error: BadMatch (invalid parameter attributes)
    Warning in axis(1, at = x, labels = as.vector(round(x + NameVal1 - 1))) :
    X11 protocol error: BadMatch (invalid parameter attributes)
    Warning in axis(2, at = seq(from = mini.data, to = maxi.data, length = 10), :
    X11 protocol error: BadMatch (invalid parameter attributes)
    Warning in axis(2, at = seq(from = mini.data, to = maxi.data, length = 10), :
    X11 protocol error: BadMatch (invalid parameter attributes)
    Warning in box() :
    X11 protocol error: BadMatch (invalid parameter attributes)
    Xlib: unexpected async reply (sequence 0xc5)!
    Warning in box() :
    X11 protocol error: BadMatch (invalid parameter attributes)
  • elapsed time (check, wall clock): 2739:42