Back to Multiple platform build/check report for BioC 3.21:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-02-15 11:41 -0500 (Sat, 15 Feb 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4720
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4482
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-01-22 r87618) -- "Unsuffered Consequences" 4493
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4446
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

Package 385/2295HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cn.mops 1.53.0  (landing page)
Gundula Povysil
Snapshot Date: 2025-02-14 13:40 -0500 (Fri, 14 Feb 2025)
git_url: https://git.bioconductor.org/packages/cn.mops
git_branch: devel
git_last_commit: f3ed325
git_last_commit_date: 2025-01-01 13:36:05 -0500 (Wed, 01 Jan 2025)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published


CHECK results for cn.mops on palomino7

To the developers/maintainers of the cn.mops package:
- 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 Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: cn.mops
Version: 1.53.0
Command: E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:cn.mops.install-out.txt --library=E:\biocbuild\bbs-3.21-bioc\R\library --no-vignettes --timings cn.mops_1.53.0.tar.gz
StartedAt: 2025-02-14 23:49:01 -0500 (Fri, 14 Feb 2025)
EndedAt: 2025-02-14 23:53:06 -0500 (Fri, 14 Feb 2025)
EllapsedTime: 244.8 seconds
RetCode: 0
Status:   OK  
CheckDir: cn.mops.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:cn.mops.install-out.txt --library=E:\biocbuild\bbs-3.21-bioc\R\library --no-vignettes --timings cn.mops_1.53.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'E:/biocbuild/bbs-3.21-bioc/meat/cn.mops.Rcheck'
* using R Under development (unstable) (2025-01-21 r87610 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 13.3.0
    GNU Fortran (GCC) 13.3.0
* running under: Windows Server 2022 x64 (build 20348)
* 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.53.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
* used C compiler: 'gcc.exe (GCC) 13.3.0'
* used C++ compiler: 'G__~1.EXE (GCC) 13.3.0'
* 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 code 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 whether startup messages can be suppressed ... 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 x64 is not available
File 'E:/biocbuild/bbs-3.21-bioc/R/library/cn.mops/libs/x64/cn.mops.dll':
  Found '_exit', possibly from '_exit' (C)
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)

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 nor [v]sprintf. 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 sizes of PDF files under 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                                     user system elapsed
referencecn.mops                                    16.34   0.00   27.60
calcFractionalCopyNumbers-CNVDetectionResult-method 11.09   0.08   11.17
calcFractionalCopyNumbers                           10.78   0.02   10.81
cn.mops                                              9.09   0.16   23.75
haplocn.mops                                         1.12   0.07   12.19
getReadCountsFromBAM                                 0.47   0.00    5.69
getSegmentReadCountsFromBAM                          0.30   0.00    5.45
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... 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
  'E:/biocbuild/bbs-3.21-bioc/meat/cn.mops.Rcheck/00check.log'
for details.


Installation output

cn.mops.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL cn.mops
###
##############################################################################
##############################################################################


* installing to library 'E:/biocbuild/bbs-3.21-bioc/R/library'
* installing *source* package 'cn.mops' ...
** this is package 'cn.mops' version '1.53.0'
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
using C++ compiler: 'G__~1.EXE (GCC) 13.3.0'
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c R_init_cnmops.c -o R_init_cnmops.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -DR_NO_REMAP -c cnmops.cpp -o cnmops.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -DR_NO_REMAP -c segment.cpp -o segment.o
segment.cpp: In function 'SEXPREC* segment(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
segment.cpp:59:27: warning: variable 'globalSd' set but not used [-Wunused-but-set-variable]
   59 |         double globalMean,globalSd,diff,M2,globalVariance;
      |                           ^~~~~~~~
segment.cpp:60:16: warning: variable 'oldStatistic' set but not used [-Wunused-but-set-variable]
   60 |         double oldStatistic, meanLeft,meanRight,varLeft,varRight;
      |                ^~~~~~~~~~~~
segment.cpp:61:38: warning: variable 'maxStatistic' set but not used [-Wunused-but-set-variable]
   61 |         double newStatistic,meanDiff,maxStatistic,DOF,a,b,eps1;
      |                                      ^~~~~~~~~~~~
segment.cpp:62:47: warning: variable 'maxIdx' set but not used [-Wunused-but-set-variable]
   62 |         double newPValue, maxPValue,oldPValue,maxIdx;
      |                                               ^~~~~~
In file included from segment.cpp:10:
E:/biocbuild/bbs-3.21-bioc/R/include/Rmath.h:211:25: warning: unused variable 'Rf_beta' [-Wunused-variable]
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
segment.cpp:64:16: note: in expansion of macro 'beta'
   64 |         double beta,nn;
      |                ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o cn.mops.dll tmp.def R_init_cnmops.o cnmops.o segment.o -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LE:/biocbuild/bbs-3.21-bioc/R/bin/x64 -lR
installing to E:/biocbuild/bbs-3.21-bioc/R/library/00LOCK-cn.mops/00new/cn.mops/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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
* DONE (cn.mops)

Tests output


Example timings

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

nameusersystemelapsed
CNVDetectionResult000
calcFractionalCopyNumbers-CNVDetectionResult-method11.09 0.0811.17
calcFractionalCopyNumbers10.78 0.0210.81
calcIntegerCopyNumbers-CNVDetectionResult-method0.520.000.51
calcIntegerCopyNumbers0.360.030.39
cn.mops 9.09 0.1623.75
cnvr-CNVDetectionResult-method0.270.000.27
cnvr0.250.010.26
cnvs-CNVDetectionResult-method0.280.020.30
cnvs0.280.010.30
exomecn.mops3.280.033.31
getReadCountsFromBAM0.470.005.69
getSegmentReadCountsFromBAM0.300.005.45
gr-CNVDetectionResult-method0.270.000.27
gr0.220.000.21
haplocn.mops 1.12 0.0712.19
individualCall-CNVDetectionResult-method0.240.010.25
individualCall0.250.020.27
iniCall-CNVDetectionResult-method0.250.000.25
iniCall0.210.000.22
integerCopyNumber-CNVDetectionResult-method0.300.010.31
integerCopyNumber0.310.000.31
localAssessments-CNVDetectionResult-method0.210.030.24
localAssessments0.250.000.25
makeRobustCNVR0.430.000.43
normalizeChromosomes0.130.020.14
normalizeGenome0.120.000.13
normalizedData-CNVDetectionResult-method0.290.000.28
normalizedData0.310.000.31
params-CNVDetectionResult-method0.230.000.24
params0.270.030.29
posteriorProbs-CNVDetectionResult-method0.220.020.24
posteriorProbs0.20.00.2
referencecn.mops16.34 0.0027.60
sampleNames-CNVDetectionResult-method0.210.030.23
sampleNames0.310.000.31
segment0.030.000.03
segmentation-CNVDetectionResult-method0.280.030.32
segmentation0.300.000.29
segplot-CNVDetectionResult-method1.310.001.32
segplot1.440.031.46
singlecn.mops0.890.020.91