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

CHECK report for ChIPQC on celaya2

This page was generated on 2020-01-16 13:38:43 -0500 (Thu, 16 Jan 2020).

Package 275/1818HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ChIPQC 1.23.0
Tom Carroll , Rory Stark
Snapshot Date: 2020-01-15 16:46:30 -0500 (Wed, 15 Jan 2020)
URL: https://git.bioconductor.org/packages/ChIPQC
Branch: master
Last Commit: 3a5768c
Last Changed Date: 2019-10-29 13:37:21 -0500 (Tue, 29 Oct 2019)
malbec2 Linux (Ubuntu 18.04.3 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository

Summary

Package: ChIPQC
Version: 1.23.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:ChIPQC.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings ChIPQC_1.23.0.tar.gz
StartedAt: 2020-01-16 02:45:47 -0500 (Thu, 16 Jan 2020)
EndedAt: 2020-01-16 02:59:07 -0500 (Thu, 16 Jan 2020)
EllapsedTime: 800.4 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: ChIPQC.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:ChIPQC.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings ChIPQC_1.23.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.11-bioc/meat/ChIPQC.Rcheck’
* using R Under development (unstable) (2019-12-14 r77572)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘ChIPQC/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘ChIPQC’ version ‘1.23.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 ‘ChIPQC’ 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 dependencies in R code ... NOTE
Unexported object imported by a ':::' call: ‘S4Vectors:::tabulate2’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... NOTE
Foreign function call to a different package:
  .Call("rle_sum_any", ..., PACKAGE = "chipseq")
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
GetGRanges: no visible global function definition for ‘seqlevels<-’
findCovMaxPos: no visible global function definition for ‘seqlengths’
findCovMaxPos: no visible global function definition for ‘seqlengths<-’
getAnnotation: no visible binding for global variable
  ‘TxDb.Hsapiens.UCSC.hg38.knownGene’
getAnnotation: no visible global function definition for ‘seqlengths’
makeCCplot: no visible binding for global variable ‘Shift_Size’
makeCCplot: no visible binding for global variable ‘CC_Score’
makeCoveragePlot: no visible binding for global variable ‘Depth’
makeCoveragePlot: no visible binding for global variable ‘log10_bp’
makeCoveragePlot: no visible binding for global variable ‘Sample’
makeFriblPlot: no visible binding for global variable ‘Sample’
makeFriblPlot: no visible binding for global variable ‘FRIBL’
makeFriblPlot: no visible binding for global variable ‘Reads’
makeFripPlot: no visible binding for global variable ‘Sample’
makeFripPlot: no visible binding for global variable ‘FRIP’
makeFripPlot: no visible binding for global variable ‘Reads’
makePeakProfilePlot: no visible binding for global variable ‘Distance’
makePeakProfilePlot: no visible binding for global variable ‘Signal’
makeRapPlot: no visible binding for global variable ‘Sample’
makeRapPlot: no visible binding for global variable ‘CountsInPeaks’
makeRegiPlot: no visible binding for global variable ‘Sample’
makeRegiPlot: no visible binding for global variable ‘GenomicIntervals’
makeRegiPlot: no visible binding for global variable ‘log2_Enrichment’
makeSSDPlot: no visible binding for global variable ‘Sample’
makeSSDPlot: no visible binding for global variable ‘SSD’
makeSSDPlot: no visible global function definition for ‘geom_point’
sampleQC: no visible global function definition for ‘seqlevels<-’
plotCC,ChIPQCexperiment: no visible binding for global variable
  ‘Sample’
plotCC,list: no visible binding for global variable ‘Sample’
plotPeakProfile,ChIPQCexperiment: no visible binding for global
  variable ‘Sample’
plotPeakProfile,list: no visible binding for global variable ‘Sample’
Undefined global functions or variables:
  CC_Score CountsInPeaks Depth Distance FRIBL FRIP GenomicIntervals
  Reads SSD Sample Shift_Size Signal TxDb.Hsapiens.UCSC.hg38.knownGene
  geom_point log10_bp log2_Enrichment seqlengths seqlengths<-
  seqlevels<-
Consider adding
  importFrom("stats", "SSD")
to your NAMESPACE file.
* 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 ... NOTE
Output for data("tamoxifen_QC", package = "ChIPQC"):
  
* checking data for non-ASCII characters ... WARNING
  Error loading dataset 'exampleExp':
   Error in .requirePackage(package) : 
    unable to find required package 'ChIPQC'
  
  Error loading dataset 'tamoxifen':
   Error in .requirePackage(package) : 
    unable to find required package 'ChIPQC'
  
  The dataset(s) may use package(s) not declared in the DESCRIPTION file.
* checking data for ASCII and uncompressed saves ... 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 (user + system) or elapsed time > 5s
               user system elapsed
ChIPQCreport 51.454  5.244  58.324
* 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, 4 NOTEs
See
  ‘/Users/biocbuild/bbs-3.11-bioc/meat/ChIPQC.Rcheck/00check.log’
for details.



Installation output

ChIPQC.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL ChIPQC
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’
* installing *source* package ‘ChIPQC’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   ‘ChIPQC.Rnw’ 
** 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 (ChIPQC)

Tests output


Example timings

ChIPQC.Rcheck/ChIPQC-Ex.timings

nameusersystemelapsed
ChIPQC-data3.9080.2454.260
ChIPQC1.0500.1611.241
ChIPQCexperiment-class0.8650.0390.914
ChIPQCreport51.454 5.24458.324
ChIPQCsample-class2.1730.0592.445
FragmentLengthCrossCoverage-methods0.1060.0070.113
Normalisedaveragepeaksignal-methods0.0390.0090.054
QCannotation-methods0.0210.0070.027
QCcontrol-methods0.3560.0280.383
QCdba-methods0.1470.0140.161
QCmetadata-methods0.1760.0150.190
QCmetrics-methods0.7770.0290.806
QCsample-methods0.1030.0100.112
ReadLengthCrossCoverage-methods0.0220.0110.033
RelativeCrossCoverage-methods0.2390.0470.285
averagepeaksignal-methods0.0390.0080.065
coveragehistogram-methods0.0360.0100.067
crosscoverage-methods0.0400.0090.066
duplicateRate-methods0.0200.0060.027
duplicates-methods0.0200.0080.027
flagtagcounts-methods0.0230.0100.034
fragmentlength-methods0.0940.0080.102
frip-methods0.0210.0080.029
mapped-methods0.0240.0070.031
peaks-methods0.3060.0080.314
plotCC-methods2.0330.0362.128
plotCorHeatmap-methods0.3330.0280.363
plotCoverageHist-methods0.9620.0250.998
plotFribl-methods1.2030.0371.247
plotFrip-methods1.0830.0141.130
plotPeakProfile-methods2.6950.0772.780
plotPrincomp-methods0.4770.0350.515
plotRap-methods1.5150.0191.536
plotRegi-methods1.9330.0341.969
plotSSD-methods2.5210.0312.900
readlength-methods0.0210.0110.032
reads-methods0.0210.0110.032
regi-methods0.0860.0120.098
ribl-methods0.0210.0160.037
rip-methods0.0220.0100.033
ssd-methods0.0220.0110.033