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

CHECK report for CEMiTool on machv2

This page was generated on 2020-10-17 11:58:11 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE CEMiTool PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 258/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CEMiTool 1.12.2
Helder Nakaya
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/CEMiTool
Branch: RELEASE_3_11
Last Commit: 6b59055
Last Changed Date: 2020-09-01 23:11:29 -0400 (Tue, 01 Sep 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository

Summary

Package: CEMiTool
Version: 1.12.2
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:CEMiTool.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings CEMiTool_1.12.2.tar.gz
StartedAt: 2020-10-16 23:29:59 -0400 (Fri, 16 Oct 2020)
EndedAt: 2020-10-16 23:36:22 -0400 (Fri, 16 Oct 2020)
EllapsedTime: 382.6 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: CEMiTool.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:CEMiTool.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings CEMiTool_1.12.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.11-bioc/meat/CEMiTool.Rcheck’
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘CEMiTool/DESCRIPTION’ ... OK
* this is package ‘CEMiTool’ version ‘1.12.2’
* 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 ... WARNING
Found the following significant warnings:
  Warning: replacing previous import ‘ggplot2::annotate’ by ‘ggpmisc::annotate’ when loading ‘CEMiTool’
See ‘/Users/biocbuild/bbs-3.11-bioc/meat/CEMiTool.Rcheck/00install.out’ for details.
* checking installed package size ... NOTE
  installed size is  6.5Mb
  sub-directories of 1Mb or more:
    data      3.1Mb
    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 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
flip_vector: no visible global function definition for ‘setNames’
select_genes: 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
  ‘as.dist’
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’
mod_gene_num,CEMiTool: no visible binding for global variable ‘modules’
mod_gene_num,CEMiTool: no visible binding for global variable
  ‘num_genes’
mod_summary,CEMiTool: no visible global function definition for ‘:=’
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
  ‘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 data dev.off dist
  head modules num_genes setNames tail var
Consider adding
  importFrom("grDevices", "dev.off")
  importFrom("stats", "as.dist", "dist", "setNames", "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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                    user system elapsed
gsea_data         15.787  0.046  15.846
plot_gsea         15.166  0.025  15.204
mod_gsea          14.950  0.030  14.998
cemitool          14.642  0.293  14.948
plot_interactions  9.535  0.183   9.778
plot_ora           5.527  0.148   5.721
* 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: 1 WARNING, 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.11-bioc/meat/CEMiTool.Rcheck/00check.log’
for details.



Installation output

CEMiTool.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL CEMiTool
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’
* installing *source* package ‘CEMiTool’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** exec
** inst
** byte-compile and prepare package for lazy loading
Warning: replacing previous import ‘ggplot2::annotate’ by ‘ggpmisc::annotate’ when loading ‘CEMiTool’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: replacing previous import ‘ggplot2::annotate’ by ‘ggpmisc::annotate’ when loading ‘CEMiTool’
** testing if installed package can be loaded from final location
Warning: replacing previous import ‘ggplot2::annotate’ by ‘ggpmisc::annotate’ when loading ‘CEMiTool’
** testing if installed package keeps a record of temporary installation path
* DONE (CEMiTool)

Tests output

CEMiTool.Rcheck/tests/testthat.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (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)

Warning message:
replacing previous import 'ggplot2::annotate' by 'ggpmisc::annotate' when loading 'CEMiTool' 
> test_check('CEMiTool')
══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 105 | SKIPPED: 0 | WARNINGS: 14 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
 42.925   1.111  44.053 

Example timings

CEMiTool.Rcheck/CEMiTool-Ex.timings

nameusersystemelapsed
CEMiTool-class0.0530.0020.057
adj_data0.5250.0230.550
cem0.4590.0110.472
cemitool14.642 0.29314.948
expr00.0010.0020.003
expr_data0.2560.0050.261
filter_expr0.3580.0100.370
find_modules2.3990.0222.426
fit_data2.3690.0282.398
generate_report000
get_adj0.6560.0080.665
get_beta_data0.7900.0100.801
get_cemitool_r2_beta2.2640.0152.281
get_connectivity2.2290.0232.257
get_hubs0.0310.0050.035
get_merged_mods1.3310.0171.350
get_mods1.0030.0101.014
get_phi2.4620.0172.480
gsea_data15.787 0.04615.846
interactions_data0.3510.0200.371
mod_colors0.0280.0020.030
mod_gene_num0.2020.0110.213
mod_gsea14.950 0.03014.998
mod_names0.0290.0020.031
mod_ora4.0720.1344.208
mod_summary0.6580.0090.666
module_genes0.0340.0080.042
new_cem0.0250.0030.028
nmodules0.0220.0020.025
ora_data3.6240.0833.709
plot_beta_r20.6970.0110.708
plot_gsea15.166 0.02515.204
plot_hist0.6640.0070.702
plot_interactions9.5350.1839.778
plot_mean_k0.2530.0050.257
plot_mean_var0.5340.0160.550
plot_ora5.5270.1485.721
plot_profile2.5000.0182.522
plot_qq0.6450.0260.673
plot_sample_tree1.1550.0121.169
read_gmt1.1470.0101.158
sample_annot0.0020.0020.005
sample_annotation0.0270.0050.031
save_plots0.0660.0040.070
select_genes0.3460.0060.352
show_plot0.2070.0080.215
write_files1.2530.0391.292