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

CHECK report for ComplexHeatmap on merida2

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

Package 296/1561HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ComplexHeatmap 1.18.1
Zuguang Gu
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018)
URL: https://git.bioconductor.org/packages/ComplexHeatmap
Branch: RELEASE_3_7
Last Commit: be0dd9d
Last Changed Date: 2018-06-19 09:49:32 -0400 (Tue, 19 Jun 2018)
malbec2 Linux (Ubuntu 16.04.1 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
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository

Summary

Package: ComplexHeatmap
Version: 1.18.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:ComplexHeatmap.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings ComplexHeatmap_1.18.1.tar.gz
StartedAt: 2018-10-16 20:38:30 -0400 (Tue, 16 Oct 2018)
EndedAt: 2018-10-16 20:40:23 -0400 (Tue, 16 Oct 2018)
EllapsedTime: 112.8 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: ComplexHeatmap.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.7-bioc/meat/ComplexHeatmap.Rcheck’
* using R version 3.5.1 Patched (2018-07-12 r74967)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘ComplexHeatmap/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘ComplexHeatmap’ version ‘1.18.1’
* 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 ‘ComplexHeatmap’ 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 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 ... OK
* 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 'ht_global_opt':
ht_global_opt
  Code: function(..., RESET = FALSE, READ.ONLY = NULL, LOCAL = FALSE,
                 ADD = FALSE)
  Docs: function(..., RESET = FALSE, READ.ONLY = NULL, LOCAL = FALSE)
  Argument names in code not in docs:
    ADD

* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
          user system elapsed
Heatmap 18.889   0.12  19.227
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘test-all.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
See
  ‘/Users/biocbuild/bbs-3.7-bioc/meat/ComplexHeatmap.Rcheck/00check.log’
for details.



Installation output

ComplexHeatmap.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library’
* installing *source* package ‘ComplexHeatmap’ ...
** R
** 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 (ComplexHeatmap)

Tests output

ComplexHeatmap.Rcheck/tests/test-all.Rout


R version 3.5.1 Patched (2018-07-12 r74967) -- "Feather Spray"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.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)
> suppressWarnings(suppressPackageStartupMessages(library(ComplexHeatmap)))
> 
> test_check("ComplexHeatmap")
══ testthat results  ═══════════════════════════════════════════════════════════
OK: 17 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
  1.485   0.138   1.952 

Example timings

ComplexHeatmap.Rcheck/ComplexHeatmap-Ex.timings

