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

This page was generated on 2022-04-13 12:06:21 -0400 (Wed, 13 Apr 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.4 LTS)x86_644.1.3 (2022-03-10) -- "One Push-Up" 4324
tokay2Windows Server 2012 R2 Standardx644.1.3 (2022-03-10) -- "One Push-Up" 4077
machv2macOS 10.14.6 Mojavex86_644.1.3 (2022-03-10) -- "One Push-Up" 4137
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for cn.mops on tokay2


To the developers/maintainers of the cn.mops package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/cn.mops.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 348/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cn.mops 1.40.0  (landing page)
Gundula Povysil
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/cn.mops
git_branch: RELEASE_3_14
git_last_commit: 498dbf7
git_last_commit_date: 2021-10-26 12:01:20 -0400 (Tue, 26 Oct 2021)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: cn.mops
Version: 1.40.0
Command: C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:cn.mops.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings cn.mops_1.40.0.tar.gz
StartedAt: 2022-04-12 17:31:50 -0400 (Tue, 12 Apr 2022)
EndedAt: 2022-04-12 17:38:36 -0400 (Tue, 12 Apr 2022)
EllapsedTime: 405.8 seconds
RetCode: 0
Status:   OK  
CheckDir: cn.mops.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:cn.mops.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings cn.mops_1.40.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.14-bioc/meat/cn.mops.Rcheck'
* using R version 4.1.3 (2022-03-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'cn.mops/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'cn.mops' version '1.40.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 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.14-bioc/R/library/cn.mops/libs/i386/cn.mops.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.14-bioc/R/library/cn.mops/libs/x64/cn.mops.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                                     user system elapsed
referencecn.mops                                    20.27   0.03   31.68
calcFractionalCopyNumbers                           11.76   0.23   12.00
calcFractionalCopyNumbers-CNVDetectionResult-method 11.45   0.02   11.47
cn.mops                                              8.51   0.28   22.59
haplocn.mops                                         1.42   0.01   13.81
getReadCountsFromBAM                                 0.78   0.01    7.38
getSegmentReadCountsFromBAM                          0.47   0.00    5.14
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                                     user system elapsed
referencecn.mops                                    18.05   0.00   31.42
calcFractionalCopyNumbers-CNVDetectionResult-method 12.22   0.00   12.22
calcFractionalCopyNumbers                           11.38   0.03   11.40
cn.mops                                              9.44   0.15   24.58
haplocn.mops                                         1.49   0.00   11.83
getReadCountsFromBAM                                 0.56   0.02    6.61
getSegmentReadCountsFromBAM                          0.49   0.00    5.33
* 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: 1 NOTE
See
  'C:/Users/biocbuild/bbs-3.14-bioc/meat/cn.mops.Rcheck/00check.log'
for details.



Installation output

cn.mops.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.166/BBS/3.14/bioc/src/contrib/cn.mops_1.40.0.tar.gz && rm -rf cn.mops.buildbin-libdir && mkdir cn.mops.buildbin-libdir && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=cn.mops.buildbin-libdir cn.mops_1.40.0.tar.gz && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL cn.mops_1.40.0.zip && rm cn.mops_1.40.0.tar.gz cn.mops_1.40.0.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 97  630k   97  615k    0     0  1174k      0 --:--:-- --:--:-- --:--:-- 1174k
100  630k  100  630k    0     0  1196k      0 --:--:-- --:--:-- --:--:-- 1196k

install for i386

* installing *source* package 'cn.mops' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c R_init_cnmops.c -o R_init_cnmops.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cnmops.cpp -o cnmops.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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:
C:/Users/BIOCBU~1/BBS-3~1.14-/R/include/Rmath.h:208: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;
         ^~~~
C:/rtools40/mingw32/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o cn.mops.dll tmp.def R_init_cnmops.o cnmops.o segment.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.14-bioc/meat/cn.mops.buildbin-libdir/00LOCK-cn.mops/00new/cn.mops/libs/i386
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'cn.mops'
    finding HTML links ... done
    CNVDetectionResult                      html  
REDIRECT:topic	 Previous alias or file overwritten by alias: C:/Users/biocbuild/bbs-3.14-bioc/meat/cn.mops.buildbin-libdir/00LOCK-cn.mops/00new/cn.mops/help/cnvdetectionresult.html
REDIRECT:topic	 Previous alias or file overwritten by alias: C:/Users/biocbuild/bbs-3.14-bioc/meat/cn.mops.buildbin-libdir/00LOCK-cn.mops/00new/cn.mops/help/CnvDetectionResult.html
    CNVRanges                               html  
    X                                       html  
    XRanges                                 html  
    calcFractionalCopyNumbers-CNVDetectionResult-method
                                            html  
    calcFractionalCopyNumbers               html  
    calcIntegerCopyNumbers-CNVDetectionResult-method
                                            html  
    calcIntegerCopyNumbers                  html  
    cn.mops                                 html  
    cnvr-CNVDetectionResult-method          html  
    cnvr                                    html  
    cnvs-CNVDetectionResult-method          html  
    cnvs                                    html  
    exomeCounts                             html  
    exomecn.mops                            html  
    getReadCountsFromBAM                    html  
    getSegmentReadCountsFromBAM             html  
    gr-CNVDetectionResult-method            html  
    gr                                      html  
    haplocn.mops                            html  
    individualCall-CNVDetectionResult-method
                                            html  
    individualCall                          html  
    iniCall-CNVDetectionResult-method       html  
    iniCall                                 html  
    integerCopyNumber-CNVDetectionResult-method
                                            html  
    integerCopyNumber                       html  
    localAssessments-CNVDetectionResult-method
                                            html  
    localAssessments                        html  
    makeRobustCNVR                          html  
    normalizeChromosomes                    html  
    normalizeGenome                         html  
    normalizedData-CNVDetectionResult-method
                                            html  
    normalizedData                          html  
    params-CNVDetectionResult-method        html  
    params                                  html  
    plot                                    html  
    posteriorProbs-CNVDetectionResult-method
                                            html  
    posteriorProbs                          html  
    referencecn.mops                        html  
    sampleNames-CNVDetectionResult-method   html  
    sampleNames                             html  
    segment                                 html  
    segmentation-CNVDetectionResult-method
                                            html  
    segmentation                            html  
    segplot-CNVDetectionResult-method       html  
    segplot                                 html  
    show                                    html  
    singlecn.mops                           html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'cn.mops' ...
** libs
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c R_init_cnmops.c -o R_init_cnmops.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cnmops.cpp -o cnmops.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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:
C:/Users/BIOCBU~1/BBS-3~1.14-/R/include/Rmath.h:208: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;
         ^~~~
C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o cn.mops.dll tmp.def R_init_cnmops.o cnmops.o segment.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.14-bioc/meat/cn.mops.buildbin-libdir/cn.mops/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'cn.mops' as cn.mops_1.40.0.zip
* DONE (cn.mops)
* installing to library 'C:/Users/biocbuild/bbs-3.14-bioc/R/library'
package 'cn.mops' successfully unpacked and MD5 sums checked

Tests output


Example timings

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

nameusersystemelapsed
CNVDetectionResult0.020.000.01
calcFractionalCopyNumbers-CNVDetectionResult-method11.45 0.0211.47
calcFractionalCopyNumbers11.76 0.2312.00
calcIntegerCopyNumbers-CNVDetectionResult-method0.50.00.5
calcIntegerCopyNumbers0.440.020.45
cn.mops 8.51 0.2822.59
cnvr-CNVDetectionResult-method0.350.000.34
cnvr0.290.000.30
cnvs-CNVDetectionResult-method0.310.000.32
cnvs0.300.000.29
exomecn.mops3.800.103.89
getReadCountsFromBAM0.780.017.38
getSegmentReadCountsFromBAM0.470.005.14
gr-CNVDetectionResult-method0.430.020.45
gr0.330.020.35
haplocn.mops 1.42 0.0113.81
individualCall-CNVDetectionResult-method0.390.000.39
individualCall0.320.000.31
iniCall-CNVDetectionResult-method0.280.020.30
iniCall0.280.010.30
integerCopyNumber-CNVDetectionResult-method0.280.000.28
integerCopyNumber0.270.020.28
localAssessments-CNVDetectionResult-method0.260.000.26
localAssessments0.270.000.27
makeRobustCNVR0.390.030.42
normalizeChromosomes0.150.030.19
normalizeGenome0.180.000.17
normalizedData-CNVDetectionResult-method0.260.000.27
normalizedData0.270.000.26
params-CNVDetectionResult-method0.260.020.28
params0.270.000.27
posteriorProbs-CNVDetectionResult-method0.250.000.25
posteriorProbs0.240.000.23
referencecn.mops20.27 0.0331.68
sampleNames-CNVDetectionResult-method0.370.010.39
sampleNames0.290.000.28
segment0.010.000.02
segmentation-CNVDetectionResult-method0.280.000.28
segmentation0.270.000.27
segplot-CNVDetectionResult-method1.560.021.58
segplot1.470.031.50
singlecn.mops0.780.000.78

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

nameusersystemelapsed
CNVDetectionResult000
calcFractionalCopyNumbers-CNVDetectionResult-method12.22 0.0012.22
calcFractionalCopyNumbers11.38 0.0311.40
calcIntegerCopyNumbers-CNVDetectionResult-method0.480.010.50
calcIntegerCopyNumbers0.450.040.49
cn.mops 9.44 0.1524.58
cnvr-CNVDetectionResult-method0.350.000.34
cnvr0.450.000.45
cnvs-CNVDetectionResult-method0.400.050.46
cnvs0.300.000.29
exomecn.mops4.330.034.36
getReadCountsFromBAM0.560.026.61
getSegmentReadCountsFromBAM0.490.005.33
gr-CNVDetectionResult-method0.470.010.49
gr0.350.000.35
haplocn.mops 1.49 0.0011.83
individualCall-CNVDetectionResult-method0.390.000.39
individualCall0.330.000.33
iniCall-CNVDetectionResult-method0.310.000.31
iniCall0.30.00.3
integerCopyNumber-CNVDetectionResult-method0.290.020.31
integerCopyNumber0.250.010.27
localAssessments-CNVDetectionResult-method0.270.000.26
localAssessments0.270.000.27
makeRobustCNVR0.450.000.45
normalizeChromosomes0.170.000.18
normalizeGenome0.160.030.18
normalizedData-CNVDetectionResult-method0.260.020.28
normalizedData0.30.00.3
params-CNVDetectionResult-method0.230.030.27
params0.270.000.26
posteriorProbs-CNVDetectionResult-method0.250.000.25
posteriorProbs0.250.000.25
referencecn.mops18.05 0.0031.42
sampleNames-CNVDetectionResult-method0.370.020.39
sampleNames0.310.000.31
segment0.030.000.03
segmentation-CNVDetectionResult-method0.30.00.3
segmentation0.280.000.28
segplot-CNVDetectionResult-method1.380.001.37
segplot1.360.001.36
singlecn.mops0.800.010.81