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 petty

This page was generated on 2014-10-08 08:56:49 -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: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch genefilter_1.46.1.tar.gz
StartedAt: 2014-10-07 22:06:17 -0700 (Tue, 07 Oct 2014)
EndedAt: 2014-10-07 22:09:55 -0700 (Tue, 07 Oct 2014)
EllapsedTime: 218.7 seconds
RetCode: 0
Status:  OK 
CheckDir: genefilter.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch genefilter_1.46.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-2.14-bioc/meat/genefilter.Rcheck’
* using R version 3.1.1 (2014-07-10)
* using platform: x86_64-apple-darwin10.8.0 (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 ... [19s/20s] OK
* 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 sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [34s/35s] OK
Examples with CPU or elapsed time > 5s
                  user system elapsed
rowFtests       12.439  0.157  12.811
half.range.mode  7.153  0.017   7.236
* 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

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

genefilter.Rcheck/00install.out:

* installing *source* package ‘genefilter’ ...
** libs
llvm-g++-4.2 -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c half_range_mode.cpp -o half_range_mode.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 -Wall  -c init.c -o init.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 -Wall  -c nd.c -o nd.o
nd.c: In function ‘gf_dist_binary’:
nd.c:242: warning: unused variable ‘w2’
nd.c:242: warning: unused variable ‘w1’
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 -Wall  -c pAUC.c -o pAUC.o
pAUC.c: In function ‘pAUC_c’:
pAUC.c:73: warning: operation on ‘ta’ may be undefined
pAUC.c:76: warning: operation on ‘ta’ may be undefined
pAUC.c:79: warning: operation on ‘ta’ may be undefined
pAUC.c: In function ‘pAUC’:
pAUC.c:141: warning: suggest parentheses around comparison in operand of |
pAUC.c:123: warning: unused variable ‘i’
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 -Wall  -c rowPAUCs.c -o rowPAUCs.o
rowPAUCs.c: In function ‘ROCpAUC_c’:
rowPAUCs.c:97: warning: operation on ‘ta’ may be undefined
rowPAUCs.c:100: warning: operation on ‘ta’ may be undefined
rowPAUCs.c:103: warning: operation on ‘ta’ may be undefined
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 -Wall  -c rowttests.c -o rowttests.o
gfortran-4.2 -arch x86_64   -fPIC  -g -O2 -Wall  -c ttest.f -o ttest.o
llvm-g++-4.2 -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -L/usr/local/lib -o genefilter.so half_range_mode.o init.o nd.o pAUC.o rowPAUCs.o rowttests.o ttest.o -L/usr/local/lib/gcc/i686-apple-darwin8/4.2.3/x86_64 -L/usr/local/lib/x86_64 -L/usr/local/lib/gcc/i686-apple-darwin8/4.2.3 -lgfortran -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/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.0230.0020.024
allNA0.0020.0000.002
coxfilter0.3250.0050.338
cv0.0030.0000.002
dist20.0100.0020.014
eSetFilter0.0010.0000.002
filter_volcano0.0000.0000.001
filtered_p0.0010.0000.001
filterfun0.0030.0000.004
findLargest1.3640.0621.464
gapFilter0.0040.0000.003
genefilter0.0050.0000.005
genefinder0.1370.0310.170
genescale0.0020.0000.002
half.range.mode7.1530.0177.236
kOverA0.0020.0000.001
kappa_p0.0010.0000.001
maxA0.0010.0000.001
nsFilter1.0490.0391.094
pOverA0.0010.0000.001
rejection_plot0.0000.0000.001
rowFtests12.439 0.15712.811
rowROC-class0.5370.0320.621
rowSds0.0030.0010.004
rowpAUCs2.7700.0382.873
shorth0.0040.0000.005
tdata0.0030.0000.003
ttest0.0120.0010.013