• using R Under development (unstable) (2012-05-19 r59366)
  • using platform: x86_64-unknown-linux-gnu (64-bit)
  • using session charset: UTF-8
  • checking for file ‘granova/DESCRIPTION’ ... OK
  • this is package ‘granova’ version ‘2.0’
  • 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 ‘granova’ 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
  • 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 loading without being on the library search path ... 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 ... NOTE
    granova.1w: warning in jitter(stats.vc, am = ammt): partial argument
    match of 'am' to 'amount'
    granova.1w: warning in rug(residuals, side = 4, ti = 0.02, lwd = 1.3,
    col = 4): partial argument match of 'ti' to 'ticksize'
  • 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 ... OK
  • 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 examples ... ERROR
    Running examples in ‘granova-Ex.R’ failed
    The error most likely occurred in:

    > ### Name: granova.2w
    > ### Title: Graphical display of data for two-way analysis of variance
    > ### Aliases: granova.2w
    > ### Keywords: hplot
    >
    > ### ** Examples
    >
    >
    > # using the R dataset warpbreaks; see documentation
    > #(first surface flat since fit = 'linear' (default);
    > #second surface shows curvature)
    > granova.2w(warpbreaks)
    Loading required package: rgl
    Warning in rgl.init(initValue) : RGL: GLX extension missing on server
    Warning in fun(libname, pkgname) : error in rgl_init
    Loading required package: tcltk
    Loading Tcl/Tk interface ... done
    Loading required package: mgcv
    This is mgcv 1.7-16. For overview type 'help("mgcv-package")'.
    [1] breaks ~ wool * tension

    *** caught segfault ***
    address 0x20, cause 'memory not mapped'

    Traceback:
    1: .External(rgl_par3d, args)
    2: par3d("scale")
    3: rgl.viewpoint(fov = fov)
    4: scatter3d.default(facA.mn.cntrst, yy, facB.mn.cntrst, xlab = colnames(data.A.B)[2], ylab = colnames(data.A.B[1]), zlab = colnames(data.A.B)[3], group = group.factor, fogtype = "exp2", fov = 55, surface = TRUE, fit = fit, surface.col = c(4, 8), ...)
    5: scatter3d(facA.mn.cntrst, yy, facB.mn.cntrst, xlab = colnames(data.A.B)[2], ylab = colnames(data.A.B[1]), zlab = colnames(data.A.B)[3], group = group.factor, fogtype = "exp2", fov = 55, surface = TRUE, fit = fit, surface.col = c(4, 8), ...)
    6: granova.2w(warpbreaks)
    aborting ...