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

CHECK report for cola on merida1

This page was generated on 2020-04-15 12:48:37 -0400 (Wed, 15 Apr 2020).

Package 341/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cola 1.2.1
Zuguang Gu
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/cola
Branch: RELEASE_3_10
Last Commit: ce9b863
Last Changed Date: 2019-12-31 09:11:38 -0400 (Tue, 31 Dec 2019)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: cola
Version: 1.2.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:cola.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings cola_1.2.1.tar.gz
StartedAt: 2020-04-15 01:23:03 -0400 (Wed, 15 Apr 2020)
EndedAt: 2020-04-15 01:25:31 -0400 (Wed, 15 Apr 2020)
EllapsedTime: 148.2 seconds
RetCode: 0
Status:  OK 
CheckDir: cola.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.10-bioc/meat/cola.Rcheck’
* using R version 3.6.3 (2020-02-29)
* using platform: x86_64-apple-darwin15.6.0 (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.2.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 or elapsed time > 5s
                                              user system elapsed
consensus_partition                         35.860  0.164  36.298
collect_plots-ConsensusPartitionList-method 13.677  0.511  14.154
* 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
  ‘/Users/biocbuild/bbs-3.10-bioc/meat/cola.Rcheck/00check.log’
for details.



Installation output

cola.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘cola’ ...
** using staged installation
** libs
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include  -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include  -fPIC  -Wall -g -O2  -c cal_consensus_mat.cpp -o cal_consensus_mat.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include  -fPIC  -Wall -g -O2  -c pdist.cpp -o pdist.o
clang++ -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o cola.so RcppExports.o cal_consensus_mat.o pdist.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/3.6/Resources/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 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 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(cola)))
> 
> test_check("cola")
══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 11 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> 
> proc.time()
   user  system elapsed 
  2.624   0.175   2.788 

Example timings

cola.Rcheck/cola-Ex.timings

