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

CHECK report for CEMiTool on tokay1

This page was generated on 2021-05-06 12:30:10 -0400 (Thu, 06 May 2021).

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 261/1974HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CEMiTool 1.14.1  (landing page)
Helder Nakaya
Snapshot Date: 2021-05-05 14:51:38 -0400 (Wed, 05 May 2021)
URL: https://git.bioconductor.org/packages/CEMiTool
Branch: RELEASE_3_12
Last Commit: 51fc0c6
Last Changed Date: 2021-03-10 17:23:54 -0400 (Wed, 10 Mar 2021)
malbec1Linux (Ubuntu 18.04.5 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version exists in internal repository
tokay1Windows Server 2012 R2 Standard / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version exists in internal repository
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version exists in internal repository

Summary

Package: CEMiTool
Version: 1.14.1
Command: C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:CEMiTool.install-out.txt --library=C:\Users\biocbuild\bbs-3.12-bioc\R\library --no-vignettes --timings CEMiTool_1.14.1.tar.gz
StartedAt: 2021-05-06 01:17:18 -0400 (Thu, 06 May 2021)
EndedAt: 2021-05-06 01:24:45 -0400 (Thu, 06 May 2021)
EllapsedTime: 447.5 seconds
RetCode: 0
Status:   WARNINGS   
CheckDir: CEMiTool.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:CEMiTool.install-out.txt --library=C:\Users\biocbuild\bbs-3.12-bioc\R\library --no-vignettes --timings CEMiTool_1.14.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.12-bioc/meat/CEMiTool.Rcheck'
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'CEMiTool/DESCRIPTION' ... OK
* this is package 'CEMiTool' version '1.14.1'
* 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 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 'C:/Users/biocbuild/bbs-3.12-bioc/meat/CEMiTool.Rcheck/00install.out' for details.
* checking installed package size ... NOTE
  installed size is  6.7Mb
  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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                   user system elapsed
cemitool          10.84   0.19   11.10
plot_interactions 10.44   0.11   10.56
plot_ora           4.97   0.20    5.19
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                   user system elapsed
cemitool          14.20   0.19   14.39
plot_interactions  8.95   0.09    9.05
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  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
  'C:/Users/biocbuild/bbs-3.12-bioc/meat/CEMiTool.Rcheck/00check.log'
for details.



Installation output

CEMiTool.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://172.29.0.3/BBS/3.12/bioc/src/contrib/CEMiTool_1.14.1.tar.gz && rm -rf CEMiTool.buildbin-libdir && mkdir CEMiTool.buildbin-libdir && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=CEMiTool.buildbin-libdir CEMiTool_1.14.1.tar.gz && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL CEMiTool_1.14.1.zip && rm CEMiTool_1.14.1.tar.gz CEMiTool_1.14.1.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 4046k  100 4046k    0     0  17.8M      0 --:--:-- --:--:-- --:--:-- 17.9M

install for i386

* 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
  converting help for package 'CEMiTool'
    finding HTML links ... done
    CEMiTool-class                          html  
    adj_data                                html  
    cem                                     html  
    cemitool                                html  
    diagnostic_report                       html  
    expr0                                   html  
    expr_data                               html  
    expr_pct_filter                         html  
    filter_expr                             html  
    find_modules                            html  
    fit_data                                html  
    generate_report                         html  
    get_adj                                 html  
    get_beta_data                           html  
    get_cemitool_r2_beta                    html  
    get_connectivity                        html  
    get_hubs                                html  
    get_merged_mods                         html  
    get_mods                                html  
    get_phi                                 html  
    gsea_data                               html  
    interactions_data                       html  
    mod_colors                              html  
    mod_gene_num                            html  
    mod_gsea                                html  
    mod_names                               html  
    mod_ora                                 html  
    mod_summary                             html  
    module_genes                            html  
    module_to_gmt                           html  
    new_cem                                 html  
    nmodules                                html  
    ora_data                                html  
    plot_beta_r2                            html  
    plot_gsea                               html  
    plot_hist                               html  
    plot_interactions                       html  
    plot_mean_k                             html  
    plot_mean_var                           html  
    plot_ora                                html  
    plot_ora_single                         html  
    plot_profile                            html  
    plot_qq                                 html  
    plot_sample_tree                        html  
    read_gmt                                html  
    sample_annot                            html  
    sample_annotation                       html  
    save_plots                              html  
    select_genes                            html  
    show-CEMiTool-method                    html  
    show_plot                               html  
    vst                                     html  
    write_files                             html  
** 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

install for x64

* installing *source* package 'CEMiTool' ...
** testing if installed package can be loaded
Warning: replacing previous import 'ggplot2::annotate' by 'ggpmisc::annotate' when loading 'CEMiTool'
* MD5 sums
packaged installation of 'CEMiTool' as CEMiTool_1.14.1.zip
* DONE (CEMiTool)
* installing to library 'C:/Users/biocbuild/bbs-3.12-bioc/R/library'
package 'CEMiTool' successfully unpacked and MD5 sums checked

Tests output

CEMiTool.Rcheck/tests_i386/testthat.Rout


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-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')
[ FAIL 0 | WARN 17 | SKIP 0 | PASS 105 ]
> 
> proc.time()
   user  system elapsed 
  36.84    1.35   38.28 

CEMiTool.Rcheck/tests_x64/testthat.Rout


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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')
[ FAIL 0 | WARN 17 | SKIP 0 | PASS 105 ]
> 
> proc.time()
   user  system elapsed 
  28.51    0.93   29.65 

Example timings

CEMiTool.Rcheck/examples_i386/CEMiTool-Ex.timings

nameusersystemelapsed
CEMiTool-class0.020.030.05
adj_data0.530.010.55
cem0.020.020.03
cemitool10.84 0.1911.10
expr0000
expr_data0.160.000.15
filter_expr0.190.000.19
find_modules1.960.001.97
fit_data2.110.002.11
generate_report000
get_adj0.600.000.59
get_beta_data0.590.010.61
get_cemitool_r2_beta1.50.01.5
get_connectivity1.690.011.70
get_hubs0.030.000.03
get_merged_mods1.340.021.36
get_mods0.990.031.02
get_phi1.870.011.89
gsea_data2.750.002.75
interactions_data0.320.020.39
mod_colors0.030.020.04
mod_gene_num0.180.010.21
mod_gsea2.250.022.26
mod_names0.040.000.03
mod_ora3.320.083.43
mod_summary0.210.000.20
module_genes0.030.000.03
new_cem0.010.010.03
nmodules0.050.000.05
ora_data3.140.063.20
plot_beta_r20.190.000.19
plot_gsea2.330.052.37
plot_hist0.680.000.69
plot_interactions10.44 0.1110.56
plot_mean_k0.280.020.30
plot_mean_var0.580.030.67
plot_ora4.970.205.19
plot_profile2.30.02.3
plot_qq0.860.030.89
plot_sample_tree1.210.001.22
read_gmt0.780.000.78
sample_annot000
sample_annotation0.010.000.01
save_plots0.030.000.04
select_genes0.220.000.21
show_plot0.170.000.18
write_files0.860.020.87

CEMiTool.Rcheck/examples_x64/CEMiTool-Ex.timings

nameusersystemelapsed
CEMiTool-class0.060.010.08
adj_data0.470.030.50
cem0.030.000.03
cemitool14.20 0.1914.39
expr00.000.020.02
expr_data0.160.000.15
filter_expr0.200.000.21
find_modules1.790.001.78
fit_data1.620.071.70
generate_report000
get_adj0.140.020.16
get_beta_data0.70.00.7
get_cemitool_r2_beta1.840.001.86
get_connectivity1.880.031.90
get_hubs0.010.000.02
get_merged_mods1.250.001.25
get_mods1.020.001.02
get_phi2.030.012.05
gsea_data2.420.002.42
interactions_data0.250.000.25
mod_colors0.030.000.03
mod_gene_num0.210.000.20
mod_gsea2.200.002.21
mod_names0.030.000.03
mod_ora3.020.033.04
mod_summary0.310.000.33
module_genes0.030.000.03
new_cem0.020.020.03
nmodules0.030.010.05
ora_data4.120.044.16
plot_beta_r20.270.000.26
plot_gsea2.50.02.5
plot_hist0.610.000.61
plot_interactions8.950.099.05
plot_mean_k0.190.010.20
plot_mean_var1.120.041.16
plot_ora4.580.064.64
plot_profile2.440.032.47
plot_qq0.680.000.68
plot_sample_tree0.970.000.96
read_gmt0.840.000.85
sample_annot0.000.020.01
sample_annotation0.030.000.03
save_plots0.030.000.04
select_genes0.230.000.24
show_plot0.270.000.26
write_files0.920.010.94