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.13: CHECK report for genefilter on moscato1

This page was generated on 2014-04-05 09:48:55 -0700 (Sat, 05 Apr 2014).

Package 282/750HostnameOS / ArchBUILDCHECKBUILD BIN
genefilter 1.44.0
Bioconductor Package Maintainer
Snapshot Date: 2014-04-04 16:20:29 -0700 (Fri, 04 Apr 2014)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_13/madman/Rpacks/genefilter
Last Changed Rev: 81642 / Revision: 88450
Last Changed Date: 2013-10-14 14:29:21 -0700 (Mon, 14 Oct 2013)
zin1 Linux (Ubuntu 12.04.4 LTS) / x86_64  OK  WARNINGS 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK [ OK ] OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK  OK 

Summary

Package: genefilter
Version: 1.44.0
Command: rm -rf genefilter.buildbin-libdir && mkdir genefilter.buildbin-libdir && D:\biocbld\bbs-2.13-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=genefilter.buildbin-libdir genefilter_1.44.0.tar.gz >genefilter-install.out 2>&1 && D:\biocbld\bbs-2.13-bioc\R\bin\R.exe CMD check --library=genefilter.buildbin-libdir --install="check:genefilter-install.out" --force-multiarch --no-vignettes --timings genefilter_1.44.0.tar.gz && mv genefilter.buildbin-libdir/* genefilter.Rcheck/ && rmdir genefilter.buildbin-libdir
StartedAt: 2014-04-05 04:02:23 -0700 (Sat, 05 Apr 2014)
EndedAt: 2014-04-05 04:05:44 -0700 (Sat, 05 Apr 2014)
EllapsedTime: 201.2 seconds
RetCode: 0
Status:  OK  
CheckDir: genefilter.Rcheck
Warnings: 0

Command output

* using log directory 'D:/biocbld/bbs-2.13-bioc/meat/genefilter.Rcheck'
* using R version 3.0.3 (2014-03-06)
* using platform: i386-w64-mingw32 (32-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'genefilter/DESCRIPTION' ... OK
* this is package 'genefilter' version '1.44.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 whether package 'genefilter' can be installed ... 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... OK
* 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 ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'D:/biocbld/bbs-2.13-bioc/meat/genefilter.buildbin-libdir/genefilter/libs/i386/genefilter.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
File 'D:/biocbld/bbs-2.13-bioc/meat/genefilter.buildbin-libdir/genefilter/libs/x64/genefilter.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console.  The detected symbols
are linked into the code but might come from libraries and not actually
be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking installed files from 'inst/doc' ... OK
* checking for old-style vignette sources ... NOTE
Vignette sources only in 'inst/doc':
  'howtogenefilter.Rnw', 'howtogenefinder.Rnw',
  'independent_filtering.Rnw', 'independent_filtering_plots.Rnw'
A 'vignettes' directory will be required as from R 3.1.0
* checking examples ...
** running examples for arch 'i386' ... [26s] OK
Examples with CPU or elapsed time > 5s
                 user system elapsed
rowFtests       10.49   0.17   10.67
half.range.mode  5.93   0.00    5.94
** running examples for arch 'x64' ... [22s] OK
Examples with CPU or elapsed time > 5s
          user system elapsed
rowFtests 8.74    0.2    8.94
* 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 6 notes.
See
  'D:/biocbld/bbs-2.13-bioc/meat/genefilter.Rcheck/00check.log'
for details.

genefilter.Rcheck/00install.out:


install for i386

* installing *source* package 'genefilter' ...
** libs
g++ -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c half_range_mode.cpp -o half_range_mode.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c init.c -o init.o
gcc -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -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 -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -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 -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -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 -m32 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c rowttests.c -o rowttests.o
gfortran -m32     -O3  -mtune=core2 -c ttest.f -o ttest.o
g++ -m32 -shared -s -static-libgcc -o genefilter.dll tmp.def half_range_mode.o init.o nd.o pAUC.o rowPAUCs.o rowttests.o ttest.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -lgfortran -LD:/biocbld/BBS-2˜1.13-/R/bin/i386 -lR
installing to D:/biocbld/bbs-2.13-bioc/meat/genefilter.buildbin-libdir/genefilter/libs/i386
** 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

install for x64

* installing *source* package 'genefilter' ...
** libs
g++ -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -mtune=core2 -c half_range_mode.cpp -o half_range_mode.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c init.c -o init.o
gcc -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -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 -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -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 -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -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 -m64 -I"D:/biocbld/BBS-2˜1.13-/R/include" -DNDEBUG     -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c rowttests.c -o rowttests.o
gfortran -m64     -O2  -mtune=core2 -c ttest.f -o ttest.o
g++ -m64 -shared -s -static-libgcc -o genefilter.dll tmp.def half_range_mode.o init.o nd.o pAUC.o rowPAUCs.o rowttests.o ttest.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -lgfortran -LD:/biocbld/BBS-2˜1.13-/R/bin/x64 -lR
installing to D:/biocbld/bbs-2.13-bioc/meat/genefilter.buildbin-libdir/genefilter/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'genefilter' as genefilter_1.44.0.zip
* DONE (genefilter)

genefilter.Rcheck/examples_i386/genefilter-Ex.timings:

nameusersystemelapsed
Anova0.100.000.09
allNA000
coxfilter0.070.020.08
cv000
dist2000
eSetFilter000
filter_volcano000
filtered_p000
filterfun000
findLargest0.750.050.79
gapFilter0.030.000.03
genefilter0.050.000.05
genefinder0.240.000.24
genescale0.020.000.02
half.range.mode5.930.005.94
kOverA000
kappa_p000
maxA0.020.000.02
nsFilter0.650.020.67
pOverA0.010.000.02
rejection_plot000
rowFtests10.49 0.1710.67
rowROC-class0.210.000.22
rowSds0.010.000.02
rowpAUCs2.170.052.21
shorth000
tdata000
ttest0.030.000.03

genefilter.Rcheck/examples_x64/genefilter-Ex.timings:

nameusersystemelapsed
Anova0.140.000.14
allNA000
coxfilter0.080.000.08
cv000
dist20.010.000.01
eSetFilter000
filter_volcano000
filtered_p000
filterfun000
findLargest0.650.020.67
gapFilter000
genefilter000
genefinder0.240.010.25
genescale0.010.000.02
half.range.mode4.560.004.55
kOverA0.010.000.02
kappa_p000
maxA000
nsFilter0.510.020.53
pOverA0.020.000.01
rejection_plot000
rowFtests8.740.208.94
rowROC-class0.270.030.29
rowSds000
rowpAUCs1.640.071.70
shorth0.010.000.02
tdata0.020.000.01
ttest0.030.000.03