• using R version 2.8.0 beta (2008-10-08 r46670)
  • using session charset: ASCII
  • checking for file 'bigmemory/DESCRIPTION' ... OK
  • checking extension type ... Package
  • this is package 'bigmemory' version '2.3'
  • checking package name space information ... OK
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking for executable files ... OK
  • checking whether package 'bigmemory' 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 ... NOTE
    read.big.matrix,character: possible error in scan(fileName, what =
    "character", skip = skip, nlines = 1, sep = "\n", split = sep, quiet
    = TRUE): unused argument(s) (split = sep)
  • 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 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 bigmemory-Ex.R ... OK
  • checking examples ... ERROR
    Running examples in 'bigmemory-Ex.R' failed.
    The error most likely occurred in:

    > ### * shared.big.matrix
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: shared.big.matrix
    > ### Title: Create a shared ``big.matrix''.
    > ### Aliases: shared.big.matrix
    > ### Keywords: classes methods
    >
    > ### ** Examples
    >
    > # This example won't run on the Windows version of the package,
    > # and if you are reading this message you are most certainly using
    > # a non-Windows version.
    >
    > # The example is quite silly, as you wouldn't likely do this in a
    > # single R session. But if zdescription were passed to another R session
    > # via SNOW, NetWorkSpaces, or even by a simple file read/write,
    > # then the attach of the second R process would give access to the
    > # same object in memory. Please see the package vignette for real examples.
    > z <- shared.big.matrix(3, 3, type='integer', init=3)

    *** caught bus error ***
    address 0x0, cause 'non-existent physical address'

    Traceback:
    1: .Call("CCreateSharedMatrix", nrow = as.double(nrow), ncol = as.double(ncol), colnames = as.character(colnames), rownames = as.character(rownames), type = as.integer(typeVal), init = as.double(init))
    2: shared.big.matrix(3, 3, type = "integer", init = 3)
    aborting ...
  • elapsed time (check, wall clock): 0:55