Back to Multiple platform build/check report for BioC 3.6
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for cn.mops on veracruz1

This page was generated on 2018-04-12 13:35:09 -0400 (Thu, 12 Apr 2018).

Package 256/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cn.mops 1.24.0
Guenter Klambauer
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/cn.mops
Branch: RELEASE_3_6
Last Commit: 18919e0
Last Changed Date: 2017-10-30 12:39:37 -0400 (Mon, 30 Oct 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: cn.mops
Version: 1.24.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings cn.mops_1.24.0.tar.gz
StartedAt: 2018-04-12 01:52:54 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 01:57:28 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 274.6 seconds
RetCode: 0
Status:  OK 
CheckDir: cn.mops.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings cn.mops_1.24.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.6-bioc/meat/cn.mops.Rcheck’
* using R version 3.4.4 (2018-03-15)
* using platform: x86_64-apple-darwin15.6.0 (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.24.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 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 sizes of PDF files under ‘inst/doc’ ... 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 10.826  0.109  14.206
referencecn.mops                                    10.284  0.050  21.714
calcFractionalCopyNumbers                            9.595  0.047  12.230
cn.mops                                              8.641  0.153  29.556
haplocn.mops                                         1.912  0.025  14.977
getReadCountsFromBAM                                 1.008  0.014   9.503
getSegmentReadCountsFromBAM                          0.311  0.007   8.402
* 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


Installation output

cn.mops.Rcheck/00install.out

* installing *source* package ‘cn.mops’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c R_init_cnmops.c -o R_init_cnmops.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c cnmops.cpp -o cnmops.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c segment.cpp -o segment.o
segment.cpp:64:9: warning: unused variable 'Rf_beta' [-Wunused-variable]
        double beta,nn;
               ^
/Library/Frameworks/R.framework/Resources/include/Rmath.h:228:15: note: expanded from macro 'beta'
#define beta            Rf_beta
                        ^
1 warning generated.
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o cn.mops.so R_init_cnmops.o cnmops.o segment.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.6-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)

Tests output


Example timings

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

nameusersystemelapsed
CNVDetectionResult0.0020.0010.003
calcFractionalCopyNumbers-CNVDetectionResult-method10.826 0.10914.206
calcFractionalCopyNumbers 9.595 0.04712.230
calcIntegerCopyNumbers-CNVDetectionResult-method0.7450.0100.959
calcIntegerCopyNumbers1.1890.0081.510
cn.mops 8.641 0.15329.556
cnvr-CNVDetectionResult-method0.2710.0110.314
cnvr0.2590.0070.332
cnvs-CNVDetectionResult-method0.2690.0080.351
cnvs0.2650.0060.345
exomecn.mops3.6120.0384.636
getReadCountsFromBAM1.0080.0149.503
getSegmentReadCountsFromBAM0.3110.0078.402
gr-CNVDetectionResult-method0.2510.0080.260
gr0.2480.0080.263
haplocn.mops 1.912 0.02514.977
individualCall-CNVDetectionResult-method0.2820.0090.319
individualCall0.5330.0170.688
iniCall-CNVDetectionResult-method0.2780.0110.364
iniCall0.2730.0150.362
integerCopyNumber-CNVDetectionResult-method0.2920.0160.406
integerCopyNumber0.2850.0140.401
localAssessments-CNVDetectionResult-method0.2770.0150.385
localAssessments0.2880.0160.392
makeRobustCNVR0.4250.0140.568
normalizeChromosomes0.3240.0290.457
normalizeGenome0.3230.0180.452
normalizedData-CNVDetectionResult-method0.2740.0100.350
normalizedData0.2850.0120.386
params-CNVDetectionResult-method0.2380.0170.262
params0.2620.0170.286
posteriorProbs-CNVDetectionResult-method0.2470.0110.270
posteriorProbs0.2470.0100.261
referencecn.mops10.284 0.05021.714
sampleNames-CNVDetectionResult-method0.2420.0110.275
sampleNames0.2480.0100.262
segment0.0260.0000.030
segmentation-CNVDetectionResult-method0.2700.0120.288
segmentation0.2790.0120.292
segplot-CNVDetectionResult-method1.2370.0141.263
segplot1.5630.0181.599
singlecn.mops0.9540.0160.977