* using log directory 'C:/R/biocbld/1.7/build-area/buildSandbox/checkOutput/hexbin.Rcheck'
* using R version 2.2.0, 2005-10-10 
* checking for file 'hexbin/DESCRIPTION' ... OK
* this is package 'hexbin' version '1.4.0'
* checking if this is a source package ... WARNING
Subdirectory 'hexbin/src' contains object files.
* checking whether package 'hexbin' can be installed ... OK
* checking package directory ... OK
* checking for portable file names ... OK
* checking DESCRIPTION meta-information ... OK
* checking package dependencies ... 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
* checking for CRLF line endings in C/C++/Fortran sources/headers ... OK
* creating hexbin-Ex.R ... OK
* checking examples ... ERROR
Running examples in hexbin-Ex.R failed.
The error most likely occurred in:

> ### * hexMA.loess
> 
> flush(stderr()); flush(stdout())
> 
> ### Name: hexMA.loess
> ### Title: Add Loess Fit to Hexplot
> ### Aliases: hexVP.loess hexMA.loess
> ### Keywords: aplot
> 
> ### ** Examples
> 
>   if(require(marray)){
+     data(swirl)
+     hb <- plotMAhex(swirl[,1], main = "M vs A plot with hexagons", legend=0)
+     hexVP.abline(hb$plot, h=0, col= gray(.6))
+     hexMA.loess(hb)
+   }
Loading required package: marray
Loading required package: limma
Warning: no finite arguments to min; returning Inf
Warning: no finite arguments to max; returning -Inf
Warning: no finite arguments to min; returning Inf
Warning: no finite arguments to max; returning -Inf
Warning: parameter "legend" could not be set in high-level plot() function
Warning: parameter "newpage" could not be set in high-level plot() function
Error in plot.window(xlim, ylim, log, asp, ...) : 
	need finite 'xlim' values
Execution halted