• 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 ‘DiceDesign/DESCRIPTION’ ... OK
  • checking extension type ... Package
  • this is package ‘DiceDesign’ version ‘1.1’
  • 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 ‘DiceDesign’ 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
    unif.test.quantile: no visible binding for global variable
    ‘greenwood.table’
  • 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 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 ... WARNING
    File ‘/home/hornik/tmp/R.check/r-devel/Work/build/Packages/DiceDesign/libs/DiceDesign.so’:
    Found ‘exit’, possibly from ‘exit’ (C)
    Object: ‘C_StraussDesign.o’
    Found ‘stderr’, possibly from ‘stderr’ (C)
    Object: ‘C_StraussDesign.o’

    Compiled code should not call functions which might terminate R nor
    write to stdout/stderr instead of to the console.

    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
  • checking examples ... ERROR
    Running examples in ‘DiceDesign-Ex.R’ failed
    The error most likely occurred in:

    > ### Name: rss3d
    > ### Title: 3D graphical tool for defect detection of Space-Filling Designs.
    > ### Aliases: rss3d
    > ### Keywords: design
    >
    > ### ** Examples
    >
    > # An orthogonal array in 3D
    > data(OA131)
    >
    > # centering the design points of this 7-levels design
    > OA <- (OA131 + 0.5)/7
    >
    > # 2D projections onto coordinate axis
    > pairs(OA, xlim=c(0,1), ylim=c(0,1))
    > # Now let us look at the 3D properties with the 3D RSS (requires the rgl package)
    > rss <- rss3d(OA, lower=c(0,0,0), upper=c(1,1,1))

    3D Radial Scanning Statistic (RSS) with GREENWOOD statistic
    Discretization step (in degree) : 3

    Maximum of RS statistic values (global statistic) per triplet of dimensions
    (1,2,3) 0.2621302

    Warning in rgl.init(initValue) : RGL: GLX extension missing on server
    Warning in fun(libname, pkgname) : error in rgl_init
    Error in rgl.open() : rgl.open failed
    Calls: rss3d -> open3d -> rgl.open
    Execution halted