Back to Mac ARM64 build report for BioC 3.18
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-04-18 11:32:08 -0400 (Thu, 18 Apr 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.1 Venturaarm644.3.3 (2024-02-29) -- "Angel Food Cake" 4388
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 380/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cn.mops 1.48.0  (landing page)
Gundula Povysil
Snapshot Date: 2024-04-16 09:00:03 -0400 (Tue, 16 Apr 2024)
git_url: https://git.bioconductor.org/packages/cn.mops
git_branch: RELEASE_3_18
git_last_commit: f3cf243
git_last_commit_date: 2023-10-24 09:48:47 -0400 (Tue, 24 Oct 2023)
kjohnson1macOS 13.6.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for cn.mops on kjohnson1


To the developers/maintainers of the cn.mops package:
- 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.48.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:cn.mops.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings cn.mops_1.48.0.tar.gz
StartedAt: 2024-04-17 09:26:56 -0400 (Wed, 17 Apr 2024)
EndedAt: 2024-04-17 09:30:45 -0400 (Wed, 17 Apr 2024)
EllapsedTime: 229.2 seconds
RetCode: 0
Status:   OK  
CheckDir: cn.mops.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:cn.mops.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings cn.mops_1.48.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/cn.mops.Rcheck’
* using R version 4.3.3 (2024-02-29)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.1
* 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.48.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
* used C compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’
* used C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’
* used SDK: ‘MacOSX11.3.sdk’
* 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 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 is not available
* 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                                    7.759  0.078  21.410
cn.mops                                             5.825  0.183  21.249
calcFractionalCopyNumbers-CNVDetectionResult-method 5.848  0.066   5.969
calcFractionalCopyNumbers                           5.620  0.040   5.720
haplocn.mops                                        1.031  0.045  14.354
getReadCountsFromBAM                                0.467  0.028   6.533
getSegmentReadCountsFromBAM                         0.275  0.021   6.605
* 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
  ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/cn.mops.Rcheck/00check.log’
for details.



Installation output

cn.mops.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL cn.mops
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’
* installing *source* package ‘cn.mops’ ...
** using staged installation
** libs
using C compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’
using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c R_init_cnmops.c -o R_init_cnmops.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c cnmops.cpp -o cnmops.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c segment.cpp -o segment.o
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;
                                              ^
segment.cpp:64:9: warning: unused variable 'Rf_beta' [-Wunused-variable]
        double beta,nn;
               ^
/Library/Frameworks/R.framework/Resources/include/Rmath.h:210:15: note: expanded from macro 'beta'
#define beta            Rf_beta
                        ^
5 warnings generated.
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/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 /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/00LOCK-cn.mops/00new/cn.mops/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** 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
CNVDetectionResult0.0010.0000.002
calcFractionalCopyNumbers-CNVDetectionResult-method5.8480.0665.969
calcFractionalCopyNumbers5.620.045.72
calcIntegerCopyNumbers-CNVDetectionResult-method0.4220.0060.434
calcIntegerCopyNumbers0.4390.0100.459
cn.mops 5.825 0.18321.249
cnvr-CNVDetectionResult-method0.2290.0060.242
cnvr0.2310.0130.250
cnvs-CNVDetectionResult-method0.2380.0130.256
cnvs0.2330.0050.247
exomecn.mops2.2520.0322.487
getReadCountsFromBAM0.4670.0286.533
getSegmentReadCountsFromBAM0.2750.0216.605
gr-CNVDetectionResult-method0.2550.0070.273
gr0.2460.0050.253
haplocn.mops 1.031 0.04514.354
individualCall-CNVDetectionResult-method0.2390.0040.266
individualCall0.2360.0050.278
iniCall-CNVDetectionResult-method0.2490.0050.292
iniCall0.2380.0040.261
integerCopyNumber-CNVDetectionResult-method0.2300.0040.276
integerCopyNumber0.2440.0040.267
localAssessments-CNVDetectionResult-method0.2350.0040.269
localAssessments0.2310.0040.240
makeRobustCNVR0.3990.0060.407
normalizeChromosomes0.1920.0180.217
normalizeGenome0.2270.0330.267
normalizedData-CNVDetectionResult-method0.2420.0050.259
normalizedData0.2550.0150.280
params-CNVDetectionResult-method0.2370.0170.270
params0.2240.0140.253
posteriorProbs-CNVDetectionResult-method0.2160.0050.227
posteriorProbs0.2380.0080.261
referencecn.mops 7.759 0.07821.410
sampleNames-CNVDetectionResult-method0.2220.0050.251
sampleNames0.2290.0040.245
segment0.0200.0000.021
segmentation-CNVDetectionResult-method0.2370.0070.256
segmentation0.2240.0050.241
segplot-CNVDetectionResult-method0.8780.0110.934
segplot1.3790.0501.537
singlecn.mops0.6610.0090.760