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 veracruz2

This page was generated on 2017-08-16 13:30:02 -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: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings cn.mops_1.22.0.tar.gz
StartedAt: 2017-08-16 01:08:06 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 01:12:42 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 275.7 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.22.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/cn.mops.Rcheck’
* using R version 3.4.1 (2017-06-30)
* 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.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 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
referencecn.mops                                    10.787  0.039  25.484
calcFractionalCopyNumbers-CNVDetectionResult-method 10.362  0.097  13.221
calcFractionalCopyNumbers                            9.316  0.046  11.761
cn.mops                                              8.143  0.131  28.068
haplocn.mops                                         1.990  0.022  17.315
getReadCountsFromBAM                                 0.942  0.011   9.088
getSegmentReadCountsFromBAM                          0.283  0.006   7.773
* 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
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.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.0020.0000.002
calcFractionalCopyNumbers-CNVDetectionResult-method10.362 0.09713.221
calcFractionalCopyNumbers 9.316 0.04611.761
calcIntegerCopyNumbers-CNVDetectionResult-method0.7210.0140.937
calcIntegerCopyNumbers1.1400.0131.490
cn.mops 8.143 0.13128.068
cnvr-CNVDetectionResult-method0.2650.0080.297
cnvr0.2580.0060.331
cnvs-CNVDetectionResult-method0.2590.0060.322
cnvs0.2580.0060.323
exomecn.mops3.5310.0394.375
getReadCountsFromBAM0.9420.0119.088
getSegmentReadCountsFromBAM0.2830.0067.773
gr-CNVDetectionResult-method0.2570.0050.262
gr0.2470.0040.252
haplocn.mops 1.990 0.02217.315
individualCall-CNVDetectionResult-method0.2700.0040.300
individualCall0.5010.0100.653
iniCall-CNVDetectionResult-method0.2720.0050.372
iniCall0.2710.0040.354
integerCopyNumber-CNVDetectionResult-method0.2720.0060.346
integerCopyNumber0.2730.0040.354
localAssessments-CNVDetectionResult-method0.2700.0050.352
localAssessments0.2730.0060.359
makeRobustCNVR0.3880.0040.495
normalizeChromosomes0.3110.0180.419
normalizeGenome0.3090.0080.401
normalizedData-CNVDetectionResult-method0.2720.0060.358
normalizedData0.2900.0060.377
params-CNVDetectionResult-method0.2530.0120.346
params0.2580.0120.351
posteriorProbs-CNVDetectionResult-method0.2560.0050.323
posteriorProbs0.2440.0050.319
referencecn.mops10.787 0.03925.484
sampleNames-CNVDetectionResult-method0.2610.0050.302
sampleNames0.2790.0060.347
segment0.0290.0000.036
segmentation-CNVDetectionResult-method0.2870.0070.353
segmentation0.2610.0050.307
segplot-CNVDetectionResult-method1.1740.0061.518
segplot1.6290.0162.136
singlecn.mops1.0780.0151.420