ChIPQC 1.12.3 Tom Carroll , Rory Stark
Snapshot Date: 2017-08-15 17:17:57 -0400 (Tue, 15 Aug 2017) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/madman/Rpacks/ChIPQC | Last Changed Rev: 131854 / Revision: 131943 | Last Changed Date: 2017-08-08 13:33:45 -0400 (Tue, 08 Aug 2017) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | NotNeeded | OK | OK | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | NotNeeded | OK | [ OK ] | OK | |
veracruz2 | OS X 10.11.6 El Capitan / x86_64 | NotNeeded | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### rm -rf ChIPQC.buildbin-libdir ChIPQC.Rcheck && mkdir ChIPQC.buildbin-libdir ChIPQC.Rcheck && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=ChIPQC.buildbin-libdir ChIPQC_1.12.3.tar.gz >ChIPQC.Rcheck\00install.out 2>&1 && cp ChIPQC.Rcheck\00install.out ChIPQC-install.out && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD check --library=ChIPQC.buildbin-libdir --install="check:ChIPQC-install.out" --force-multiarch --no-vignettes --timings ChIPQC_1.12.3.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'C:/Users/biocbuild/bbs-3.5-bioc/meat/ChIPQC.Rcheck'
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'ChIPQC/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'ChIPQC' version '1.12.3'
* 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 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
* loading checks for arch 'i386'
** 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 loading without being on the library search path ... OK
* loading checks for arch 'x64'
** 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 loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Namespace in Imports field not imported from: 'TxDb.Hsapiens.UCSC.hg38.knownGene'
All declared Imports should be used.
Unexported object imported by a ':::' call: 'S4Vectors:::tabulate2'
See the note in ?`:::` about the use of this operator.
There are ::: calls to the package's namespace in its code. A package
almost never needs to use ::: for its own objects:
'makeFripPlot' 'mergeMetadata'
* 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 ... NOTE
Error in .requirePackage(package) :
unable to find required package 'ChIPQC'
Calls: <Anonymous> ... getClass -> getClassDef -> .classEnv -> .requirePackage
Execution halted
* checking data for ASCII and uncompressed saves ... OK
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU or elapsed time > 5s
user system elapsed
ChIPQCreport 30.56 2.55 33.28
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
user system elapsed
ChIPQCreport 39.58 2.61 42.34
* 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: 4 NOTEs
See
'C:/Users/biocbuild/bbs-3.5-bioc/meat/ChIPQC.Rcheck/00check.log'
for details.
install for i386
* installing *source* package 'ChIPQC' ...
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
install for x64
* installing *source* package 'ChIPQC' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'ChIPQC' as ChIPQC_1.12.3.zip
* DONE (ChIPQC)