Back to Multiple platform build/check report for BioC 3.6
ABCDEFGHIJKLM[N]OPQRSTUVWXYZ

CHECK report for netbenchmark on malbec1

This page was generated on 2018-04-12 13:13:21 -0400 (Thu, 12 Apr 2018).

Package 934/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
netbenchmark 1.10.0
Pau Bellot
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/netbenchmark
Branch: RELEASE_3_6
Last Commit: 81fcf3d
Last Changed Date: 2017-10-30 12:40:49 -0400 (Mon, 30 Oct 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK [ WARNINGS ]UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: netbenchmark
Version: 1.10.0
Command: /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings netbenchmark_1.10.0.tar.gz
StartedAt: 2018-04-12 01:27:01 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 01:28:32 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 91.0 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: netbenchmark.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings netbenchmark_1.10.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.6-bioc/meat/netbenchmark.Rcheck’
* using R version 3.4.4 (2018-03-15)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘netbenchmark/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘netbenchmark’ version ‘1.10.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 ‘netbenchmark’ 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.addnoise: no visible global function definition for ‘sd’
.addnoise: no visible global function definition for ‘runif’
.addnoise: no visible global function definition for ‘rnorm’
.addnoise: no visible global function definition for ‘rlnorm’
.cont: no visible global function definition for ‘sd’
.cont: no visible global function definition for ‘rnorm’
.cont: no visible global function definition for ‘rlnorm’
.get.pr.plot: no visible global function definition for ‘dev.new’
.get.pr.plot: no visible global function definition for ‘par’
.get.pr.plot: no visible global function definition for ‘rainbow’
.get.pr.plot: no visible global function definition for ‘plot’
.get.pr.plot: no visible global function definition for ‘points’
.get.pr.plot: no visible global function definition for ‘legend’
.get.weight.matrix : <anonymous>: no visible global function definition
  for ‘sd’
.get.weight.matrix: no visible global function definition for
  ‘flush.console’
.pgfplots.export: no visible global function definition for
  ‘write.table’
.results.plot: no visible global function definition for ‘dev.new’
.results.plot: no visible global function definition for ‘par’
.results.plot: no visible global function definition for ‘boxplot’
.results.plot: no visible global function definition for ‘title’
GeneNet.wrap: no visible global function definition for ‘as’
datasource.subsample: no visible global function definition for ‘runif’
datasource.subsample: no visible binding for global variable ‘sd’
datasource.subsample: no visible global function definition for ‘rnorm’
datasource.subsample: no visible global function definition for
  ‘rlnorm’
experiments.bench: no visible global function definition for ‘runif’
experiments.bench: no visible global function definition for
  ‘wilcox.test’
mutrank.wrap: no visible global function definition for ‘cor’
netbenchmark: no visible global function definition for ‘runif’
netbenchmark: no visible global function definition for ‘wilcox.test’
netbenchmark.data: no visible global function definition for ‘rainbow’
netbenchmark.data: no visible global function definition for ‘runif’
noise.bench: no visible global function definition for ‘runif’
noise.bench: no visible binding for global variable ‘sd’
noise.bench: no visible global function definition for ‘rnorm’
noise.bench: no visible global function definition for ‘rlnorm’
noise.bench: no visible global function definition for ‘wilcox.test’
pcit.wrap: no visible global function definition for ‘cor’
pr.plot: no visible global function definition for ‘dev.new’
pr.plot: no visible global function definition for ‘plot’
pr.plot: no visible global function definition for ‘dev.set’
pr.plot: no visible global function definition for ‘points’
pr.plot: no visible global function definition for ‘dev.cur’
roc.plot: no visible global function definition for ‘dev.new’
roc.plot: no visible global function definition for ‘plot’
roc.plot: no visible global function definition for ‘dev.set’
roc.plot: no visible global function definition for ‘points’
roc.plot: no visible global function definition for ‘lines’
roc.plot: no visible global function definition for ‘dev.cur’
Undefined global functions or variables:
  as boxplot cor dev.cur dev.new dev.set flush.console legend lines par
  plot points rainbow rlnorm rnorm runif sd title wilcox.test
  write.table
Consider adding
  importFrom("grDevices", "dev.cur", "dev.new", "dev.set", "rainbow")
  importFrom("graphics", "boxplot", "legend", "lines", "par", "plot",
             "points", "title")
  importFrom("methods", "as")
  importFrom("stats", "cor", "rlnorm", "rnorm", "runif", "sd",
             "wilcox.test")
  importFrom("utils", "flush.console", "write.table")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'netbenchmark':
netbenchmark
  Code: function(methods = "all.fast", datasources.names = "all",
                 experiments = 150, eval = "AUPR", no.topedges = 20,
                 datasets.num = 5, local.noise = 20, global.noise = 0,
                 noiseType = "normal", sym = TRUE, plot = FALSE, seed =
                 NULL, verbose = TRUE, return.nets = FALSE)
  Docs: function(methods = "all.fast", datasources.names = "all",
                 experiments = 150, eval = "AUPR", no.topedges = 20,
                 datasets.num = 5, local.noise = 20, global.noise = 0,
                 noiseType = "normal", sym = TRUE, plot = FALSE, seed =
                 NULL, verbose = TRUE)
  Argument names in code not in docs:
    return.nets

* checking Rd \usage sections ... WARNING
Documented arguments not in \usage in documentation object 'netbenchmark':
  ‘return.nets’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... 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
Genie3.wrap       9.140  0.016   9.169
netbenchmark.data 9.068  0.004   9.078
netbenchmark      8.108  0.008   8.120
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 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 WARNINGs, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.6-bioc/meat/netbenchmark.Rcheck/00check.log’
for details.



Installation output

netbenchmark.Rcheck/00install.out

* installing *source* package ‘netbenchmark’ ...
** libs
g++  -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c netbenchmark_init.c -o netbenchmark_init.o
g++  -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c rate.cpp -o rate.o
g++  -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c zsc.cpp -o zsc.o
g++ -shared -L/home/biocbuild/bbs-3.6-bioc/R/lib -L/usr/local/lib -o netbenchmark.so RcppExports.o netbenchmark_init.o rate.o zsc.o -L/home/biocbuild/bbs-3.6-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.6-bioc/meat/netbenchmark.Rcheck/netbenchmark/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (netbenchmark)

Tests output

netbenchmark.Rcheck/tests/runTests.Rout


R version 3.4.4 (2018-03-15) -- "Someone to Lean On"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> BiocGenerics:::testPackage("netbenchmark")


RUNIT TEST PROTOCOL -- Thu Apr 12 01:28:28 2018 
*********************************************** 
Number of test functions: 2 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
netbenchmark RUnit Tests - 2 test functions, 0 errors, 0 failures
Number of test functions: 2 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  2.624   0.064   2.684 

Example timings

netbenchmark.Rcheck/netbenchmark-Ex.timings

nameusersystemelapsed
GeneNet.wrap0.8600.0080.878
Genie3.wrap9.1400.0169.169
RegistrerWrapper0.0000.0000.001
aracne.wrap0.0040.0000.005
c3net.wrap0.0160.0000.014
clr.wrap0.0240.0000.023
comp.metr0.9440.0160.988
datasource.subsample0.4840.0000.487
evaluate1.3720.0001.374
experiments.bench1.3520.0041.412
mrnet.wrap0.0040.0000.004
mrnetb.wrap0.0080.0000.005
mutrank.wrap0.0040.0000.003
netbenchmark-package0.0000.0000.001
netbenchmark8.1080.0088.120
netbenchmark.data9.0680.0049.078
noise.bench1.8360.0001.840
ntb_globals000
pcit.wrap0.0040.0000.004
rate0.0000.0000.002
zsc0.0000.0000.001
zscore.wrap0.0000.0000.001