Back to Multiple platform build/check report for BioC 3.14 |
|
This page was generated on 2022-04-13 12:07:46 -0400 (Wed, 13 Apr 2022).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 20.04.4 LTS) | x86_64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4324 |
tokay2 | Windows Server 2012 R2 Standard | x64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4077 |
machv2 | macOS 10.14.6 Mojave | x86_64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4137 |
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 |
To the developers/maintainers of the ChIPQC package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ChIPQC.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 303/2083 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
ChIPQC 1.30.0 (landing page) Tom Carroll
| nebbiolo2 | Linux (Ubuntu 20.04.4 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |||||||||
machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | WARNINGS | OK | |||||||||
Package: ChIPQC |
Version: 1.30.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:ChIPQC.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings ChIPQC_1.30.0.tar.gz |
StartedAt: 2022-04-12 11:27:13 -0400 (Tue, 12 Apr 2022) |
EndedAt: 2022-04-12 11:36:31 -0400 (Tue, 12 Apr 2022) |
EllapsedTime: 558.3 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: ChIPQC.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:ChIPQC.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings ChIPQC_1.30.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.14-bioc/meat/ChIPQC.Rcheck’ * using R version 4.1.3 (2022-03-10) * 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.30.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 ... OK * 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 34.383 0.719 35.17 * 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 ‘/Users/biocbuild/bbs-3.14-bioc/meat/ChIPQC.Rcheck/00check.log’ for details.
ChIPQC.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL ChIPQC ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/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)
ChIPQC.Rcheck/ChIPQC-Ex.timings
name | user | system | elapsed | |
ChIPQC-data | 1.728 | 0.049 | 1.779 | |
ChIPQC | 0.667 | 0.011 | 0.679 | |
ChIPQCexperiment-class | 1.671 | 0.018 | 1.690 | |
ChIPQCreport | 34.383 | 0.719 | 35.170 | |
ChIPQCsample-class | 1.437 | 0.052 | 1.492 | |
FragmentLengthCrossCoverage-methods | 0.113 | 0.010 | 0.123 | |
Normalisedaveragepeaksignal-methods | 0.037 | 0.009 | 0.045 | |
QCannotation-methods | 0.023 | 0.009 | 0.031 | |
QCcontrol-methods | 0.404 | 0.018 | 0.421 | |
QCdba-methods | 0.201 | 0.012 | 0.215 | |
QCmetadata-methods | 0.208 | 0.012 | 0.222 | |
QCmetrics-methods | 0.771 | 0.024 | 0.796 | |
QCsample-methods | 0.125 | 0.010 | 0.136 | |
ReadLengthCrossCoverage-methods | 0.026 | 0.009 | 0.035 | |
RelativeCrossCoverage-methods | 0.109 | 0.010 | 0.119 | |
averagepeaksignal-methods | 0.043 | 0.011 | 0.054 | |
coveragehistogram-methods | 0.036 | 0.010 | 0.046 | |
crosscoverage-methods | 0.037 | 0.010 | 0.047 | |
duplicateRate-methods | 0.019 | 0.009 | 0.029 | |
duplicates-methods | 0.023 | 0.007 | 0.030 | |
flagtagcounts-methods | 0.025 | 0.009 | 0.035 | |
fragmentlength-methods | 0.081 | 0.009 | 0.089 | |
frip-methods | 0.024 | 0.009 | 0.034 | |
mapped-methods | 0.024 | 0.008 | 0.033 | |
peaks-methods | 0.431 | 0.011 | 0.443 | |
plotCC-methods | 1.815 | 0.028 | 1.847 | |
plotCorHeatmap-methods | 0.357 | 0.017 | 0.374 | |
plotCoverageHist-methods | 0.768 | 0.012 | 0.782 | |
plotFribl-methods | 0.869 | 0.013 | 0.886 | |
plotFrip-methods | 0.777 | 0.011 | 0.789 | |
plotPeakProfile-methods | 2.225 | 0.033 | 2.263 | |
plotPrincomp-methods | 0.381 | 0.014 | 0.397 | |
plotRap-methods | 1.393 | 0.015 | 1.413 | |
plotRegi-methods | 1.496 | 0.027 | 1.526 | |
plotSSD-methods | 1.931 | 0.028 | 1.963 | |
readlength-methods | 0.024 | 0.010 | 0.034 | |
reads-methods | 0.026 | 0.010 | 0.035 | |
regi-methods | 0.082 | 0.011 | 0.095 | |
ribl-methods | 0.024 | 0.009 | 0.034 | |
rip-methods | 0.022 | 0.009 | 0.031 | |
ssd-methods | 0.024 | 0.010 | 0.034 | |