Back to Multiple platform build/check report for BioC 3.21:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-05-01 11:41 -0400 (Thu, 01 May 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_644.5.0 RC (2025-04-04 r88126) -- "How About a Twenty-Six" 4832
palomino7Windows Server 2022 Datacenterx644.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" 4574
merida1macOS 12.7.5 Montereyx86_644.5.0 RC (2025-04-04 r88126) -- "How About a Twenty-Six" 4599
kjohnson1macOS 13.6.6 Venturaarm644.5.0 RC (2025-04-04 r88129) -- "How About a Twenty-Six" 4553
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 417/2341HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cola 2.14.0  (landing page)
Zuguang Gu
Snapshot Date: 2025-04-28 17:48 -0400 (Mon, 28 Apr 2025)
git_url: https://git.bioconductor.org/packages/cola
git_branch: RELEASE_3_21
git_last_commit: 545c0fe
git_last_commit_date: 2025-04-15 11:40:31 -0400 (Tue, 15 Apr 2025)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published


CHECK results for cola on merida1

To the developers/maintainers of the cola package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/cola.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: cola
Version: 2.14.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:cola.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings cola_2.14.0.tar.gz
StartedAt: 2025-04-29 05:01:56 -0400 (Tue, 29 Apr 2025)
EndedAt: 2025-04-29 05:08:28 -0400 (Tue, 29 Apr 2025)
EllapsedTime: 392.0 seconds
RetCode: 0
Status:   OK  
CheckDir: cola.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.21-bioc/meat/cola.Rcheck’
* using R version 4.5.0 RC (2025-04-04 r88126)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Monterey 12.7.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘cola/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘cola’ version ‘2.14.0’
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 27 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* 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
* used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* checking installed package size ... INFO
  installed size is  5.8Mb
  sub-directories of 1Mb or more:
    data      3.2Mb
    extdata   1.0Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License stub is invalid DCF.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code 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 whether startup messages can be suppressed ... 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 ... NOTE
Non-topic package-anchored link(s) in Rd file 'collect_classes-ConsensusPartitionList-method.Rd':
  ‘[ComplexHeatmap:draw-HeatmapList-method]{draw,HeatmapList-method}’

See section 'Cross-references' in the 'Writing R Extensions' manual.

Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  predict_classes-ConsensusPartition-method.Rd: colorRamp2
  predict_classes-matrix-method.Rd: colorRamp2
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* 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                             45.802  0.479  47.680
get_signatures-ConsensusPartition-method        10.621  0.210  11.225
compare_signatures-HierarchicalPartition-method  7.985  0.305   8.527
collect_classes-ConsensusPartitionList-method    7.424  0.054   7.984
top_rows_heatmap-matrix-method                   5.428  0.335   5.814
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘test-all.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.21-bioc/meat/cola.Rcheck/00check.log’
for details.


Installation output

cola.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library’
* installing *source* package ‘cola’ ...
** this is package ‘cola’ version ‘2.14.0’
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c atc.cpp -o atc.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c cal_consensus_mat.cpp -o cal_consensus_mat.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c pdist.cpp -o pdist.o
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o cola.so RcppExports.o atc.o cal_consensus_mat.o pdist.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Library/Frameworks/R.framework/Versions/4.5-x86_64/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 4.5.0 RC (2025-04-04 r88126) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

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")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 18 ]
> 
> 
> proc.time()
   user  system elapsed 
  8.721   0.616   9.453 

Example timings

cola.Rcheck/cola-Ex.timings

nameusersystemelapsed
ATC0.0490.0080.063
ATC_approx0.0000.0010.001
ConsensusPartition-class0.0000.0000.001
ConsensusPartitionList-class0.0000.0000.001
DownSamplingConsensusPartition-class0.0000.0000.001
Extract.ConsensusPartitionList1.0770.0501.169
Extract.HierarchicalPartition0.2260.0110.244
ExtractExtract.ConsensusPartitionList0.6060.0150.648
ExtractExtract.HierarchicalPartition0.0000.0010.000
FCC0.2410.0140.265
HierarchicalPartition-class0.0000.0000.001
PAC0.2410.0160.269
aPAC0.2410.0170.269
adjust_matrix0.0130.0050.018
adjust_outlier0.0010.0010.002
all_leaves-HierarchicalPartition-method0.1750.0110.193
all_nodes-HierarchicalPartition-method0.1700.0120.191
all_partition_methods0.0010.0010.001
all_top_value_methods000
cola0.1440.0020.152
cola_opt0.0470.0040.054
cola_report-ConsensusPartition-method000
cola_report-ConsensusPartitionList-method0.0010.0000.001
cola_report-HierarchicalPartition-method0.0000.0010.000
cola_report-dispatch0.0000.0010.001
cola_rl0.1480.0140.171
collect_classes-ConsensusPartition-method4.3100.1344.622
collect_classes-ConsensusPartitionList-method7.4240.0547.984
collect_classes-HierarchicalPartition-method3.2160.0613.334
collect_classes-dispatch0.0000.0010.001
collect_plots-ConsensusPartition-method000
collect_plots-ConsensusPartitionList-method000
collect_plots-dispatch0.0000.0000.001
collect_stats-ConsensusPartition-method0.0000.0010.000
collect_stats-ConsensusPartitionList-method0.8720.0180.892
collect_stats-dispatch0.0010.0000.001
colnames-ConsensusPartition-method000
colnames-ConsensusPartitionList-method0.0000.0010.001
colnames-DownSamplingConsensusPartition-method0.0000.0010.001
colnames-HierarchicalPartition-method000
colnames-dispatch000
compare_partitions-ConsensusPartition-method0.0000.0000.001
compare_signatures-ConsensusPartition-method0.0010.0000.001
compare_signatures-HierarchicalPartition-method7.9850.3058.527
compare_signatures-dispatch000
concordance0.2370.0150.255
config_ATC0.0020.0000.002
consensus_heatmap-ConsensusPartition-method1.0840.0221.109
consensus_partition45.802 0.47947.680
consensus_partition_by_down_sampling0.0000.0010.001
correspond_between_rankings0.1160.0040.120
correspond_between_two_rankings0.0480.0030.050
david_enrichment0.0000.0000.001
dim.ConsensusPartition0.0000.0000.001
dim.ConsensusPartitionList0.0010.0000.001
dim.DownSamplingConsensusPartition0.0010.0000.001
dim.HierarchicalPartition0.0010.0000.000
dimension_reduction-ConsensusPartition-method1.3630.0641.456
dimension_reduction-DownSamplingConsensusPartition-method3.0920.0813.212
dimension_reduction-HierarchicalPartition-method1.7580.0721.848
dimension_reduction-dispatch0.0000.0010.000
dimension_reduction-matrix-method0.0000.0010.001
find_best_km0.0000.0010.001
functional_enrichment-ANY-method0.0010.0000.000
functional_enrichment-ConsensusPartition-method0.0010.0000.000
functional_enrichment-ConsensusPartitionList-method0.0000.0000.001
functional_enrichment-HierarchicalPartition-method000
functional_enrichment-dispatch0.0000.0000.001
get_anno-ConsensusPartition-method0.0010.0010.000
get_anno-ConsensusPartitionList-method0.0000.0010.000
get_anno-DownSamplingConsensusPartition-method0.1050.0090.116
get_anno-HierarchicalPartition-method0.0000.0000.001
get_anno-dispatch0.0000.0010.001
get_anno_col-ConsensusPartition-method0.0000.0010.001
get_anno_col-ConsensusPartitionList-method0.0010.0000.001
get_anno_col-HierarchicalPartition-method000
get_anno_col-dispatch0.0000.0000.001
get_children_nodes-HierarchicalPartition-method0.0010.0010.000
get_classes-ConsensusPartition-method0.2070.0160.223
get_classes-ConsensusPartitionList-method0.2170.0120.230
get_classes-DownSamplingConsensusPartition-method0.1100.0170.127
get_classes-HierarchicalPartition-method0.1990.0100.209
get_classes-dispatch0.0000.0010.001
get_consensus-ConsensusPartition-method0.2370.0800.320
get_matrix-ConsensusPartition-method0.8591.6472.540
get_matrix-ConsensusPartitionList-method0.8321.5812.444
get_matrix-DownSamplingConsensusPartition-method0.0000.0000.001
get_matrix-HierarchicalPartition-method0.0010.0000.001
get_matrix-dispatch0.0000.0000.001
get_membership-ConsensusPartition-method0.2480.0790.334
get_membership-ConsensusPartitionList-method0.2020.0120.214
get_membership-dispatch0.0000.0000.001
get_param-ConsensusPartition-method0.2330.0280.265
get_signatures-ConsensusPartition-method10.621 0.21011.225
get_signatures-DownSamplingConsensusPartition-method0.0010.0010.000
get_signatures-HierarchicalPartition-method0.0000.0010.001
get_signatures-dispatch0.0000.0000.001
get_stats-ConsensusPartition-method0.2240.0100.235
get_stats-ConsensusPartitionList-method0.2200.0110.233
get_stats-dispatch0.0000.0010.001
golub_cola0.3000.0120.315
golub_cola_ds0.1640.0080.175
golub_cola_rh0.2650.0090.277
hierarchical_partition0.0010.0010.001
is_best_k-ConsensusPartition-method0.2220.0080.231
is_best_k-ConsensusPartitionList-method0.2260.0100.237
is_best_k-dispatch0.0000.0000.001
is_leaf_node-HierarchicalPartition-method0.1870.0100.198
is_stable_k-ConsensusPartition-method0.2210.0070.230
is_stable_k-ConsensusPartitionList-method0.2290.0080.238
is_stable_k-dispatch0.0000.0000.001
knee_finder20.0350.0050.041
knitr_add_tab_item0.0010.0000.000
knitr_insert_tabs0.0010.0000.001
map_to_entrez_id000
max_depth-HierarchicalPartition-method0.1650.0070.175
membership_heatmap-ConsensusPartition-method1.0050.0291.052
merge_node-HierarchicalPartition-method0.0000.0010.001
merge_node_param0.0000.0010.001
ncol-ConsensusPartition-method0.0000.0010.001
ncol-ConsensusPartitionList-method0.0000.0010.001
ncol-DownSamplingConsensusPartition-method0.0000.0010.001
ncol-HierarchicalPartition-method0.0000.0010.001
ncol-dispatch0.0000.0010.001
node_info-HierarchicalPartition-method000
node_level-HierarchicalPartition-method0.0010.0000.001
nrow-ConsensusPartition-method000
nrow-ConsensusPartitionList-method0.0000.0010.001
nrow-HierarchicalPartition-method0.0010.0010.000
nrow-dispatch0.0000.0010.001
plot_ecdf-ConsensusPartition-method0.2320.0120.248
predict_classes-ConsensusPartition-method0.0010.0010.000
predict_classes-dispatch0.0000.0010.001
predict_classes-matrix-method0.0000.0010.001
print.hc_table_suggest_best_k0.0000.0010.000
recalc_stats0.0000.0010.000
register_NMF0.0000.0000.001
register_SOM000
register_partition_methods0.6040.0180.629
register_top_value_methods0.0020.0010.003
relabel_class0.0190.0040.022
remove_partition_methods000
remove_top_value_methods0.0000.0010.001
rownames-ConsensusPartition-method0.0000.0010.000
rownames-ConsensusPartitionList-method0.0010.0000.001
rownames-HierarchicalPartition-method0.0000.0000.001
rownames-dispatch000
run_all_consensus_partition_methods000
select_partition_number-ConsensusPartition-method0.2320.0090.242
show-ConsensusPartition-method0.0010.0010.001
show-ConsensusPartitionList-method0.0000.0010.000
show-DownSamplingConsensusPartition-method0.1520.0090.161
show-HierarchicalPartition-method0.2640.0100.277
show-dispatch0.0000.0000.001
split_node-HierarchicalPartition-method0.0000.0010.000
suggest_best_k-ConsensusPartition-method0.2160.0090.225
suggest_best_k-ConsensusPartitionList-method0.2310.0120.245
suggest_best_k-HierarchicalPartition-method0.1850.0100.198
suggest_best_k-dispatch0.0000.0010.000
test_between_factors0.0170.0020.019
test_to_known_factors-ConsensusPartition-method0.2640.0120.278
test_to_known_factors-ConsensusPartitionList-method0.5140.0150.531
test_to_known_factors-DownSamplingConsensusPartition-method0.1590.0070.167
test_to_known_factors-HierarchicalPartition-method0.2030.0080.211
test_to_known_factors-dispatch0.0000.0000.001
top_elements_overlap0.4350.0280.473
top_rows_heatmap-ConsensusPartition-method0.0010.0010.001
top_rows_heatmap-ConsensusPartitionList-method0.0010.0000.000
top_rows_heatmap-HierarchicalPartition-method0.0010.0000.000
top_rows_heatmap-dispatch0.0010.0000.000
top_rows_heatmap-matrix-method5.4280.3355.814
top_rows_overlap-ConsensusPartitionList-method1.4690.0811.572
top_rows_overlap-HierarchicalPartition-method0.9080.0190.942
top_rows_overlap-dispatch0.0000.0000.001
top_rows_overlap-matrix-method0.3150.0020.322