nameusersystemelapsed
AdditiveUnit-class0.0010.0000.001
AdditiveUnit0.0000.0000.001
ColorMapping-class0.0010.0000.001
ColorMapping0.0780.0010.080
ComplexHeatmap-package0.0010.0000.001
Heatmap-class0.0010.0000.001
Heatmap18.889 0.12019.227
HeatmapAnnotation-class0.0010.0000.001
HeatmapAnnotation0.0340.0000.035
HeatmapList-class3.4550.0113.509
HeatmapList0.0010.0000.001
Legend0.3250.0040.334
SingleAnnotation-class0.0010.0000.001
SingleAnnotation0.0270.0010.027
add.AdditiveUnit4.4440.0114.485
add_heatmap-Heatmap-method1.1480.0031.161
add_heatmap-HeatmapAnnotation-method0.6750.0020.683
add_heatmap-HeatmapList-method1.4860.0061.501
add_heatmap-dispatch0.0010.0010.002
adjust_dend_by_leaf_width1.6960.0571.781
anno_barplot0.0130.0010.014
anno_boxplot0.0370.0010.040
anno_density0.2440.0040.249
anno_histogram0.0620.0010.064
anno_link2.0320.0182.076
anno_oncoprint_barplot0.0010.0000.001
anno_points0.0300.0010.033
anno_text0.4630.0020.468
annotation_legend_size-HeatmapList-method0.0010.0000.001
color_mapping_legend-ColorMapping-method0.3860.0030.391
columnAnnotation0.0090.0000.009
column_anno_barplot0.0010.0010.001
column_anno_boxplot0.0010.0000.001
column_anno_density0.0000.0000.001
column_anno_histogram0.0010.0000.001
column_anno_link0.0010.0010.001
column_anno_points0.0010.0000.001
column_anno_text0.0020.0000.001
column_dend-Heatmap-method0.0570.0050.062
column_dend-HeatmapList-method0.2360.0010.239
column_dend-dispatch0.0010.0000.002
column_order-Heatmap-method0.0580.0000.058
column_order-HeatmapList-method0.2040.0010.207
column_order-dispatch0.0010.0000.001
component_height-Heatmap-method0.0000.0000.001
component_height-HeatmapList-method0.0010.0000.001
component_height-dispatch0.0010.0000.001
component_width-Heatmap-method0.0010.0000.001
component_width-HeatmapList-method0.0010.0000.001
component_width-dispatch0.0010.0000.001
decorate_annotation0.6860.0040.699
decorate_column_dend0.0010.0000.002
decorate_column_names0.0020.0000.002
decorate_column_title0.0020.0000.002
decorate_dend0.3490.0020.357
decorate_dimnames0.4840.0030.490
decorate_heatmap_body0.3320.0020.341
decorate_row_dend0.0020.0000.001
decorate_row_names0.0010.0010.001
decorate_row_title0.0010.0000.002
decorate_title0.3480.0020.349
densityHeatmap3.6540.0253.716
dist20.0320.0000.032
draw-Heatmap-method0.4890.0020.495
draw-HeatmapAnnotation-method0.1160.0040.132
draw-HeatmapList-method1.2070.0041.215
draw-SingleAnnotation-method0.0830.0040.087
draw-dispatch0.0010.0000.002
draw_annotation-Heatmap-method0.0010.0000.001
draw_annotation_legend-HeatmapList-method0.0010.0000.001
draw_dend-Heatmap-method0.0010.0000.002
draw_dimnames-Heatmap-method0.0010.0010.001
draw_heatmap_body-Heatmap-method0.0010.0000.001
draw_heatmap_legend-HeatmapList-method0.0010.0000.001
draw_heatmap_list-HeatmapList-method0.0020.0000.001
draw_title-Heatmap-method0.0010.0000.002
draw_title-HeatmapList-method0.0020.0000.002
draw_title-dispatch0.0020.0000.002
enhanced_basicplot1.2140.0041.226
get_color_mapping_list-HeatmapAnnotation-method0.0020.0000.002
get_color_mapping_param_list-HeatmapAnnotation-method0.0010.0000.002
grid.dendrogram0.0190.0010.020
grid.dendrogram20.0190.0010.020
heatmap_legend_size-HeatmapList-method0.0010.0000.001
ht_global_opt0.0010.0000.001
is_abs_unit0.0030.0010.003
make_column_cluster-Heatmap-method0.0000.0000.001
make_layout-Heatmap-method0.0010.0000.002
make_layout-HeatmapList-method0.0020.0000.001
make_layout-dispatch0.0010.0000.001
make_row_cluster-Heatmap-method0.0010.0000.001
map_to_colors-ColorMapping-method0.0270.0010.028
max_text_height0.0050.0000.004
max_text_width0.0030.0000.004
oncoPrint0.0010.0000.001
packLegend1.2800.0031.297
plotDataFrame3.6940.0073.919
prepare-Heatmap-method0.0010.0000.002
rowAnnotation0.0110.0000.012
row_anno_barplot0.0010.0000.002
row_anno_boxplot0.0010.0000.001
row_anno_density0.0010.0000.002
row_anno_histogram0.0010.0000.001
row_anno_link0.0020.0010.001
row_anno_points0.0020.0000.002
row_anno_text0.0010.0010.002
row_dend-Heatmap-method0.0680.0000.069
row_dend-HeatmapList-method0.4590.0010.533
row_dend-dispatch0.0020.0010.001
row_order-Heatmap-method0.0750.0000.121
row_order-HeatmapList-method0.2570.0120.280
row_order-dispatch0.0010.0000.001
selectArea0.0020.0000.001
set_component_height-Heatmap-method0.0020.0000.002
show-ColorMapping-method0.0010.0000.002
show-Heatmap-method1.1240.0161.160
show-HeatmapAnnotation-method0.0010.0000.001
show-HeatmapList-method0.0020.0000.001
show-SingleAnnotation-method0.0010.0000.002
show-dispatch0.0010.0000.001
unify_mat_list0.0010.0000.002