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 3.5: CHECK report for cn.mops on malbec2

This page was generated on 2017-08-16 13:14:16 -0400 (Wed, 16 Aug 2017).

Package 242/1382HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cn.mops 1.22.0
Guenter Klambauer
Snapshot Date: 2017-08-15 17:17:57 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/madman/Rpacks/cn.mops
Last Changed Rev: 129126 / Revision: 131943
Last Changed Date: 2017-04-24 15:25:24 -0400 (Mon, 24 Apr 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz2 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: cn.mops
Version: 1.22.0
Command: /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings cn.mops_1.22.0.tar.gz
StartedAt: 2017-08-15 22:02:10 -0400 (Tue, 15 Aug 2017)
EndedAt: 2017-08-15 22:05:47 -0400 (Tue, 15 Aug 2017)
EllapsedTime: 216.5 seconds
RetCode: 0
Status:  OK 
CheckDir: cn.mops.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings cn.mops_1.22.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.5-bioc/meat/cn.mops.Rcheck’
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘cn.mops/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘cn.mops’ version ‘1.22.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.mops’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ 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 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 compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                                                      user system elapsed
calcFractionalCopyNumbers-CNVDetectionResult-method 16.236  0.044  16.302
referencecn.mops                                     9.764  0.064  19.140
cn.mops                                              8.656  0.144  22.332
calcFractionalCopyNumbers                            7.608  0.008   7.620
haplocn.mops                                         2.076  0.092  12.383
getReadCountsFromBAM                                 0.660  0.036   5.977
getSegmentReadCountsFromBAM                          0.364  0.068   5.881
* 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
* DONE

Status: OK

cn.mops.Rcheck/00install.out:

* installing *source* package ‘cn.mops’ ...
** libs
gcc -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c R_init_cnmops.c -o R_init_cnmops.o
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c cnmops.cpp -o cnmops.o
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c segment.cpp -o segment.o
segment.cpp: In function ‘SEXPREC* segment(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
segment.cpp:59:20: warning: variable ‘globalSd’ set but not used [-Wunused-but-set-variable]
  double globalMean,globalSd,diff,M2,globalVariance;
                    ^
segment.cpp:60:9: warning: variable ‘oldStatistic’ set but not used [-Wunused-but-set-variable]
  double oldStatistic, meanLeft,meanRight,varLeft,varRight;
         ^
segment.cpp:61:31: warning: variable ‘maxStatistic’ set but not used [-Wunused-but-set-variable]
  double newStatistic,meanDiff,maxStatistic,DOF,a,b,eps1;
                               ^
segment.cpp:62:40: warning: variable ‘maxIdx’ set but not used [-Wunused-but-set-variable]
  double newPValue, maxPValue,oldPValue,maxIdx;
                                        ^
In file included from segment.cpp:10:0:
/home/biocbuild/bbs-3.5-bioc/R/include/Rmath.h:228:15: warning: unused variable ‘Rf_beta’ [-Wunused-variable]
 #define beta  Rf_beta
               ^
segment.cpp:64:9: note: in expansion of macro ‘beta’
  double beta,nn;
         ^
g++ -shared -L/home/biocbuild/bbs-3.5-bioc/R/lib -L/usr/local/lib -o cn.mops.so R_init_cnmops.o cnmops.o segment.o -L/home/biocbuild/bbs-3.5-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.5-bioc/meat/cn.mops.Rcheck/cn.mops/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (cn.mops)

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

nameusersystemelapsed
CNVDetectionResult0.0000.0000.001
calcFractionalCopyNumbers-CNVDetectionResult-method16.236 0.04416.302
calcFractionalCopyNumbers7.6080.0087.620
calcIntegerCopyNumbers-CNVDetectionResult-method0.8560.0000.856
calcIntegerCopyNumbers1.2160.0001.216
cn.mops 8.656 0.14422.332
cnvr-CNVDetectionResult-method0.2840.0080.291
cnvr0.2920.0000.292
cnvs-CNVDetectionResult-method0.2040.0000.206
cnvs0.1960.0000.197
exomecn.mops3.2840.0123.300
getReadCountsFromBAM0.6600.0365.977
getSegmentReadCountsFromBAM0.3640.0685.881
gr-CNVDetectionResult-method0.2280.0080.234
gr0.2640.0040.267
haplocn.mops 2.076 0.09212.383
individualCall-CNVDetectionResult-method0.2000.0080.206
individualCall0.2080.0040.212
iniCall-CNVDetectionResult-method0.2160.0040.219
iniCall0.1960.0000.196
integerCopyNumber-CNVDetectionResult-method0.2040.0000.203
integerCopyNumber0.20.00.2
localAssessments-CNVDetectionResult-method0.2040.0000.205
localAssessments0.1920.0040.196
makeRobustCNVR0.2920.0000.293
normalizeChromosomes0.1760.0160.193
normalizeGenome0.2120.0000.212
normalizedData-CNVDetectionResult-method0.2040.0040.205
normalizedData0.2080.0000.207
params-CNVDetectionResult-method0.1880.0000.189
params0.1960.0040.198
posteriorProbs-CNVDetectionResult-method0.1920.0040.198
posteriorProbs0.1880.0000.188
referencecn.mops 9.764 0.06419.140
sampleNames-CNVDetectionResult-method0.1960.0160.216
sampleNames0.2000.0080.210
segment0.020.000.02
segmentation-CNVDetectionResult-method0.2040.0000.207
segmentation0.1920.0000.191
segplot-CNVDetectionResult-method0.8840.0080.894
segplot1.1760.0041.182
singlecn.mops0.7160.0040.721