Back to Multiple platform build/check report for BioC 3.6
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for CEMiTool on malbec1

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

Package 199/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CEMiTool 1.0.3
Helder Nakaya
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/CEMiTool
Branch: RELEASE_3_6
Last Commit: 366ec54
Last Changed Date: 2018-03-23 12:16:20 -0400 (Fri, 23 Mar 2018)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: CEMiTool
Version: 1.0.3
Command: /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings CEMiTool_1.0.3.tar.gz
StartedAt: 2018-04-11 22:05:28 -0400 (Wed, 11 Apr 2018)
EndedAt: 2018-04-11 22:09:37 -0400 (Wed, 11 Apr 2018)
EllapsedTime: 249.1 seconds
RetCode: 0
Status:  OK 
CheckDir: CEMiTool.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.6-bioc/meat/CEMiTool.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 ‘CEMiTool/DESCRIPTION’ ... OK
* this is package ‘CEMiTool’ version ‘1.0.3’
* package encoding: UTF-8
* 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 ‘CEMiTool’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  8.8Mb
  sub-directories of 1Mb or more:
    data      3.1Mb
    doc       2.4Mb
    extdata   2.8Mb
* 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
plot_interaction: no visible binding for global variable ‘cem’
filter_expr,CEMiTool: no visible global function definition for ‘var’
get_hubs,CEMiTool : <anonymous>: no visible global function definition
  for ‘head’
get_merged_mods,CEMiTool: no visible global function definition for
  ‘hclust’
get_merged_mods,CEMiTool: no visible global function definition for
  ‘as.dist’
get_mods,CEMiTool: no visible global function definition for ‘hclust’
get_mods,CEMiTool: no visible global function definition for ‘as.dist’
get_phi,CEMiTool: no visible global function definition for ‘tail’
get_phi,CEMiTool: no visible global function definition for ‘head’
plot_gsea,CEMiTool: no visible global function definition for ‘hclust’
plot_gsea,CEMiTool: no visible global function definition for ‘dist’
plot_mean_var,CEMiTool: no visible binding for global variable ‘var’
plot_mean_var,CEMiTool: no visible binding for global variable ‘Mean’
plot_mean_var,CEMiTool: no visible binding for global variable
  ‘Variance’
plot_mean_var,CEMiTool: no visible binding for global variable
  ‘..eq.label..’
plot_mean_var,CEMiTool: no visible binding for global variable
  ‘..rr.label..’
plot_ora,CEMiTool : <anonymous>: no visible global function definition
  for ‘head’
plot_qq,CEMiTool: no visible binding for global variable ‘data’
plot_sample_tree,CEMiTool: no visible global function definition for
  ‘hclust’
plot_sample_tree,CEMiTool: no visible global function definition for
  ‘dist’
plot_sample_tree,CEMiTool: no visible global function definition for
  ‘dev.off’
save_plots,CEMiTool : <anonymous>: no visible global function
  definition for ‘dev.off’
save_plots,CEMiTool: no visible global function definition for
  ‘dev.off’
Undefined global functions or variables:
  ..eq.label.. ..rr.label.. Mean Variance as.dist cem data dev.off dist
  hclust head tail var
Consider adding
  importFrom("grDevices", "dev.off")
  importFrom("stats", "as.dist", "dist", "hclust", "var")
  importFrom("utils", "data", "head", "tail")
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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                   user system elapsed
plot_interactions 8.648  0.048   8.701
generate_report   7.672  0.844  11.674
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.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 NOTEs
See
  ‘/home/biocbuild/bbs-3.6-bioc/meat/CEMiTool.Rcheck/00check.log’
for details.



Installation output

CEMiTool.Rcheck/00install.out

* installing *source* package ‘CEMiTool’ ...
** R
** data
*** moving datasets to lazyload DB
** exec
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (CEMiTool)

Tests output

CEMiTool.Rcheck/tests/testthat.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.

> library(testthat)
> library(CEMiTool)

> test_check('CEMiTool')
══ testthat results  ═══════════════════════════════════════════════════════════
OK: 86 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 29.356   0.696  30.122 

Example timings

CEMiTool.Rcheck/CEMiTool-Ex.timings

nameusersystemelapsed
CEMiTool-class0.0280.0040.032
adj_data0.1720.0000.174
cem0.0280.0000.027
cem_overlap0.0000.0000.001
cemitool0.0000.0000.001
expr0.0000.0000.001
expr_data0.2840.0040.289
filter_expr0.5960.0000.596
find_modules3.4080.0043.435
fit_data3.6960.0123.708
generate_report 7.672 0.84411.674
geom_qq0.0040.0000.001
get_adj0.2080.0160.226
get_beta_data1.9520.0361.992
get_cemitool_r2_beta2.9840.0042.987
get_connectivity3.0320.0003.035
get_hubs0.0240.0000.021
get_merged_mods1.6640.0001.665
get_mods0.4600.0040.464
get_phi2.9680.0002.969
gsea_data2.6600.0642.744
interactions_data0.6120.0080.622
mod_colors0.3400.0320.369
mod_gsea2.6720.0042.677
mod_names0.020.000.02
mod_ora3.3520.0003.371
mod_summary0.0440.0000.044
module_genes0.0240.0000.025
new_cem0.0320.0000.032
nmodules0.020.000.02
ora_data2.9160.0042.920
plot_beta_r21.1840.0001.188
plot_gsea3.3640.0003.368
plot_hist0.8360.0080.845
plot_interactions8.6480.0488.701
plot_mean_k0.2200.0000.221
plot_mean_var0.5520.0160.625
plot_ora3.7680.0043.778
plot_profile1.70.01.7
plot_qq2.1560.0202.178
plot_sample_tree0.5320.0080.540
read_gmt0.5280.0000.526
sample_annot0.0000.0000.002
sample_annotation0.0440.0040.048
save_plots0.0560.0000.056
show_plot0.1560.0000.158
write_files0.1120.0000.112