SeqGSEA 1.16.0 Xi Wang
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017) | URL: https://git.bioconductor.org/packages/SeqGSEA | Branch: RELEASE_3_5 | Last Commit: 2aa4ede | Last Changed Date: 2017-04-24 15:45:44 -0400 (Mon, 24 Apr 2017) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | NotNeeded | OK | [ WARNINGS ] | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | NotNeeded | OK | WARNINGS | OK | |
veracruz2 | OS X 10.11.6 El Capitan / x86_64 | NotNeeded | OK | WARNINGS | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings SeqGSEA_1.16.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.5-bioc/meat/SeqGSEA.Rcheck’
* using R version 3.4.2 (2017-09-28)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘SeqGSEA/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘SeqGSEA’ version ‘1.16.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 ‘SeqGSEA’ 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 loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
There are ::: calls to the package's namespace in its code. A package
almost never needs to use ::: for its own objects:
‘estiExonProbVar’
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
DENBStatPermut4GSEA: no visible global function definition for
‘%dopar%’
DENBStatPermut4GSEA: no visible global function definition for
‘foreach’
DENBStatPermut4GSEA: no visible binding for global variable ‘i’
DENBTest: no visible global function definition for ‘p.adjust’
DEpermutePval: no visible global function definition for ‘p.adjust’
DSpermute4GSEA: no visible global function definition for ‘%dopar%’
DSpermute4GSEA: no visible global function definition for ‘foreach’
DSpermute4GSEA : <anonymous>: no visible binding for global variable
‘i’
DSpermutePval: no visible global function definition for ‘p.adjust’
calES.perm: no visible global function definition for ‘%dopar%’
calES.perm: no visible global function definition for ‘foreach’
calES.perm: no visible binding for global variable ‘i’
calES.perm: no visible global function definition for ‘%do%’
calES.perm: no visible binding for global variable ‘j’
loadExonCountData : <anonymous>: no visible global function definition
for ‘read.table’
plotES : <anonymous>: no visible global function definition for
‘density’
plotES: no visible global function definition for ‘density’
plotES: no visible global function definition for ‘plot’
plotES : <anonymous>: no visible global function definition for
‘points’
plotES: no visible global function definition for ‘points’
plotES: no visible global function definition for ‘colors’
plotES: no visible global function definition for ‘lines’
plotES: no visible global function definition for ‘legend’
plotES: no visible global function definition for ‘dev.off’
plotGeneScore: no visible global function definition for ‘plot’
plotGeneScore: no visible global function definition for ‘lines’
plotGeneScore: no visible global function definition for ‘colors’
plotGeneScore: no visible global function definition for ‘points’
plotGeneScore: no visible global function definition for ‘matlines’
plotGeneScore: no visible global function definition for ‘legend’
plotGeneScore: no visible global function definition for ‘dev.off’
plotSig: no visible global function definition for ‘plot’
plotSig: no visible global function definition for ‘points’
plotSig: no visible global function definition for ‘colors’
plotSig: no visible global function definition for ‘legend’
plotSig: no visible global function definition for ‘dev.off’
plotSigGeneSet: no visible global function definition for ‘par’
plotSigGeneSet: no visible global function definition for ‘layout’
plotSigGeneSet: no visible global function definition for ‘plot’
plotSigGeneSet: no visible global function definition for ‘lines’
plotSigGeneSet : <anonymous>: no visible global function definition for
‘lines’
plotSigGeneSet: no visible global function definition for ‘colors’
plotSigGeneSet: no visible global function definition for ‘text’
plotSigGeneSet: no visible global function definition for ‘density’
plotSigGeneSet: no visible global function definition for ‘legend’
plotSigGeneSet: no visible global function definition for ‘dev.off’
runSeqGSEA: no visible global function definition for ‘makeCluster’
runSeqGSEA: no visible global function definition for ‘write.table’
signifES : <anonymous>: no visible global function definition for
‘median’
writeScores: no visible global function definition for ‘write.table’
writeSigGeneSet: no visible global function definition for
‘write.table’
Undefined global functions or variables:
%do% %dopar% colors density dev.off foreach i j layout legend lines
makeCluster matlines median p.adjust par plot points read.table text
write.table
Consider adding
importFrom("grDevices", "colors", "dev.off")
importFrom("graphics", "layout", "legend", "lines", "matlines", "par",
"plot", "points", "text")
importFrom("stats", "density", "median", "p.adjust")
importFrom("utils", "read.table", "write.table")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
generic '[' and siglist 'SeqGeneSet,numeric,ANY,ANY'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 ... OK
* checking data for ASCII and uncompressed saves ... 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
runSeqGSEA 12.388 0.016 23.764
topDSGenes 8.752 0.000 8.757
scoreNormalization 8.276 0.008 8.289
normFactor 8.204 0.008 8.218
DSpermutePval 8.096 0.004 8.104
DSresultExonTable 7.688 0.012 7.708
DSresultGeneTable 7.624 0.004 7.632
topDSExons 7.188 0.008 7.199
genpermuteMat 7.164 0.004 7.178
DSpermute4GSEA 6.876 0.008 6.891
* 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, 2 NOTEs
See
‘/home/biocbuild/bbs-3.5-bioc/meat/SeqGSEA.Rcheck/00check.log’
for details.