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

CHECK report for ChIPQC on merida1

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

To the developers/maintainers of the ChIPQC package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 287/1974HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ChIPQC 1.26.0  (landing page)
Tom Carroll , Rory Stark
Snapshot Date: 2021-05-05 14:51:38 -0400 (Wed, 05 May 2021)
URL: https://git.bioconductor.org/packages/ChIPQC
Branch: RELEASE_3_12
Last Commit: 967dee8
Last Changed Date: 2020-10-27 10:55:48 -0400 (Tue, 27 Oct 2020)
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: ChIPQC
Version: 1.26.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.26.0.tar.gz
StartedAt: 2021-05-06 00:10:53 -0400 (Thu, 06 May 2021)
EndedAt: 2021-05-06 00:19:58 -0400 (Thu, 06 May 2021)
EllapsedTime: 545.3 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.26.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.12-bioc/meat/ChIPQC.Rcheck’
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-apple-darwin17.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.26.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 25.543  0.488  26.046
* 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.12-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-data1.1540.0521.207
ChIPQC0.4470.0170.466
ChIPQCexperiment-class0.4580.0120.470
ChIPQCreport25.543 0.48826.046
ChIPQCsample-class1.1990.0481.249
FragmentLengthCrossCoverage-methods0.0610.0060.068
Normalisedaveragepeaksignal-methods0.0250.0080.033
QCannotation-methods0.0150.0060.022
QCcontrol-methods0.2170.0110.228
QCdba-methods0.1240.0100.133
QCmetadata-methods0.1280.0110.139
QCmetrics-methods0.4600.0160.476
QCsample-methods0.0620.0080.071
ReadLengthCrossCoverage-methods0.0170.0070.025
RelativeCrossCoverage-methods0.0610.0070.069
averagepeaksignal-methods0.0270.0070.034
coveragehistogram-methods0.0270.0080.034
crosscoverage-methods0.0240.0080.032
duplicateRate-methods0.0160.0070.023
duplicates-methods0.0160.0070.024
flagtagcounts-methods0.0170.0090.026
fragmentlength-methods0.0630.0070.071
frip-methods0.0150.0060.022
mapped-methods0.0160.0060.023
peaks-methods0.2000.0070.208
plotCC-methods1.0250.0131.040
plotCorHeatmap-methods0.2210.0110.233
plotCoverageHist-methods0.4750.0080.484
plotFribl-methods0.5260.0090.536
plotFrip-methods0.4980.0080.507
plotPeakProfile-methods1.3260.0251.352
plotPrincomp-methods0.2300.0090.241
plotRap-methods0.7940.0150.810
plotRegi-methods0.9200.0160.938
plotSSD-methods1.1630.0181.182
readlength-methods0.0160.0080.024
reads-methods0.0160.0070.023
regi-methods0.0500.0080.058
ribl-methods0.0160.0060.023
rip-methods0.0160.0060.022
ssd-methods0.0160.0070.022