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 586/631HostnameOS / ArchBUILDCHECKBUILD BIN
Starr 1.15.0
Benedikt Zacher
Snapshot Date: 2013-01-15 17:01:14 -0800 (Tue, 15 Jan 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Starr
Last Changed Rev: 70052 / Revision: 72575
Last Changed Date: 2012-10-01 15:43:56 -0700 (Mon, 01 Oct 2012)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK  WARNINGS 
lamb2 Linux (openSUSE 11.4) / 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 

Summary

Package: Starr
Version: 1.15.0
Command: /home/biocbuild/bbs-2.12-bioc/R/bin/R CMD check --no-vignettes --timings Starr_1.15.0.tar.gz
StartedAt: 2013-01-16 06:37:36 -0800 (Wed, 16 Jan 2013)
EndedAt: 2013-01-16 06:42:24 -0800 (Wed, 16 Jan 2013)
EllapsedTime: 288.6 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: Starr.Rcheck
Warnings: 1

Command output

* using log directory ‘/loc/home/biocbuild/bbs-2.12-bioc/meat/Starr.Rcheck’
* using R Under development (unstable) (2012-12-17 r61365)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘Starr/DESCRIPTION’ ... OK
* this is package ‘Starr’ version ‘1.15.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* 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 ‘Starr’ can be installed ... 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 ... OK
* 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 compilation flags in Makevars ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... WARNING
File ‘/loc/home/biocbuild/bbs-2.12-bioc/meat/Starr.Rcheck/Starr/libs/Starr.so’:
  Found ‘exit’, possibly from ‘exit’ (C)
    Object: ‘ahocorasick.o’
  Found ‘printf’, possibly from ‘printf’ (C)
    Object: ‘ahocorasick.o’
  Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
    Object: ‘ahocorasick.o’

Compiled code should not call functions 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 ... OK
Examples with CPU or elapsed time > 5s
               user system elapsed
plot.posBias 21.966  0.072  22.043
plot.gcBias  17.329  0.032  17.392
plot.ma       6.744  0.052   6.849
* 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.
See
  ‘/loc/home/biocbuild/bbs-2.12-bioc/meat/Starr.Rcheck/00check.log’
for details.

Starr.Rcheck/00install.out:

* installing *source* package ‘Starr’ ...
creating cache ./config.cache
checking how to run the C preprocessor... cc -E
checking for main in -lz... yes
checking for zlib.h... yes
checking if zlib version >= 1.1.3... yes
updating cache ./config.cache
creating ./config.status
creating src/Makevars
** libs
gcc -std=gnu99 -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG -DHAVE_ZLIB=1  -I/usr/local/include    -fpic  -g -O2  -c ahocorasick.c -o ahocorasick.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG -DHAVE_ZLIB=1  -I/usr/local/include    -fpic  -g -O2  -c collect.c -o collect.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG -DHAVE_ZLIB=1  -I/usr/local/include    -fpic  -g -O2  -c rm_small_peak.c -o rm_small_peak.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG -DHAVE_ZLIB=1  -I/usr/local/include    -fpic  -g -O2  -c sort_by_genomic.c -o sort_by_genomic.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o Starr.so ahocorasick.o collect.o rm_small_peak.o sort_by_genomic.o -lz -L/home/biocbuild/bbs-2.12-bioc/R/lib -lR
installing to /loc/home/biocbuild/bbs-2.12-bioc/meat/Starr.Rcheck/Starr/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   ‘Starr.Rnw’ 
** testing if installed package can be loaded

* DONE (Starr)

Starr.Rcheck/Starr-Ex.timings:

nameusersystemelapsed
bpmapToProbeAnno0.0040.0040.007
cmarrt.ma0.4160.0040.420
cmarrt.peak0.0160.0000.013
correlationPlot0.0440.0000.047
densityscatter3.9000.0443.940
filterGenes0.0040.0000.005
getMeans0.0120.0000.012
getProfiles0.0080.0000.008
getRatio0.0050.0000.006
kde2dplot0.7120.0080.721
makeSplines0.0120.0000.011
normalize.Probes0.0080.0000.009
plot.Density0.8840.0040.889
plot.boxes2.7120.0082.720
plot.cmarrt0.0080.0000.011
plot.gcBias17.329 0.03217.392
plot.image0.0240.0000.022
plot.ma6.7440.0526.849
plot.posBias21.966 0.07222.043
plot.ratioScatter2.5080.0362.542
plot.scatter1.8720.0121.888
plotProfiles0.2480.0080.258
profileplot0.4840.0000.482
read.gffAnno0.0040.0000.004
readCelFile0.0040.0000.004
remap0.0040.0000.003