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 CGEN on morelia

This page was generated on 2014-10-08 09:04:23 -0700 (Wed, 08 Oct 2014).

Package 129/824HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CGEN 2.6.1
William Wheeler
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/CGEN
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  NotNeeded  OK  OK 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK  OK  OK 
petty Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK  OK  OK 
morelia Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ OK ] OK 

Summary

Package: CGEN
Version: 2.6.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch CGEN_2.6.1.tar.gz
StartedAt: 2014-10-07 21:45:46 -0700 (Tue, 07 Oct 2014)
EndedAt: 2014-10-07 21:47:24 -0700 (Tue, 07 Oct 2014)
EllapsedTime: 98.3 seconds
RetCode: 0
Status:  OK 
CheckDir: CGEN.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-2.14-bioc/meat/CGEN.Rcheck’
* using R version 3.1.1 (2014-07-10)
* using platform: x86_64-apple-darwin13.1.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘CGEN/DESCRIPTION’ ... OK
* this is package ‘CGEN’ version ‘2.6.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 ‘CGEN’ can be installed ... [4s/4s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License components with restrictions not permitted:
  GPL-2 + file LICENSE
* 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 loading without being on the library search path ... OK
* checking 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 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 ... [31s/31s] OK
Examples with CPU or elapsed time > 5s
                 user system elapsed
getMatchedSets 16.053  0.331  16.429
snp.matched    12.783  0.029  12.831
* 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 vignette outputs ... SKIPPED
* checking PDF version of manual ... OK

NOTE: There was 1 note.
See
  ‘/Users/biocbuild/bbs-2.14-bioc/meat/CGEN.Rcheck/00check.log’
for details.

CGEN.Rcheck/00install.out:

* installing *source* package ‘CGEN’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c Additive.c -o Additive.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c CML.c -o CML.o
CML.c:1198:13: warning: unused function 'print_dVec' [-Wunused-function]
static void print_dVec(vec, n, name)
            ^
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c ccl.c -o ccl.o
ccl.c:78:79: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion]
        if(S > 8) { Rprintf("Maximum matched set size > 8 not supported.\n") ; error(1) ; }
                                                                                     ^
/Library/Frameworks/R.framework/Resources/include/R_ext/Error.h:33:27: note: passing argument to parameter here
void Rf_error(const char *, ...) __attribute__((noreturn));
                          ^
ccl.c:478:86: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion]
        if (n < 0) { Rprintf("\nError: factorial of negative integer not defined\n"); error(1); }
                                                                                            ^
/Library/Frameworks/R.framework/Resources/include/R_ext/Error.h:33:27: note: passing argument to parameter here
void Rf_error(const char *, ...) __attribute__((noreturn));
                          ^
ccl.c:386:13: warning: function 'tree_print' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static void tree_print(tnode *node, int is_root)
            ^
3 warnings generated.
gfortran-4.8   -fPIC  -g -O2 -Wall  -c csclust.f -o csclust.o
Warning: Nonconforming tab character in column 1 of line 46
Warning: Nonconforming tab character in column 1 of line 83
Warning: Nonconforming tab character in column 2 of line 190
Warning: Nonconforming tab character in column 1 of line 203
Warning: Nonconforming tab character in column 1 of line 205
Warning: Nonconforming tab character in column 1 of line 207
Warning: Nonconforming tab character in column 1 of line 270
Warning: Nonconforming tab character in column 1 of line 271
Warning: Nonconforming tab character in column 1 of line 275
Warning: Nonconforming tab character in column 1 of line 276
Warning: Nonconforming tab character in column 1 of line 277
Warning: Nonconforming tab character in column 1 of line 278
Warning: Nonconforming tab character in column 1 of line 282
Warning: Nonconforming tab character in column 1 of line 283
Warning: Nonconforming tab character in column 1 of line 286
Warning: Nonconforming tab character in column 1 of line 287
Warning: Nonconforming tab character in column 1 of line 288
Warning: Nonconforming tab character in column 1 of line 289
Warning: Nonconforming tab character in column 1 of line 290
Warning: Nonconforming tab character in column 1 of line 291
Warning: Nonconforming tab character in column 1 of line 292
Warning: Nonconforming tab character in column 1 of line 293
Warning: Nonconforming tab character in column 1 of line 294
Warning: Nonconforming tab character in column 1 of line 295
Warning: Nonconforming tab character in column 1 of line 296
Warning: Nonconforming tab character in column 1 of line 306
Warning: Nonconforming tab character in column 1 of line 307
Warning: Nonconforming tab character in column 1 of line 309
Warning: Nonconforming tab character in column 1 of line 310
Warning: Nonconforming tab character in column 1 of line 311
Warning: Nonconforming tab character in column 1 of line 312
Warning: Nonconforming tab character in column 1 of line 313
Warning: Nonconforming tab character in column 1 of line 314
Warning: Nonconforming tab character in column 1 of line 315
Warning: Nonconforming tab character in column 1 of line 316
Warning: Nonconforming tab character in column 1 of line 317
Warning: Nonconforming tab character in column 1 of line 319
Warning: Nonconforming tab character in column 1 of line 320
Warning: Nonconforming tab character in column 1 of line 321
Warning: Nonconforming tab character in column 1 of line 329
csclust.f:222.3:

650   RETURN                                                            
   1
Warning: Label 650 at (1) defined but not used
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c fsclust.c -o fsclust.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c hcl.c -o hcl.o
hcl.c:72:79: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion]
        if(S > 8) { Rprintf("Maximum matched set size > 8 not supported.\n") ; error(1) ; }
                                                                                     ^
/Library/Frameworks/R.framework/Resources/include/R_ext/Error.h:33:27: note: passing argument to parameter here
void Rf_error(const char *, ...) __attribute__((noreturn));
                          ^
hcl.c:467:86: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion]
        if (n < 0) { Rprintf("\nError: factorial of negative integer not defined\n"); error(1); }
                                                                                            ^
/Library/Frameworks/R.framework/Resources/include/R_ext/Error.h:33:27: note: passing argument to parameter here
void Rf_error(const char *, ...) __attribute__((noreturn));
                          ^
hcl.c:375:13: warning: function 'tree_print' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static void tree_print(tnode *node, int is_root)
            ^
3 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c pmatch.c -o pmatch.o
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o CGEN.so Additive.o CML.o ccl.o csclust.o fsclust.o hcl.o pmatch.o -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2 -lgfortran -lquadmath -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.14-bioc/meat/CGEN.Rcheck/CGEN/libs
** R
** data
** exec
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (CGEN)

CGEN.Rcheck/CGEN-Ex.timings:

nameusersystemelapsed
LocusMapData0.0340.0020.036
QQ.plot0.0080.0010.009
SNPdata0.0090.0010.010
Xdata0.0190.0010.020
additive.test0.5930.0090.601
chromosome.plot0.1310.0020.134
getMatchedSets16.053 0.33116.429
getSummary0.0080.0000.009
getWaldTest0.0080.0000.008
printEffects0.1320.0090.141
recode.geno0.0060.0000.007
snp.effects0.1160.0040.120
snp.effects.plot0.4230.0050.430
snp.list0.0000.0000.001
snp.logistic0.1970.0060.204
snp.matched12.783 0.02912.831
snp.scan.logistic0.0050.0010.007