Back to Multiple platform build/check report for BioC 3.12
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

CHECK report for MesKit on malbec1

This page was generated on 2021-05-06 12:28:10 -0400 (Thu, 06 May 2021).

To the developers/maintainers of the MesKit package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 1041/1974HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
MesKit 1.0.1  (landing page)
Mengni Liu
Snapshot Date: 2021-05-05 14:51:38 -0400 (Wed, 05 May 2021)
URL: https://git.bioconductor.org/packages/MesKit
Branch: RELEASE_3_12
Last Commit: 5896d35
Last Changed Date: 2021-03-26 21:12:13 -0400 (Fri, 26 Mar 2021)
malbec1Linux (Ubuntu 18.04.5 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version exists in internal repository
tokay1Windows Server 2012 R2 Standard / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version exists in internal repository
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version exists in internal repository

Summary

Package: MesKit
Version: 1.0.1
Command: /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD check --install=check:MesKit.install-out.txt --library=/home/biocbuild/bbs-3.12-bioc/R/library --no-vignettes --timings MesKit_1.0.1.tar.gz
StartedAt: 2021-05-06 03:13:22 -0400 (Thu, 06 May 2021)
EndedAt: 2021-05-06 03:22:33 -0400 (Thu, 06 May 2021)
EllapsedTime: 551.1 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: MesKit.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD check --install=check:MesKit.install-out.txt --library=/home/biocbuild/bbs-3.12-bioc/R/library --no-vignettes --timings MesKit_1.0.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.12-bioc/meat/MesKit.Rcheck’
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘MesKit/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘MesKit’ version ‘1.0.1’
* package encoding: UTF-8
* 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 ‘MesKit’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  6.0Mb
  sub-directories of 1Mb or more:
    extdata   4.9Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... NOTE
File
  LICENSE
is not mentioned in the DESCRIPTION file.
* 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 ... NOTE
calJSI : processJSI: no visible binding for global variable ‘CCF’
cna2gene: no visible global function definition for ‘genes’
cna2gene: no visible binding for global variable ‘org.Hs.eg.db’
cna2gene: no visible binding for global variable ‘seqnames’
cna2gene: no visible binding for global variable ‘Chromosome’
cna2gene: no visible binding for global variable ‘Hugo_Symbol’
cna2gene: no visible binding for global variable ‘Start_Position’
cna2gene: no visible binding for global variable ‘End_Position’
cna2gene: no visible binding for global variable ‘i.End_Position’
cna2gene: no visible binding for global variable ‘i.Start_Position’
cna2gene: no visible binding for global variable ‘Patient_ID’
cna2gene: no visible binding for global variable ‘Tumor_Sample_Barcode’
cna2gene: no visible binding for global variable ‘seg_id’
cna2gene: no visible binding for global variable ‘overlap_width’
copyNumberFilter: no visible binding for global variable ‘Patient_ID’
drawVAFCombine: no visible binding for global variable ‘V’
drawVAFCombineVline: no visible binding for global variable ‘V’
fitSignatures : processFitSig: no visible binding for global variable
  ‘Branch’
fitSignatures : processFitSig: no visible binding for global variable
  ‘Original’
fitSignatures : processFitSig: no visible binding for global variable
  ‘Reconstructed’
mutCluster : processVafcluster_sample: no visible binding for global
  variable ‘cluster’
plotCNA: no visible binding for global variable ‘Cytoband’
plotCNA: no visible binding for global variable ‘Cytoband_pos’
plotCNA: no visible binding for global variable ‘gene_id’
plotCNA: no visible binding for global variable ‘gene_pos’
plotCNA: no visible binding for global variable ‘Hugo_Symbol’
plotTree: no visible binding for global variable ‘is.match’
plotTree: no visible binding for global variable ‘x’
plotTree: no visible binding for global variable ‘y’
plotTree: no visible binding for global variable ‘xend’
plotTree: no visible binding for global variable ‘yend’
Undefined global functions or variables:
  Branch CCF Chromosome Cytoband Cytoband_pos End_Position Hugo_Symbol
  Original Patient_ID Reconstructed Start_Position Tumor_Sample_Barcode
  V cluster gene_id gene_pos genes i.End_Position i.Start_Position
  is.match org.Hs.eg.db overlap_width seg_id seqnames x xend y yend
* 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 ... WARNING
Documented arguments not in \usage in documentation object 'subMaf':
  ‘min.average.adj.vaf’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                       user system elapsed
cna2gene             22.948  0.372  24.992
getPhyloTree         17.412  0.008  17.415
getBinaryMatrix      15.536  0.008  15.522
getBranchType        15.396  0.012  15.412
getTreeMethod        15.196  0.000  15.184
getPhyloTreeRef      14.928  0.000  15.007
getPhyloTreePatient  14.900  0.004  14.888
getCCFMatrix         14.812  0.020  14.814
calFst               14.672  0.068  14.800
getMutBranches       14.528  0.020  14.526
getTree              14.228  0.012  14.223
getPhyloTreeTsbLabel 14.224  0.000  14.218
getBootstrapValue    14.104  0.004  14.091
compareCCF           12.164  0.436  12.602
plotMutSigProfile    11.632  0.036  11.662
compareTree          11.532  0.008  11.617
calNeiDist           11.304  0.028  11.310
calJSI               10.820  0.008  10.815
mutHeatmap           10.684  0.004  10.673
ccfAUC                9.036  0.020   9.047
plotMutProfile        8.616  0.004   8.598
testNeutral           8.564  0.004   8.554
plotPhyloTree         8.560  0.000   8.552
mutTrunkBranch        8.400  0.024   8.415
triMatrix             8.256  0.048   8.298
fitSignatures         7.460  0.056   7.553
classifyMut           6.520  0.000   6.494
getMafData            5.872  0.008   5.875
mutCluster            5.776  0.080   5.840
mathScore             5.704  0.004   5.704
getNonSyn_vc          5.528  0.000   5.542
getMafPatient         5.256  0.004   5.246
* 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 WARNING, 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.12-bioc/meat/MesKit.Rcheck/00check.log’
for details.



Installation output

MesKit.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD INSTALL MesKit
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.12-bioc/R/library’
* installing *source* package ‘MesKit’ ...
** using staged installation
** R
** 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 (MesKit)

Tests output


Example timings

MesKit.Rcheck/MesKit-Ex.timings

nameusersystemelapsed
calFst14.672 0.06814.800
calJSI10.820 0.00810.815
calNeiDist11.304 0.02811.310
ccfAUC9.0360.0209.047
classifyMut6.5200.0006.494
cna2gene22.948 0.37224.992
compareCCF12.164 0.43612.602
compareTree11.532 0.00811.617
fitSignatures7.4600.0567.553
getBinaryMatrix15.536 0.00815.522
getBootstrapValue14.104 0.00414.091
getBranchType15.396 0.01215.412
getCCFMatrix14.812 0.02014.814
getMafData5.8720.0085.875
getMafPatient5.2560.0045.246
getMafRef4.4200.0004.408
getMutBranches14.528 0.02014.526
getNonSyn_vc5.5280.0005.542
getPhyloTree17.412 0.00817.415
getPhyloTreePatient14.900 0.00414.888
getPhyloTreeRef14.928 0.00015.007
getPhyloTreeTsbLabel14.224 0.00014.218
getSampleInfo4.8400.0004.837
getTree14.228 0.01214.223
getTreeMethod15.196 0.00015.184
mathScore5.7040.0045.704
mutCluster5.7760.0805.840
mutHeatmap10.684 0.00410.673
mutTrunkBranch8.4000.0248.415
plotCNA4.1440.0044.084
plotMutProfile8.6160.0048.598
plotMutSigProfile11.632 0.03611.662
plotPhyloTree8.5600.0008.552
readMaf4.4920.0004.466
readSegment0.6680.0000.638
runMesKit000
subMaf3.7320.0003.713
testNeutral8.5640.0048.554
triMatrix8.2560.0488.298