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 238/658HostnameOS / ArchBUILDCHECKBUILD BIN
gaga 2.5.4
David Rossell
Snapshot Date: 2013-03-23 17:02:20 -0700 (Sat, 23 Mar 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gaga
Last Changed Rev: 73920 / Revision: 74756
Last Changed Date: 2013-03-05 05:57:43 -0800 (Tue, 05 Mar 2013)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK  WARNINGS 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK 
petty Mac OS X Leopard (10.5.8) / i386  OK  WARNINGS  OK 
pelham Mac OS X Snow Leopard (10.6.8) / x86_64  OK [ WARNINGS ] OK 

Summary

Package: gaga
Version: 2.5.4
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch gaga_2.5.4.tar.gz
StartedAt: 2013-03-24 05:18:02 -0700 (Sun, 24 Mar 2013)
EndedAt: 2013-03-24 05:20:30 -0700 (Sun, 24 Mar 2013)
EllapsedTime: 148.0 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: gaga.Rcheck
Warnings: 1

Command output

* using log directory '/Users/biocbuild/bbs-2.12-bioc/meat/gaga.Rcheck'
* using R version 3.0.0 beta (2013-03-21 r62346)
* using platform: x86_64-apple-darwin10.8.0 (64-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'gaga/DESCRIPTION' ... OK
* this is package 'gaga' version '2.5.4'
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Package which this enhances but not available for checking: 'multicore'
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package 'gaga' can be installed ... [18s/19s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over 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 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
adjustfitNN : f: warning in fitNN(xsim, group = "group", B = B, trace =
  FALSE): partial argument match of 'group' to 'groups'
* 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 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 '/Users/biocbuild/bbs-2.12-bioc/meat/gaga.Rcheck/gaga/libs/gaga.so':
  Found '___stderrp', possibly from 'stderr' (C)
    Object: 'cstat.o'
  Found '_exit', possibly from 'exit' (C)
    Object: 'cstat.o'
  Found '_printf', possibly from 'printf' (C)
    Objects: 'cseqdesma.o', 'cstat.o'
  Found '_putchar', possibly from 'putchar' (C)
    Objects: 'cseqdesma.o', 'cstat.o'
  Found '_puts', possibly from 'printf' (C), 'puts' (C)
    Objects: 'cseqdesma.o', 'cstat.o'

Compiled code should not call entry points 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 installed files from 'inst/doc' ... OK
* checking examples ... [12s/12s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignettes ... SKIPPED
* checking PDF version of manual ... OK

WARNING: There was 1 warning.
NOTE: There were 2 notes.
See
  '/Users/biocbuild/bbs-2.12-bioc/meat/gaga.Rcheck/00check.log'
for details.

gaga.Rcheck/00install.out:

* installing *source* package 'gaga' ...
** libs
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2  -c cseqdesma.c -o cseqdesma.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2  -c cstat.c -o cstat.o
cstat.c: In function 'scanFloat':
cstat.c:494: warning: format not a string literal and no format arguments
cstat.c: In function 'scanDouble':
cstat.c:502: warning: format not a string literal and no format arguments
cstat.c: In function 'fscanDouble':
cstat.c:510: warning: format not a string literal and no format arguments
cstat.c: In function 'scanInt':
cstat.c:520: warning: format not a string literal and no format arguments
cstat.c: In function 'fscanInt':
cstat.c:530: warning: format not a string literal and no format arguments
cstat.c: In function 'scanLong':
cstat.c:541: warning: format not a string literal and no format arguments
cstat.c: In function 'scanArray':
cstat.c:558: warning: format not a string literal and no format arguments
cstat.c: In function 'scanDoubleArray':
cstat.c:570: warning: format not a string literal and no format arguments
cstat.c: In function 'scanDoubleMatrix':
cstat.c:606: warning: format not a string literal and no format arguments
cstat.c: In function 'scanIntArray':
cstat.c:631: warning: format not a string literal and no format arguments
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o gaga.so cseqdesma.o cstat.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.12-bioc/meat/gaga.Rcheck/gaga/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   'gagamanual.Rnw' 
** testing if installed package can be loaded
* DONE (gaga)

gaga.Rcheck/gaga-Ex.timings:

nameusersystemelapsed
buildPatterns0.0060.0030.010
classpred0.0130.0070.020
findgenes0.0140.0080.021
fitGG0.2940.0150.311
forwsimDiffExpr3.8200.0373.876
geneclus0.0080.0090.016
parest0.0060.0060.013
powfindgenes0.6880.0150.706
simGG0.0140.0070.020