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

CHECK report for ChIPQC on merida1

This page was generated on 2020-04-15 12:39:53 -0400 (Wed, 15 Apr 2020).

Package 275/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ChIPQC 1.22.0
Tom Carroll , Rory Stark
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/ChIPQC
Branch: RELEASE_3_10
Last Commit: 5f110b0
Last Changed Date: 2019-10-29 13:08:54 -0400 (Tue, 29 Oct 2019)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
merida1 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.22.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.22.0.tar.gz
StartedAt: 2020-04-15 01:07:45 -0400 (Wed, 15 Apr 2020)
EndedAt: 2020-04-15 01:16:25 -0400 (Wed, 15 Apr 2020)
EllapsedTime: 519.5 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.22.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.10-bioc/meat/ChIPQC.Rcheck’
* using R version 3.6.3 (2020-02-29)
* 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.22.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 or elapsed time > 5s
              user system elapsed
ChIPQCreport 45.41  2.881  48.262
* 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.10-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/3.6/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-data2.1320.1072.266
ChIPQC0.8040.0340.844
ChIPQCexperiment-class0.6540.0240.682
ChIPQCreport45.410 2.88148.262
ChIPQCsample-class1.4190.0441.483
FragmentLengthCrossCoverage-methods0.0900.0040.096
Normalisedaveragepeaksignal-methods0.0310.0040.034
QCannotation-methods0.0190.0040.022
QCcontrol-methods0.2180.0080.226
QCdba-methods0.1430.0070.150
QCmetadata-methods0.1550.0080.167
QCmetrics-methods0.6320.0160.652
QCsample-methods0.0880.0080.096
ReadLengthCrossCoverage-methods0.0230.0060.030
RelativeCrossCoverage-methods0.0760.0060.081
averagepeaksignal-methods0.0520.0060.059
coveragehistogram-methods0.0350.0060.042
crosscoverage-methods0.0320.0060.038
duplicateRate-methods0.0210.0050.026
duplicates-methods0.0200.0040.026
flagtagcounts-methods0.0220.0040.027
fragmentlength-methods0.1010.0040.107
frip-methods0.0230.0050.028
mapped-methods0.0200.0060.026
peaks-methods0.2410.0060.246
plotCC-methods2.0040.0152.032
plotCorHeatmap-methods0.3090.0090.321
plotCoverageHist-methods0.8860.0070.902
plotFribl-methods0.9470.0080.960
plotFrip-methods0.9340.0090.946
plotPeakProfile-methods2.3590.0472.419
plotPrincomp-methods0.3210.0130.339
plotRap-methods1.2350.0141.257
plotRegi-methods1.5440.0191.574
plotSSD-methods2.2050.0252.252
readlength-methods0.0220.0060.028
reads-methods0.0220.0060.028
regi-methods0.0730.0070.081
ribl-methods0.0170.0060.023
rip-methods0.0180.0060.024
ssd-methods0.0190.0060.025