Back to the "Multiple platform build/check report" A  B  C  D  E  F  G [H] I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

Package 101/233HostnameOS / ArchBUILDCHECKBUILD BIN
hexbin 1.12.0
Nicholas Lewin-Koh
Snapshot Date: 2008-04-02 12:12:36 -0700 (Wed, 02 Apr 2008)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_1/madman/Rpacks/hexbin
Last Changed Rev: 27709 / Revision: 30807
Last Changed Date: 2007-10-02 17:41:09 -0700 (Tue, 02 Oct 2007)
lamb1 Linux (SUSE 10.1) / x86_64  OK  OK 
wilson2 Linux (openSUSE 10.3) / x86_64  OK  OK 
wellington Linux (openSUSE 10.3) / i686  OK  OK 
liverpool Windows Server 2003 R2 (32-bit) / x64  OK  OK  OK 
lemming Windows Server 2003 (32-bit) / x64  OK  OK  OK 
pitt Mac OS X Tiger (10.4.11) / i386  OK [ OK ] OK 
Package: hexbin
Version: 1.12.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check hexbin_1.12.0.tar.gz
StartedAt: 2008-04-02 15:45:29 -0700 (Wed, 02 Apr 2008)
EndedAt: 2008-04-02 15:46:52 -0700 (Wed, 02 Apr 2008)
EllapsedTime: 83.2 seconds
RetCode: 0
Status: OK
CheckDir: hexbin.Rcheck
Warnings: 0

Command output

* checking for working latex ... OK
* using log directory '/Users/biocbuild/bbs-2.1-bioc/meat/hexbin.Rcheck'
* using R version 2.6.2 (2008-02-08)
* checking for file 'hexbin/DESCRIPTION' ... OK
* this is package 'hexbin' version '1.12.0'
* checking package name space information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'hexbin' 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
all.intersect: no visible binding for global variable 'binlst'
grid.hexagons: no visible binding for global variable 'bin'
hexplom.formula: no visible global function definition for 'updateList'
inout.hex: no visible global function definition for 'exit'
mixcolors: no visible global function definition for 'coords'
panel.hexpose: no visible binding for global variable 'h'
* 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 data for non-ASCII characters ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for portable use of $BLAS_LIBS ... OK
* creating hexbin-Ex.R ... OK
* checking examples ... OK
* checking tests ...
  Running 'hdiffplot.R'
  Comparing 'hdiffplot.Rout' to 'hdiffplot.Rout.save' ...3a4,11
> 
> Attaching package: 'colorspace'
> 
> 
> 	The following object(s) are masked from package:grDevices :
> 
> 	 hcl 
> 
8,9c16
< In RNGkind("Marsaglia-Multicarry", "Buggy Kinderman-Ramage") :
<   Buggy version of Kinderman-Ramage generator used.
---
> Buggy version of Kinderman-Ramage generator used. in: RNGkind("Marsaglia-Multicarry", "Buggy Kinderman-Ramage") 
59c66
<   ..@ eroded: logi [1:535] FALSE FALSE FALSE FALSE FALSE FALSE ...
---
>   ..@ eroded: logi [1:535] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE ...
104c111
<   ..@ eroded: logi [1:906] FALSE FALSE FALSE FALSE FALSE FALSE ...
---
>   ..@ eroded: logi [1:906] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE ...
135d141
< + plot.new()
138,146d143
< [1] 0
< [1] 0.5
< [1] "1:2"
< [1] 0
< [1] 0.5
< [1] "1:2"
< [1] 0
< [1] 0.5
< [1] "1:2"
 OK
  Running 'hray.R'
  Running 'large.R'
  Running 'viewp-ex.R'
 OK
* checking package vignettes in 'inst/doc' ... OK
* creating hexbin-manual.tex ... OK
* checking hexbin-manual.tex ... OK

hexbin.Rcheck/00install.out:

* Installing *source* package 'hexbin' ...
** libs
** arch - i386
gfortran -arch i386  -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -fPIC  -g -O2 -march=nocona -c hbin.f -o hbin.o
gfortran -arch i386  -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -fPIC  -g -O2 -march=nocona -c hcell.f -o hcell.o
gfortran -arch i386  -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -fPIC  -g -O2 -march=nocona -c herode.f -o herode.o
gfortran -arch i386  -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -fPIC  -g -O2 -march=nocona -c hsm.f -o hsm.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -Wl,-macosx_version_min -Wl,10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o hexbin.so hbin.o hcell.o herode.o hsm.o  -L/usr/local/lib/gcc/i686-apple-darwin8/4.2.1 -lgfortran -lgcc_s.10.4 -F/Library/Frameworks/R.framework/.. -framework R 
** arch - ppc
gfortran -arch ppc  -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -fPIC  -g -O2 -c hbin.f -o hbin.o
gfortran -arch ppc  -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -fPIC  -g -O2 -c hcell.f -o hcell.o
gfortran -arch ppc  -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -fPIC  -g -O2 -c herode.f -o herode.o
gfortran -arch ppc  -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -fPIC  -g -O2 -c hsm.f -o hsm.o
gcc -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -Wl,-macosx_version_min -Wl,10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o hexbin.so hbin.o hcell.o herode.o hsm.o  -L/usr/local/lib/gcc/powerpc-apple-darwin8/4.2.1 -lgfortran -lgcc_s.10.4 -lSystemStubs -F/Library/Frameworks/R.framework/.. -framework R 
** R
** data
** inst
** preparing package for lazy loading
Loading required package: grid
Loading required package: lattice
Creating a new generic function for "plot" in "hexbin"
Creating a new generic function for "summary" in "hexbin"
** help
 >>> Building/Updating help pages for package 'hexbin'
     Formats: text html latex example 
  NHANES                            text    html    latex   example
  colramp                           text    html    latex   example
  erode.hexbin                      text    html    latex   example
  getHMedian                        text    html    latex   example
  gplot.hexbin                      text    html    latex   example
  grid.hexagons                     text    html    latex   example
  grid.hexlegend                    text    html    latex   example
  hboxplot                          text    html    latex   example
  hcell2xy                          text    html    latex   example
  hcell2xyInt                       text    html    latex   example
  hdiffplot                         text    html    latex   example
  hexGraphPaper                     text    html    latex   example
  hexList                           text    html    latex   example
  hexMA.loess                       text    html    latex   example
  hexTapply                         text    html    latex   example
  hexVP-class                       text    html    latex   example
  hexVP.abline                      text    html    latex   example
  hexViewport                       text    html    latex   example
  hexbin                            text    html    latex   example
  hexbinplot                        text    html    latex   example
  hexplom                           text    html    latex   example
  hexpolygon                        text    html    latex   example
  hsmooth-methods                   text    html    latex
  inout.hex                         text    html    latex
  list2hexList                      text    html    latex
  old-classes                       text    html    latex
  optShape                          text    html    latex   example
  panel.hexboxplot                  text    html    latex   example
  panel.hexgrid                     text    html    latex   example
  panel.hexloess                    text    html    latex   example
  plotMAhex                         text    html    latex   example
  pushHexport                       text    html    latex
  smooth.hexbin                     text    html    latex   example
** building package indices ...
* DONE (hexbin)