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 

BioC 2.14: CHECK report for genefilter on zin2

This page was generated on 2014-10-08 08:47:29 -0700 (Wed, 08 Oct 2014).

Package 316/824HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
genefilter 1.46.1
Bioconductor Package Maintainer
Snapshot Date: 2014-10-07 17:20:37 -0700 (Tue, 07 Oct 2014)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_14/madman/Rpacks/genefilter
Last Changed Rev: 90176 / Revision: 95116
Last Changed Date: 2014-05-09 15:54:26 -0700 (Fri, 09 May 2014)
zin2 Linux (Ubuntu 12.04.4 LTS) / x86_64  OK  OK [ WARNINGS ]
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  WARNINGS  OK 
petty Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK  OK  OK 
morelia Mac OS X Mavericks (10.9.5) / x86_64  OK  OK  WARNINGS  OK 

Summary

Package: genefilter
Version: 1.46.1
Command: /home/biocbuild/bbs-2.14-bioc/R/bin/R CMD check --no-vignettes --timings genefilter_1.46.1.tar.gz
StartedAt: 2014-10-07 23:47:58 -0700 (Tue, 07 Oct 2014)
EndedAt: 2014-10-07 23:49:37 -0700 (Tue, 07 Oct 2014)
EllapsedTime: 98.9 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: genefilter.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-2.14-bioc/R/bin/R CMD check --no-vignettes --timings genefilter_1.46.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-2.14-bioc/meat/genefilter.Rcheck’
* using R version 3.1.1 (2014-07-10)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘genefilter/DESCRIPTION’ ... OK
* this is package ‘genefilter’ version ‘1.46.1’
* 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 ‘genefilter’ can be installed ... [9s/9s] WARNING
Found the following significant warnings:
  pAUC.c:73:9: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
  pAUC.c:76:6: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
  pAUC.c:79:9: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
  rowPAUCs.c:97:9: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
  rowPAUCs.c:100:6: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
  rowPAUCs.c:103:9: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
  Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1)
See ‘/home/biocbuild/bbs-2.14-bioc/meat/genefilter.Rcheck/00install.out’ for details.
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘Biobase’ ‘methods’
A package should be listed in only one of these fields.
* 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 dependencies in R code ... NOTE
':::' call which should be '::': ‘tkWidgets:::formatArg’
  See the note in ?`:::` about the use of this operator.
See the information on DESCRIPTION files in the chapter ‘Creating R
packages’ of the ‘Writing R Extensions’ manual.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... NOTE
Call with DUP = FALSE:
   .C("gf_distance", X = as.double(X), nr = as.integer(N), nc = ncol(X), 
       g = as.integer(Genes), d = as.double(Dists), iRow = as.integer(iRows), 
       nInterest = as.integer(ninterest), nResults = as.integer(numResults), 
       method = as.integer(method), weights = as.double(weights), 
       DUP = FALSE, NAOK = TRUE, PACKAGE = "genefilter")
DUP = FALSE is deprecated and may be disabled in future versions of R.
* checking R code for possible problems ... NOTE
eSetFilter : buildGUI: no visible binding for '<<-' assignment to ‘END’
eSetFilter : buildGUI : finish: no visible binding for '<<-' assignment
  to ‘END’
eSetFilter : buildGUI: no visible binding for global variable ‘END’
* 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... 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 ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [17s/17s] OK
Examples with CPU or elapsed time > 5s
          user system elapsed
rowFtests  5.9  0.052   5.966
* checking for unstated dependencies in vignettes ... NOTE
'library' or 'require' call not declared from: ‘RColorBrewer’
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK

WARNING: There was 1 warning.
NOTE: There were 5 notes.
See
  ‘/home/biocbuild/bbs-2.14-bioc/meat/genefilter.Rcheck/00check.log’
for details.

genefilter.Rcheck/00install.out:

* installing *source* package ‘genefilter’ ...
** libs
g++ -I/home/biocbuild/bbs-2.14-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c half_range_mode.cpp -o half_range_mode.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.14-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c init.c -o init.o
gcc -std=gnu99 -I/home/biocbuild/bbs-2.14-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c nd.c -o nd.o
nd.c: In function ‘gf_dist_binary’:
nd.c:242:16: warning: unused variable ‘w2’ [-Wunused-variable]
nd.c:242:12: warning: unused variable ‘w1’ [-Wunused-variable]
gcc -std=gnu99 -I/home/biocbuild/bbs-2.14-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c pAUC.c -o pAUC.o
pAUC.c: In function ‘pAUC_c’:
pAUC.c:73:9: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
pAUC.c:76:6: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
pAUC.c:79:9: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
pAUC.c: In function ‘pAUC’:
pAUC.c:141:5: warning: suggest parentheses around comparison in operand of ‘|’ [-Wparentheses]
pAUC.c:123:9: warning: unused variable ‘i’ [-Wunused-variable]
gcc -std=gnu99 -I/home/biocbuild/bbs-2.14-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c rowPAUCs.c -o rowPAUCs.o
rowPAUCs.c: In function ‘ROCpAUC_c’:
rowPAUCs.c:97:9: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
rowPAUCs.c:100:6: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
rowPAUCs.c:103:9: warning: operation on ‘ta’ may be undefined [-Wsequence-point]
gcc -std=gnu99 -I/home/biocbuild/bbs-2.14-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c rowttests.c -o rowttests.o
gfortran   -fpic  -g -O2  -Wall -c ttest.f -o ttest.o
ttest.f:47.12:

         dm=dm1-dm2                                                     
            1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1)
ttest.f:50.12:

         dm=dm1/dm2                                                     
            1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1)
ttest.f:59.13:

         tst=(dm1-dm2)/sqrt((1.d0/ng1+1.d0/ng2)*(dss1+dss2)/(ng1+ng2-2))
             1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1)
ttest.f:62.10:

      tst=(dm1-dm2)/sqrt(dss1/((ng1-1)*ng1)+dss2/((ng2-1)*ng2))         
          1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1)
g++ -shared -L/usr/local/lib -o genefilter.so half_range_mode.o init.o nd.o pAUC.o rowPAUCs.o rowttests.o ttest.o -lgfortran -lm -lquadmath -L/home/biocbuild/bbs-2.14-bioc/R/lib -lR
installing to /home/biocbuild/bbs-2.14-bioc/meat/genefilter.Rcheck/genefilter/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Creating a generic function for ‘plot’ from package ‘graphics’ in package ‘genefilter’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (genefilter)

genefilter.Rcheck/genefilter-Ex.timings:

nameusersystemelapsed
Anova0.0120.0000.012
allNA0.0000.0000.001
coxfilter0.1920.0080.200
cv0.0000.0000.002
dist20.0040.0000.006
eSetFilter0.0000.0000.001
filter_volcano0.0000.0000.001
filtered_p0.0000.0000.001
filterfun0.0040.0000.002
findLargest0.6440.0640.709
gapFilter0.0040.0000.002
genefilter0.0040.0000.004
genefinder0.0880.0160.104
genescale0.0040.0000.002
half.range.mode4.5680.0124.593
kOverA000
kappa_p000
maxA0.0000.0000.001
nsFilter0.4240.0240.450
pOverA0.0000.0000.001
rejection_plot0.0000.0000.001
rowFtests5.9000.0525.966
rowROC-class0.1120.0040.117
rowSds0.0040.0000.002
rowpAUCs1.3290.0041.335
shorth0.0000.0000.002
tdata0.0000.0000.002
ttest0.0080.0000.006