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

CHECK report for cola on malbec2

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

TO THE DEVELOPERS/MAINTAINERS OF THE cola PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 351/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cola 1.4.1
Zuguang Gu
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/cola
Branch: RELEASE_3_11
Last Commit: 182e341
Last Changed Date: 2020-05-03 07:59:28 -0400 (Sun, 03 May 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: cola
Version: 1.4.1
Command: /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:cola.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings cola_1.4.1.tar.gz
StartedAt: 2020-10-17 00:07:50 -0400 (Sat, 17 Oct 2020)
EndedAt: 2020-10-17 00:10:08 -0400 (Sat, 17 Oct 2020)
EllapsedTime: 137.7 seconds
RetCode: 0
Status:  OK 
CheckDir: cola.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:cola.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings cola_1.4.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.11-bioc/meat/cola.Rcheck’
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘cola/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘cola’ version ‘1.4.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 ‘cola’ 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 ... 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 line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                              user system elapsed
consensus_partition                         35.577  0.096  35.864
collect_plots-ConsensusPartitionList-method  8.792  0.143   8.939
* 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 NOTE
See
  ‘/home/biocbuild/bbs-3.11-bioc/meat/cola.Rcheck/00check.log’
for details.



Installation output

cola.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL cola
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.11-bioc/R/library’
* installing *source* package ‘cola’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c cal_consensus_mat.cpp -o cal_consensus_mat.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c pdist.cpp -o pdist.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.11-bioc/R/lib -L/usr/local/lib -o cola.so RcppExports.o cal_consensus_mat.o pdist.o -L/home/biocbuild/bbs-3.11-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.11-bioc/R/library/00LOCK-cola/00new/cola/libs
** R
** data
** 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 from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cola)

Tests output

cola.Rcheck/tests/test-all.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-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(cola)))
> 
> test_check("cola")
══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 11 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> 
> proc.time()
   user  system elapsed 
  2.935   0.098   3.082 

Example timings

cola.Rcheck/cola-Ex.timings

nameusersystemelapsed
ATC0.1770.0070.185
ConsensusPartition-class000
ConsensusPartitionList-class000
Extract.ConsensusPartitionList0.4510.0110.463
ExtractExtract.ConsensusPartitionList0.1130.0000.113
FCC0.0940.0000.094
PAC0.0820.0080.090
aPAC0.1270.0000.127
adjust_matrix0.0040.0000.004
adjust_outlier000
all_partition_methods0.0010.0000.001
all_top_value_methods0.0010.0000.000
cola0.0250.0000.025
cola_opt0.0290.0000.029
cola_report-ConsensusPartition-method000
cola_report-ConsensusPartitionList-method000
cola_report-dispatch000
cola_rl0.0960.0080.103
collect_classes-ConsensusPartition-method1.4670.0321.499
collect_classes-ConsensusPartitionList-method2.8210.0112.833
collect_classes-dispatch0.0000.0000.001
collect_plots-ConsensusPartition-method000
collect_plots-ConsensusPartitionList-method8.7920.1438.939
collect_plots-dispatch000
collect_stats-ConsensusPartition-method000
collect_stats-ConsensusPartitionList-method0.9620.0160.978
collect_stats-dispatch000
colnames-ConsensusPartition-method000
colnames-ConsensusPartitionList-method000
colnames-dispatch000
compare_signatures-ConsensusPartition-method0.0010.0000.001
concordance0.1200.0080.128
consensus_heatmap-ConsensusPartition-method0.4240.0000.424
consensus_partition35.577 0.09635.864
correspond_between_rankings0.0820.0000.083
correspond_between_two_rankings0.0340.0000.035
dim.ConsensusPartition0.0000.0000.001
dim.ConsensusPartitionList0.0000.0000.001
dimension_reduction-ConsensusPartition-method2.3500.0042.800
dimension_reduction-dispatch0.0010.0000.000
dimension_reduction-matrix-method000
find_best_km000
functional_enrichment-ANY-method000
functional_enrichment-ConsensusPartition-method000
functional_enrichment-ConsensusPartitionList-method0.0000.0010.000
functional_enrichment-dispatch000
get_anno-ConsensusPartition-method000
get_anno-ConsensusPartitionList-method000
get_anno-dispatch0.0000.0000.001
get_anno_col-ConsensusPartition-method0.0000.0000.001
get_anno_col-ConsensusPartitionList-method0.0000.0000.001
get_anno_col-dispatch000
get_classes-ConsensusPartition-method0.1240.0000.124
get_classes-ConsensusPartitionList-method0.1170.0080.126
get_classes-dispatch0.0010.0000.000
get_consensus-ConsensusPartition-method0.1340.0120.150
get_matrix-ConsensusPartition-method0.1270.0200.146
get_matrix-ConsensusPartitionList-method0.1440.0110.156
get_matrix-dispatch000
get_membership-ConsensusPartition-method0.1430.0230.167
get_membership-ConsensusPartitionList-method0.1300.0000.131
get_membership-dispatch0.0010.0000.000
get_param-ConsensusPartition-method0.1520.0080.160
get_signatures-ConsensusPartition-method000
get_stats-ConsensusPartition-method0.1200.0080.128
get_stats-ConsensusPartitionList-method0.1320.0040.137
get_stats-dispatch000
is_best_k-ConsensusPartition-method000
is_best_k-ConsensusPartitionList-method0.0000.0000.001
is_best_k-dispatch0.0000.0000.001
is_stable_k-ConsensusPartition-method0.0000.0000.001
is_stable_k-ConsensusPartitionList-method0.0000.0000.001
is_stable_k-dispatch0.0000.0000.001
knitr_add_tab_item0.0000.0010.000
knitr_insert_tabs0.0000.0010.000
map_to_entrez_id000
membership_heatmap-ConsensusPartition-method0.6320.0040.636
ncol-ConsensusPartition-method000
ncol-ConsensusPartitionList-method000
ncol-dispatch000
nrow-ConsensusPartition-method000
nrow-ConsensusPartitionList-method000
nrow-dispatch0.0010.0000.000
plot_ecdf-ConsensusPartition-method0.1390.0000.138
recalc_stats000
register_NMF000
register_SOM000
register_partition_methods0.5170.1120.639
register_top_value_methods0.0230.0000.024
relabel_class0.0120.0000.012
remove_partition_methods0.0000.0000.001
remove_top_value_methods0.0000.0000.001
rownames-ConsensusPartition-method000
rownames-ConsensusPartitionList-method000
rownames-dispatch000
run_all_consensus_partition_methods0.1540.0000.154
select_partition_number-ConsensusPartition-method0.1290.0040.133
show-ConsensusPartition-method000
show-ConsensusPartitionList-method000
show-dispatch000
submit_to_david000
suggest_best_k-ConsensusPartition-method0.1150.0040.118
suggest_best_k-ConsensusPartitionList-method0.1320.0000.131
suggest_best_k-dispatch000
test_between_factors0.0140.0000.014
test_to_known_factors-ConsensusPartition-method0.1440.0120.157
test_to_known_factors-ConsensusPartitionList-method0.3480.0040.352
test_to_known_factors-dispatch000
top_elements_overlap0.0680.0000.068
top_rows_heatmap-ConsensusPartitionList-method000
top_rows_heatmap-dispatch0.0000.0000.001
top_rows_heatmap-matrix-method2.7170.0482.776
top_rows_overlap-ConsensusPartitionList-method0.2910.0080.299
top_rows_overlap-dispatch000
top_rows_overlap-matrix-method0.2770.0040.281