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

CHECK report for ComplexHeatmap on malbec2

This page was generated on 2018-10-17 08:27:25 -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: /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD check --install=check:ComplexHeatmap.install-out.txt --library=/home/biocbuild/bbs-3.7-bioc/R/library --no-vignettes --timings ComplexHeatmap_1.18.1.tar.gz
StartedAt: 2018-10-15 23:27:19 -0400 (Mon, 15 Oct 2018)
EndedAt: 2018-10-15 23:28:34 -0400 (Mon, 15 Oct 2018)
EllapsedTime: 75.5 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: ComplexHeatmap.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD check --install=check:ComplexHeatmap.install-out.txt --library=/home/biocbuild/bbs-3.7-bioc/R/library --no-vignettes --timings ComplexHeatmap_1.18.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.7-bioc/meat/ComplexHeatmap.Rcheck’
* using R version 3.5.1 Patched (2018-07-12 r74967)
* using platform: x86_64-pc-linux-gnu (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 12.272  0.036  12.327
* 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
  ‘/home/biocbuild/bbs-3.7-bioc/meat/ComplexHeatmap.Rcheck/00check.log’
for details.



Installation output

ComplexHeatmap.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD INSTALL ComplexHeatmap
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.7-bioc/R/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-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)
> suppressWarnings(suppressPackageStartupMessages(library(ComplexHeatmap)))
> 
> test_check("ComplexHeatmap")
══ testthat results  ═══════════════════════════════════════════════════════════
OK: 17 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
  0.884   0.056   0.937 

Example timings

ComplexHeatmap.Rcheck/ComplexHeatmap-Ex.timings

nameusersystemelapsed
AdditiveUnit-class0.0000.0000.001
AdditiveUnit0.0000.0000.001
ColorMapping-class000
ColorMapping0.0160.0000.016
ComplexHeatmap-package000
Heatmap-class0.0000.0000.001
Heatmap12.272 0.03612.327
HeatmapAnnotation-class000
HeatmapAnnotation0.0320.0000.030
HeatmapList-class2.3680.0002.368
HeatmapList0.0000.0000.001
Legend0.2320.0000.233
SingleAnnotation-class0.0000.0000.001
SingleAnnotation0.0240.0000.026
add.AdditiveUnit2.9840.0042.991
add_heatmap-Heatmap-method0.7520.0000.754
add_heatmap-HeatmapAnnotation-method0.4600.0000.458
add_heatmap-HeatmapList-method1.0400.0001.042
add_heatmap-dispatch0.0000.0000.001
adjust_dend_by_leaf_width1.1480.0201.170
anno_barplot0.0120.0000.014
anno_boxplot0.0240.0000.023
anno_density0.1400.0000.142
anno_histogram0.0640.0000.066
anno_link1.1680.0041.174
anno_oncoprint_barplot000
anno_points0.0240.0000.021
anno_text0.2560.0000.255
annotation_legend_size-HeatmapList-method0.0000.0000.001
color_mapping_legend-ColorMapping-method0.1720.0000.174
columnAnnotation0.0040.0000.006
column_anno_barplot0.0000.0000.001
column_anno_boxplot000
column_anno_density000
column_anno_histogram000
column_anno_link0.0000.0000.001
column_anno_points0.0000.0000.001
column_anno_text000
column_dend-Heatmap-method0.0360.0000.037
column_dend-HeatmapList-method0.1480.0000.146
column_dend-dispatch000
column_order-Heatmap-method0.0320.0040.037
column_order-HeatmapList-method0.1360.0000.137
column_order-dispatch000
component_height-Heatmap-method000
component_height-HeatmapList-method000
component_height-dispatch0.0000.0000.001
component_width-Heatmap-method0.0000.0000.001
component_width-HeatmapList-method0.0000.0000.001
component_width-dispatch0.0000.0000.001
decorate_annotation0.4680.0040.475
decorate_column_dend000
decorate_column_names0.0000.0000.001
decorate_column_title0.0000.0000.001
decorate_dend0.2720.0000.272
decorate_dimnames0.3240.0000.324
decorate_heatmap_body0.2520.0000.254
decorate_row_dend000
decorate_row_names000
decorate_row_title0.0000.0000.001
decorate_title0.2880.0040.291
densityHeatmap2.5760.0002.578
dist20.0200.0000.019
draw-Heatmap-method0.3360.0040.340
draw-HeatmapAnnotation-method0.0800.0000.079
draw-HeatmapList-method1.0360.0001.039
draw-SingleAnnotation-method0.0520.0000.053
draw-dispatch0.0000.0000.001
draw_annotation-Heatmap-method0.0000.0000.001
draw_annotation_legend-HeatmapList-method000
draw_dend-Heatmap-method000
draw_dimnames-Heatmap-method000
draw_heatmap_body-Heatmap-method0.0000.0000.001
draw_heatmap_legend-HeatmapList-method000
draw_heatmap_list-HeatmapList-method000
draw_title-Heatmap-method0.0000.0000.001
draw_title-HeatmapList-method0.0000.0000.001
draw_title-dispatch0.0040.0000.000
enhanced_basicplot0.8480.0000.851
get_color_mapping_list-HeatmapAnnotation-method0.0000.0000.001
get_color_mapping_param_list-HeatmapAnnotation-method000
grid.dendrogram0.0160.0000.015
grid.dendrogram20.0160.0000.016
heatmap_legend_size-HeatmapList-method000
ht_global_opt000
is_abs_unit0.0000.0000.001
make_column_cluster-Heatmap-method0.0000.0000.001
make_layout-Heatmap-method000
make_layout-HeatmapList-method0.0000.0000.001
make_layout-dispatch0.0000.0000.001
make_row_cluster-Heatmap-method000
map_to_colors-ColorMapping-method0.0200.0000.018
max_text_height0.0040.0000.002
max_text_width0.0000.0000.001
oncoPrint0.0000.0000.001
packLegend0.7680.0000.769
plotDataFrame2.4240.0122.438
prepare-Heatmap-method0.0000.0000.001
rowAnnotation0.0040.0000.005
row_anno_barplot000
row_anno_boxplot000
row_anno_density0.0000.0000.001
row_anno_histogram0.0000.0000.001
row_anno_link0.0000.0000.001
row_anno_points0.0000.0000.001
row_anno_text000
row_dend-Heatmap-method0.0360.0000.035
row_dend-HeatmapList-method0.1480.0000.147
row_dend-dispatch000
row_order-Heatmap-method0.0360.0000.034
row_order-HeatmapList-method0.1400.0000.142
row_order-dispatch000
selectArea000
set_component_height-Heatmap-method0.0000.0000.001
show-ColorMapping-method0.0040.0000.001
show-Heatmap-method0.6400.0000.641
show-HeatmapAnnotation-method0.0000.0000.001
show-HeatmapList-method0.0000.0000.001
show-SingleAnnotation-method0.0000.0000.001
show-dispatch000
unify_mat_list0.0040.0000.000