Back to Multiple platform build/check report

Package: cellHTS
Version: 1.2.0
Command: /home/biocbuild/arch/sparc/R-2.3.0/bin/R CMD check cellHTS_1.2.0.tar.gz
RetCode: 1
Time: 113.2 seconds
Status: ERROR
CheckDir: cellHTS.Rcheck
Warnings: NA

Command output

* checking for working latex ... OK
* using log directory '/loc/biocbuild/1.8d/madman/Rpacks/cellHTS.Rcheck'
* using Version 2.3.0 (2006-04-24)
* checking for file 'cellHTS/DESCRIPTION' ... OK
* this is package 'cellHTS' version '1.2.0'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'cellHTS' 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 syntax errors ... OK
* checking R files for library.dynam ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking Rd files ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* creating cellHTS-Ex.R ... OK
* checking examples ... ERROR
Running examples in cellHTS-Ex.R failed.
The error most likely occurred in:

> ### * writeReport
> 
> flush(stderr()); flush(stdout())
> 
> ### Name: writeReport
> ### Title: Create a directory with HTML pages of linked tables and plots
> ###   documenting the contents of a cellHTS object
> ### Aliases: writeReport
> ### Keywords: manip
> 
> ### ** Examples
> 
>  datadir = system.file("KcViabSmall", package = "cellHTS")
>  x = readPlateData("Platelist.txt", "KcViabSmall", path=datadir)
Reading FT01-G01.txt FT01-G02.txt FT02-G01.txt FT02-G02.txt FT03-G01.txt FT03-G02.txt 
Done.

>  confFile = system.file("KcViabSmall", "Plateconf.txt", package="cellHTS")
>  logFile  = system.file("KcViabSmall", "Screenlog.txt", package="cellHTS")
>  descripFile  = system.file("KcViabSmall", "DESCRIPTION.txt", package="cellHTS")
>  x = configure(x, confFile, logFile, descripFile)
>  writeReport(x)
Warning: unable to open connection to X11 display ''
Error in X11(paste("png::", filename, sep = ""), width, height, pointsize,  : 
	unable to start device PNG
Execution halted