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 133/671HostnameOS / ArchBUILDCHECKBUILD BIN
cn.farms 1.8.0
Andreas Mitterecker
Snapshot Date: 2013-04-30 17:01:37 -0700 (Tue, 30 Apr 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_12/madman/Rpacks/cn.farms
Last Changed Rev: 75263 / Revision: 76155
Last Changed Date: 2013-04-03 14:32:27 -0700 (Wed, 03 Apr 2013)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK  OK 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK 
petty Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK  OK 
pelham Mac OS X Snow Leopard (10.6.8) / x86_64  OK [ WARNINGS ] OK 

Summary

Package: cn.farms
Version: 1.8.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch cn.farms_1.8.0.tar.gz
StartedAt: 2013-05-01 03:59:10 -0700 (Wed, 01 May 2013)
EndedAt: 2013-05-01 04:03:33 -0700 (Wed, 01 May 2013)
EllapsedTime: 263.1 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: cn.farms.Rcheck
Warnings: 1

Command output

* using log directory '/Users/biocbuild/bbs-2.12-bioc/meat/cn.farms.Rcheck'
* using R version 3.0.0 Patched (2013-04-08 r62531)
* using platform: x86_64-apple-darwin10.8.0 (64-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'cn.farms/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'cn.farms' version '1.8.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 'cn.farms' can be installed ... [22s/23s] WARNING
Found the following significant warnings:
  laplace.cpp:275:10: warning: variable 'I1left' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  laplace.cpp:275:10: warning: variable 'I1left' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
  laplace.cpp:275:10: warning: variable 'I1right' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  laplace.cpp:275:10: warning: variable 'I1right' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
See '/Users/biocbuild/bbs-2.12-bioc/meat/cn.farms.Rcheck/00install.out' for details.
* 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 R/sysdata.rda ... 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 examples ... [36s/37s] OK
Examples with CPU or elapsed time > 5s
                 user system elapsed
mlSummarization 6.894  0.256   7.292
slSummarization 6.195  0.109   6.393
fragLengCorr    5.088  0.102   5.286
* 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
  '/Users/biocbuild/bbs-2.12-bioc/meat/cn.farms.Rcheck/00check.log'
for details.

cn.farms.Rcheck/00install.out:

* installing *source* package 'cn.farms' ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c R_init_cnfarms.c -o R_init_cnfarms.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c laplace.cpp -o laplace.o
laplace.cpp:275:10: warning: variable 'I1left' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
        else if(argLeft >= 0.0 && argRight >= 0.0) {
                ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
laplace.cpp:364:36: note: uninitialized use occurs here
        double I2left=(-leftMy/leftSigma)*I1left+I0left;
                                          ^˜˜˜˜˜
laplace.cpp:275:7: note: remove the 'if' if its condition is always true
        else if(argLeft >= 0.0 && argRight >= 0.0) {
             ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
laplace.cpp:275:10: warning: variable 'I1left' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
        else if(argLeft >= 0.0 && argRight >= 0.0) {
                ^˜˜˜˜˜˜˜˜˜˜˜˜˜
laplace.cpp:364:36: note: uninitialized use occurs here
        double I2left=(-leftMy/leftSigma)*I1left+I0left;
                                          ^˜˜˜˜˜
laplace.cpp:275:10: note: remove the '&&' if its condition is always true
        else if(argLeft >= 0.0 && argRight >= 0.0) {
                ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
laplace.cpp:198:15: note: initialize the variable 'I1left' to silence this warning
        double I1left;
                     ^
                      = 0.0
laplace.cpp:275:10: warning: variable 'I1right' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
        else if(argLeft >= 0.0 && argRight >= 0.0) {
                ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
laplace.cpp:365:39: note: uninitialized use occurs here
        double I2right=(-rightMy/rightSigma)*I1right+I0right;
                                             ^˜˜˜˜˜˜
laplace.cpp:275:7: note: remove the 'if' if its condition is always true
        else if(argLeft >= 0.0 && argRight >= 0.0) {
             ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
laplace.cpp:275:10: warning: variable 'I1right' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
        else if(argLeft >= 0.0 && argRight >= 0.0) {
                ^˜˜˜˜˜˜˜˜˜˜˜˜˜
laplace.cpp:365:39: note: uninitialized use occurs here
        double I2right=(-rightMy/rightSigma)*I1right+I0right;
                                             ^˜˜˜˜˜˜
laplace.cpp:275:10: note: remove the '&&' if its condition is always true
        else if(argLeft >= 0.0 && argRight >= 0.0) {
                ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
laplace.cpp:199:16: note: initialize the variable 'I1right' to silence this warning
        double I1right;
                      ^
                       = 0.0
laplace.cpp:442:6: warning: unused variable 'method' [-Wunused-variable]
        int method=0;
            ^
5 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c sparse_farms.c -o sparse_farms.o
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -L/usr/local/lib -o cn.farms.so R_init_cnfarms.o laplace.o sparse_farms.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.12-bioc/meat/cn.farms.Rcheck/cn.farms/libs
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (cn.farms)

cn.farms.Rcheck/cn.farms-Ex.timings:

nameusersystemelapsed
combineData2.2490.0892.426
createAnnotation0.0110.0000.011
distributionDistance0.2260.0240.250
dnaCopySf0.5460.0120.559
fragLengCorr5.0880.1025.286
mlSummarization6.8940.2567.292
normalizeAverage0.0080.0030.011
normalizeCels0.0070.0040.011
normalizeNpData0.0080.0020.011
plotDendrogram0.5660.0350.606
plotDensity0.7190.0350.776
plotEvalIc0.6170.0410.702
plotRegions0.2410.0200.271
plotSmoothScatter0.8680.0610.986
plotViolines0.2370.0110.261
slSummarization6.1950.1096.393
sparseFarmsC0.0090.0040.013
summarizeFarmsExact0.0150.0050.020
summarizeFarmsExact20.0140.0050.019
summarizeFarmsExact30.0150.0050.020
summarizeFarmsGaussian0.0100.0030.014
summarizeFarmsMethods0.0090.0020.011
summarizeFarmsVariational0.0110.0030.015
summarizeWindowBps0.0180.0030.020
summarizeWindowMethods0.0090.0030.012
summarizeWindowStd0.0160.0050.021