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 617/658HostnameOS / ArchBUILDCHECKBUILD BIN
survcomp 1.9.3
Benjamin Haibe-Kains , Markus Schroeder , Catharina Olsen
Snapshot Date: 2013-03-24 17:01:43 -0700 (Sun, 24 Mar 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/survcomp
Last Changed Rev: 74149 / Revision: 74774
Last Changed Date: 2013-03-11 05:26:50 -0700 (Mon, 11 Mar 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 Leopard (10.5.8) / i386  OK  OK  OK 

Summary

Package: survcomp
Version: 1.9.3
Command: /home/biocbuild/bbs-2.12-bioc/R/bin/R CMD check --no-vignettes --timings survcomp_1.9.3.tar.gz
StartedAt: 2013-03-25 04:54:32 -0700 (Mon, 25 Mar 2013)
EndedAt: 2013-03-25 04:55:32 -0700 (Mon, 25 Mar 2013)
EllapsedTime: 59.3 seconds
RetCode: 0
Status:  OK 
CheckDir: survcomp.Rcheck
Warnings: 0

Command output

* using log directory ‘/home/biocbuild/bbs-2.12-bioc/meat/survcomp.Rcheck’
* using R version 3.0.0 beta (2013-03-19 r62328)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘survcomp/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘survcomp’ version ‘1.9.3’
* 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 ‘survcomp’ can be installed ... [8s/9s] OK
* 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 ... NOTE
.extract.all.parents: warning in matrix(0, nc = nsol, nr = (maxparents
  + 1)): partial argument match of 'nr' to 'nrow'
.extract.all.parents: warning in matrix(0, nc = nsol, nr = (maxparents
  + 1)): partial argument match of 'nc' to 'ncol'
* 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 examples ... [11s/11s] OK
* 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

NOTE: There was 1 note.
See
  ‘/home/biocbuild/bbs-2.12-bioc/meat/survcomp.Rcheck/00check.log’
for details.

survcomp.Rcheck/00install.out:

* installing *source* package ‘survcomp’ ...
** libs
gcc -std=gnu99 -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c concordance.index.c -o concordance.index.o
g++ -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c foo_mrmr_ensemble_surv.cpp -o foo_mrmr_ensemble_surv.o
foo_mrmr_ensemble_surv.cpp: In function ‘double get_correlation_ensemble(double*, int*, int, int, int)’:
foo_mrmr_ensemble_surv.cpp:12:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:22:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp: In function ‘double returnConcordanceIndexC(int*, int*, double*, int*, double*, int*, double*, int*, int*, int*, int, int*)’:
foo_mrmr_ensemble_surv.cpp:106:10: warning: variable ‘uhs’ set but not used [-Wunused-but-set-variable]
foo_mrmr_ensemble_surv.cpp:107:10: warning: variable ‘rphs’ set but not used [-Wunused-but-set-variable]
foo_mrmr_ensemble_surv.cpp: In function ‘void build_mim_cIndex_subset(double*, double*, int*, int, int, int*, int, int*, int*, int*, double*, int*, double*, int*, int*, int*, int*)’:
foo_mrmr_ensemble_surv.cpp:202:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:214:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:216:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:191:17: warning: unused variable ‘msurv_x’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:191:27: warning: unused variable ‘ustrat_x’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp: In function ‘void bootstrap_tree(tree<int>&, tree<double>&, double*, int*, int, int, int, int*, int*, int*, double*, int*, double*, int*, int*, int*, int, int*)’:
foo_mrmr_ensemble_surv.cpp:351:7: warning: unused variable ‘cnt_back’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:286:7: warning: unused variable ‘nsub’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp: In function ‘void bootstrap_mrmr(double&, double&, double*, int*, int, int, int, int, int, int, int, int*, int*, int*, int*, double*, int*, double*, int*, int*, int*, int, int*)’:
foo_mrmr_ensemble_surv.cpp:393:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:396:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:400:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:401:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:412:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:419:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:387:10: warning: unused variable ‘mim’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp: In function ‘double mrnet_onegene(double*, int, int, int*, int, int)’:
foo_mrmr_ensemble_surv.cpp:448:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:437:15: warning: variable ‘jmax’ set but not used [-Wunused-but-set-variable]
foo_mrmr_ensemble_surv.cpp:439:9: warning: unused variable ‘max_val’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp: In function ‘int verify_equivalentset_nparents(tree<int>&, tree<int>::pre_order_iterator, tree<int>::pre_order_iterator, tree<double>&, int)’:
foo_mrmr_ensemble_surv.cpp:467:7: warning: unused variable ‘found’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp: In function ‘void mrmr_ensemble_one_gene_remove(tree<int>&, tree<int>::pre_order_iterator, double*, int*, int, int, int, int, int, int, double, int*, int*, int*, double*, int*, double*, int*, int*, int*, int, int*)’:
foo_mrmr_ensemble_surv.cpp:593:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:596:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:597:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:604:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:646:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:654:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:657:69: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:661:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:578:24: warning: unused variable ‘nsamples_boot’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:578:48: warning: unused variable ‘tmp_val_max_ind’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:578:66: warning: unused variable ‘prev_sel_tmp’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:579:21: warning: unused variable ‘vec_sort’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:579:63: warning: variable ‘vec_local_max_sd’ set but not used [-Wunused-but-set-variable]
foo_mrmr_ensemble_surv.cpp: In function ‘SEXPREC* mrmr_cIndex_ensemble_remove(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
foo_mrmr_ensemble_surv.cpp:785:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:819:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:833:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:842:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_ensemble_surv.cpp:800:13: warning: unused variable ‘cnt2’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:803:7: warning: unused variable ‘rootdepth’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:816:7: warning: unused variable ‘ind’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:732:30: warning: unused variable ‘res_all’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:732:39: warning: unused variable ‘res_all2’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:733:6: warning: unused variable ‘vec_tmp’ [-Wunused-variable]
foo_mrmr_ensemble_surv.cpp:858:9: warning: ‘Rres’ may be used uninitialized in this function [-Wuninitialized]
foo_mrmr_ensemble_surv.cpp:820:25: warning: ‘res_old’ may be used uninitialized in this function [-Wuninitialized]
g++ -I/home/biocbuild/bbs-2.12-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c foo_mrmr_surv.cpp -o foo_mrmr_surv.o
foo_mrmr_surv.cpp: In function ‘double get_correlation(double*, int*, int, int, int)’:
foo_mrmr_surv.cpp:12:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_surv.cpp:22:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_surv.cpp: In function ‘void build_mim_subset(double*, double*, int*, int, int, int*, int)’:
foo_mrmr_surv.cpp:49:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_surv.cpp:50:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_surv.cpp:56:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_surv.cpp:58:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_surv.cpp: In function ‘double returnConcordanceIndexC(int*, int*, double*, int*, double*, int*, double*, int*, int*, int*, int*, int*)’:
foo_mrmr_surv.cpp:146:10: warning: variable ‘uhs’ set but not used [-Wunused-but-set-variable]
foo_mrmr_surv.cpp:147:10: warning: variable ‘rphs’ set but not used [-Wunused-but-set-variable]
foo_mrmr_surv.cpp: In function ‘SEXPREC* mrmr_cIndex(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
foo_mrmr_surv.cpp:300:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
foo_mrmr_surv.cpp:340:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -shared -L/usr/local/lib -o survcomp.so concordance.index.o foo_mrmr_ensemble_surv.o foo_mrmr_surv.o -L/home/biocbuild/bbs-2.12-bioc/R/lib -lR
installing to /home/biocbuild/bbs-2.12-bioc/meat/survcomp.Rcheck/survcomp/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   ‘survcomp.Rnw’ 
** testing if installed package can be loaded
* DONE (survcomp)

survcomp.Rcheck/survcomp-Ex.timings:

nameusersystemelapsed
D.index0.0760.0000.090
breastCancerData2.2000.0282.229
censor.time0.0760.0000.076
cindex.comp0.20.00.2
cindex.comp.meta0.0400.0000.037
combine.est0.0200.0000.018
combine.test0.0080.0000.010
concordance.index0.0280.0080.035
cvpl0.3040.0160.320
dindex.comp0.0400.0000.042
dindex.comp.meta0.0680.0000.067
fisherz0.0120.0040.017
forestplot.surv0.1120.0000.112
getsurv20.0280.0040.031
hazard.ratio0.0320.0000.032
hr.comp0.0440.0000.043
hr.comp.meta0.0680.0040.072
hr.comp20.0360.0000.037
iauc.comp0.9080.0200.926
ibsc.comp0.3680.0280.437
km.coxph.plot0.0640.0080.070
logpl0.0640.0000.065
mainz7g0.6040.0080.613
metaplot.surv0.0520.0000.049
mrmr.cindex0.1240.0000.125
nki7g0.5560.0040.558
no.at.risk0.1080.0000.107
sbrier.score2proba0.2520.0160.269
score2proba0.0760.0000.077
td.sens.spec0.0200.0000.018
tdrocc0.3920.0000.394
test.hetero.est0.0160.0040.018
test.hetero.test0.0120.0000.013
transbig7g0.3760.0120.387
unt7g0.4320.0120.442
upp7g0.4080.0120.422
vdx7g0.5840.0040.590