This page was generated on 2018-10-17 08:50:49 -0400 (Wed, 17 Oct 2018).
lmdme 1.22.0 Cristobal Fresno
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018) |
URL: https://git.bioconductor.org/packages/lmdme |
Branch: RELEASE_3_7 |
Last Commit: 700498a |
Last Changed Date: 2018-04-30 10:35:26 -0400 (Mon, 30 Apr 2018) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | OK | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |
merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | [ OK ] | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:lmdme.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings lmdme_1.22.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.7-bioc/meat/lmdme.Rcheck’
* using R version 3.5.1 Patched (2018-07-12 r74967)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘lmdme/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘lmdme’ 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 ‘lmdme’ 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
'library' or 'require' call to ‘parallel’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
biplot,lmdme : <anonymous>: no visible global function definition for
‘X11’
biplot,lmdme : <anonymous>: no visible global function definition for
‘par’
biplot,lmdme : <anonymous>: no visible global function definition for
‘abline’
decomposition,lmdme : <anonymous>: no visible global function
definition for ‘prcomp’
decomposition,lmdme : <anonymous>: no visible global function
definition for ‘model.matrix’
decomposition,lmdme : <anonymous>: no visible global function
definition for ‘plsr’
fitted.values,lmdme : <anonymous>: no visible global function
definition for ‘model.matrix’
fitted.values,lmdme : <anonymous>: no visible global function
definition for ‘as.formula’
leverage,lmdme: no visible global function definition for ‘prcomp’
leverage,lmdme: no visible global function definition for ‘quantile’
lmdme,formula-ANY-data.frame : printnow: no visible global function
definition for ‘flush.console’
lmdme,formula-ANY-data.frame: no visible global function definition for
‘terms’
lmdme,formula-ANY-data.frame: no visible binding for global variable
‘as.formula’
lmdme,formula-ANY-data.frame : <anonymous>: no visible global function
definition for ‘model.matrix’
lmdme,formula-ANY-data.frame : <anonymous>: no visible global function
definition for ‘as.formula’
lmdme,formula-ANY-data.frame : <anonymous>: no visible global function
definition for ‘pt’
lmdme,formula-ANY-data.frame : <anonymous>: no visible global function
definition for ‘pchisq’
lmdme,formula-ANY-data.frame : <anonymous>: no visible global function
definition for ‘pf’
lmdme,formula-ANY-data.frame : <anonymous>: no visible global function
definition for ‘terms’
loadingplot,lmdme: no visible global function definition for ‘loadings’
loadingplot,lmdme: no visible global function definition for ‘matplot’
loadingplot,lmdme: no visible global function definition for ‘box’
loadingplot,lmdme: no visible global function definition for ‘axis’
loadingplot,lmdme: no visible global function definition for ‘legend’
p.adjust,lmdme: no visible binding for global variable
‘p.adjust.methods’
permutation,formula-data.frame-data.frame : printnow: no visible global
function definition for ‘flush.console’
permutation,formula-data.frame-data.frame: no visible binding for
global variable ‘mclapply’
permutation,formula-data.frame-data.frame: no visible global function
definition for ‘detectCores’
print,lmdme: no visible global function definition for ‘head’
print,lmdme: no visible global function definition for ‘pvalues’
print,lmdme: no visible binding for global variable ‘head’
screeplot,lmdme : <anonymous>: no visible global function definition
for ‘X11’
screeplot,lmdme : <anonymous>: no visible global function definition
for ‘par’
screeplot,lmdme: no visible global function definition for ‘plot’
screeplot,lmdme : <anonymous>: no visible global function definition
for ‘lines’
screeplot,lmdme: no visible global function definition for ‘legend’
show,lmdme: no visible global function definition for ‘head’
Undefined global functions or variables:
X11 abline as.formula axis box detectCores flush.console head legend
lines loadings matplot mclapply model.matrix p.adjust.methods par
pchisq pf plot plsr prcomp pt pvalues quantile terms
Consider adding
importFrom("grDevices", "X11")
importFrom("graphics", "abline", "axis", "box", "legend", "lines",
"matplot", "par", "plot")
importFrom("stats", "as.formula", "loadings", "model.matrix",
"p.adjust.methods", "pchisq", "pf", "prcomp", "pt",
"quantile", "terms")
importFrom("utils", "flush.console", "head")
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 sizes of PDF files under ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
user system elapsed
lmdme-printshow 6.611 1.239 2.256
* 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: 2 NOTEs
See
‘/Users/biocbuild/bbs-3.7-bioc/meat/lmdme.Rcheck/00check.log’
for details.