nameusersystemelapsed
ATC0.1700.0250.195
ConsensusPartition-class000
ConsensusPartitionList-class000
Extract.ConsensusPartitionList0.5170.0250.546
ExtractExtract.ConsensusPartitionList0.1190.0100.130
FCC0.1780.0170.195
PAC0.1550.0120.167
aPAC0.1430.0150.159
adjust_matrix0.0040.0000.004
adjust_outlier0.0000.0000.001
all_partition_methods0.0010.0010.001
all_top_value_methods0.0010.0000.000
cola0.0430.0020.046
cola_opt0.0360.0040.040
cola_report-ConsensusPartition-method000
cola_report-ConsensusPartitionList-method000
cola_report-dispatch0.0000.0000.001
cola_rl0.1680.0130.185
collect_classes-ConsensusPartition-method2.2360.0302.286
collect_classes-ConsensusPartitionList-method4.0130.0284.067
collect_classes-dispatch000
collect_plots-ConsensusPartition-method0.0000.0000.001
collect_plots-ConsensusPartitionList-method13.677 0.51114.154
collect_plots-dispatch0.0010.0000.000
collect_stats-ConsensusPartition-method0.0010.0000.001
collect_stats-ConsensusPartitionList-method1.0820.0451.132
collect_stats-dispatch0.0000.0000.001
colnames-ConsensusPartition-method0.0000.0000.001
colnames-ConsensusPartitionList-method0.0000.0000.001
colnames-dispatch0.0000.0010.000
compare_signatures-ConsensusPartition-method000
concordance0.1240.0150.138
consensus_heatmap-ConsensusPartition-method0.5680.0140.584
consensus_partition35.860 0.16436.298
correspond_between_rankings0.1000.0020.104
correspond_between_two_rankings0.0420.0020.044
dim.ConsensusPartition0.0000.0000.001
dim.ConsensusPartitionList000
dimension_reduction-ConsensusPartition-method1.9580.1232.096
dimension_reduction-dispatch0.0000.0000.001
dimension_reduction-matrix-method000
find_best_km0.0010.0000.000
functional_enrichment-ANY-method000
functional_enrichment-ConsensusPartition-method0.0000.0010.000
functional_enrichment-ConsensusPartitionList-method000
functional_enrichment-dispatch000
get_anno-ConsensusPartition-method000
get_anno-ConsensusPartitionList-method0.0010.0000.000
get_anno-dispatch000
get_anno_col-ConsensusPartition-method000
get_anno_col-ConsensusPartitionList-method0.0000.0010.001
get_anno_col-dispatch0.0000.0000.001
get_classes-ConsensusPartition-method0.1610.0210.183
get_classes-ConsensusPartitionList-method0.1460.0140.163
get_classes-dispatch000
get_consensus-ConsensusPartition-method0.1640.0260.192
get_matrix-ConsensusPartition-method0.1540.0290.182
get_matrix-ConsensusPartitionList-method0.1510.0240.177
get_matrix-dispatch000
get_membership-ConsensusPartition-method0.1740.0460.221
get_membership-ConsensusPartitionList-method0.1460.0190.165
get_membership-dispatch000
get_param-ConsensusPartition-method0.1900.0290.219
get_signatures-ConsensusPartition-method0.0000.0010.000
get_stats-ConsensusPartition-method0.1260.0090.137
get_stats-ConsensusPartitionList-method0.1440.0110.157
get_stats-dispatch0.0000.0000.001
is_best_k-ConsensusPartition-method0.0010.0000.000
is_best_k-ConsensusPartitionList-method000
is_best_k-dispatch0.0000.0000.001
is_stable_k-ConsensusPartition-method000
is_stable_k-ConsensusPartitionList-method0.0010.0010.000
is_stable_k-dispatch000
knitr_add_tab_item000
knitr_insert_tabs0.0000.0010.001
map_to_entrez_id000
membership_heatmap-ConsensusPartition-method0.7310.0140.749
ncol-ConsensusPartition-method0.0000.0010.001
ncol-ConsensusPartitionList-method0.0010.0000.000
ncol-dispatch0.0010.0000.001
nrow-ConsensusPartition-method000
nrow-ConsensusPartitionList-method0.0000.0000.001
nrow-dispatch000
plot_ecdf-ConsensusPartition-method0.1640.0100.175
recalc_stats000
register_NMF0.0000.0000.001
register_SOM000
register_partition_methods0.2440.0020.246
register_top_value_methods0.030.000.03
relabel_class0.0140.0020.015
remove_partition_methods000
remove_top_value_methods0.0000.0000.001
rownames-ConsensusPartition-method0.0000.0010.000
rownames-ConsensusPartitionList-method0.0000.0000.001
rownames-dispatch000
run_all_consensus_partition_methods0.1760.0100.186
select_partition_number-ConsensusPartition-method0.1590.0090.169
show-ConsensusPartition-method000
show-ConsensusPartitionList-method0.0010.0000.000
show-dispatch0.0000.0000.001
submit_to_david0.0000.0010.000
suggest_best_k-ConsensusPartition-method0.1480.0130.162
suggest_best_k-ConsensusPartitionList-method0.1560.0100.167
suggest_best_k-dispatch000
test_between_factors0.0180.0010.018
test_to_known_factors-ConsensusPartition-method0.1930.0110.205
test_to_known_factors-ConsensusPartitionList-method0.3730.0100.384
test_to_known_factors-dispatch000
top_elements_overlap0.0950.0060.102
top_rows_heatmap-ConsensusPartitionList-method0.0000.0000.001
top_rows_heatmap-dispatch0.0010.0000.000
top_rows_heatmap-matrix-method3.1160.2683.330
top_rows_overlap-ConsensusPartitionList-method0.3190.0180.339
top_rows_overlap-dispatch000
top_rows_overlap-matrix-method0.3570.0060.366