Back to Multiple platform build/check report for BioC 3.7
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

CHECK report for Rnits on malbec2

This page was generated on 2018-10-17 08:26:34 -0400 (Wed, 17 Oct 2018).

Package 1264/1561HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Rnits 1.14.0
Dipen P. Sangurdekar
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018)
URL: https://git.bioconductor.org/packages/Rnits
Branch: RELEASE_3_7
Last Commit: 2df9cf9
Last Changed Date: 2018-04-30 10:35:34 -0400 (Mon, 30 Apr 2018)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: Rnits
Version: 1.14.0
Command: /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD check --install=check:Rnits.install-out.txt --library=/home/biocbuild/bbs-3.7-bioc/R/library --no-vignettes --timings Rnits_1.14.0.tar.gz
StartedAt: 2018-10-16 03:22:30 -0400 (Tue, 16 Oct 2018)
EndedAt: 2018-10-16 03:23:33 -0400 (Tue, 16 Oct 2018)
EllapsedTime: 63.2 seconds
RetCode: 0
Status:  OK 
CheckDir: Rnits.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD check --install=check:Rnits.install-out.txt --library=/home/biocbuild/bbs-3.7-bioc/R/library --no-vignettes --timings Rnits_1.14.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.7-bioc/meat/Rnits.Rcheck’
* using R version 3.5.1 Patched (2018-07-12 r74967)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘Rnits/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘Rnits’ version ‘1.14.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 ‘Rnits’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
* 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
build.Rnits: no visible global function definition for ‘median’
build.Rnits: no visible global function definition for ‘sd’
finds0: no visible global function definition for ‘rnorm’
finds0: no visible global function definition for ‘quantile’
finds0: no visible global function definition for ‘mad’
finds0 : <anonymous>: no visible global function definition for ‘sd’
modelfit: no visible global function definition for ‘hat’
ranknormalization: no visible binding for global variable ‘median’
ranknormalization: no visible global function definition for
  ‘smooth.spline’
ranknormalization: no visible global function definition for ‘predict’
ranknormalization: no visible global function definition for ‘par’
solvemat: no visible global function definition for ‘hat’
tsFit: no visible global function definition for ‘txtProgressBar’
tsFit: no visible global function definition for ‘setTxtProgressBar’
calculateGCV,Rnits: no visible global function definition for ‘glm’
calculateGCV,Rnits: no visible binding for global variable ‘gaussian’
fit,Rnits: no visible global function definition for ‘kmeans’
fit,Rnits : <anonymous>: no visible global function definition for
  ‘p.adjust’
fit,Rnits: no visible global function definition for ‘par’
fit,Rnits: no visible global function definition for ‘hist’
getCID,Rnits: no visible global function definition for ‘setNames’
getPval,Rnits: no visible global function definition for ‘setNames’
getStat,Rnits: no visible global function definition for ‘setNames’
plotResults,Rnits: no visible global function definition for ‘aes’
plotResults,Rnits: no visible binding for global variable ‘Time’
plotResults,Rnits: no visible binding for global variable ‘value’
plotResults,Rnits: no visible global function definition for
  ‘geom_point’
plotResults,Rnits: no visible binding for global variable ‘Sample’
plotResults,Rnits: no visible global function definition for
  ‘geom_smooth’
plotResults,Rnits: no visible global function definition for ‘ylab’
plotResults,Rnits: no visible global function definition for ‘theme_bw’
plotResults,Rnits: no visible global function definition for ‘theme’
plotResults,Rnits: no visible global function definition for
  ‘scale_color_brewer’
plotResults,Rnits: no visible global function definition for
  ‘facet_wrap’
plotResults,Rnits: no visible global function definition for ‘dev.off’
summary,Rnits: no visible global function definition for ‘hist’
timeAlign,Rnits: no visible global function definition for ‘quantile’
timeAlign,Rnits: no visible global function definition for ‘mvfft’
timeAlign,Rnits: no visible global function definition for ‘abline’
Undefined global functions or variables:
  Sample Time abline aes dev.off facet_wrap gaussian geom_point
  geom_smooth glm hat hist kmeans mad median mvfft p.adjust par predict
  quantile rnorm scale_color_brewer sd setNames setTxtProgressBar
  smooth.spline theme theme_bw txtProgressBar value ylab
Consider adding
  importFrom("grDevices", "dev.off")
  importFrom("graphics", "abline", "hist", "par")
  importFrom("stats", "gaussian", "glm", "hat", "kmeans", "mad",
             "median", "mvfft", "p.adjust", "predict", "quantile",
             "rnorm", "sd", "setNames", "smooth.spline")
  importFrom("utils", "setTxtProgressBar", "txtProgressBar")
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 ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* 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
  ‘/home/biocbuild/bbs-3.7-bioc/meat/Rnits.Rcheck/00check.log’
for details.



Installation output

Rnits.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD INSTALL Rnits
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.7-bioc/R/library’
* installing *source* package ‘Rnits’ ...
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (Rnits)

Tests output


Example timings

Rnits.Rcheck/Rnits-Ex.timings

nameusersystemelapsed
build.Rnits0.4240.0120.435
calculateGCV-methods3.9040.0123.921
fit-methods0.2240.0000.225
getCID-methods0.2920.0000.291
getFitModel-methods0.2440.0040.247
getLR-methods0.2360.0000.236
getPval-methods0.2400.0040.243
getStat-methods0.2240.0000.222
plotResults-methods0.3400.0000.339
summarizeProbes-methods0.2200.0000.221
summary-methods0.2320.0040.234
timeAlign-methods1.620.001.62
topData-methods0.2200.0000.219