Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

This page was generated on 2025-12-01 11:35 -0500 (Mon, 01 Dec 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" 4866
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" 4572
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 1476/2328HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
omada 1.13.0  (landing page)
Sokratis Kariotis
Snapshot Date: 2025-11-30 13:40 -0500 (Sun, 30 Nov 2025)
git_url: https://git.bioconductor.org/packages/omada
git_branch: devel
git_last_commit: 4e9162c
git_last_commit_date: 2025-10-29 11:18:23 -0500 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published


CHECK results for omada on nebbiolo1

To the developers/maintainers of the omada package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/omada.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: omada
Version: 1.13.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:omada.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings omada_1.13.0.tar.gz
StartedAt: 2025-12-01 02:21:05 -0500 (Mon, 01 Dec 2025)
EndedAt: 2025-12-01 02:36:16 -0500 (Mon, 01 Dec 2025)
EllapsedTime: 911.5 seconds
RetCode: 0
Status:   OK  
CheckDir: omada.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:omada.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings omada_1.13.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/omada.Rcheck’
* using R Under development (unstable) (2025-10-20 r88955)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.3 LTS
* using session charset: UTF-8
* checking for file ‘omada/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘omada’ version ‘1.13.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Depends: includes the non-default packages:
  'pdfCluster', 'kernlab', 'fpc', 'Rcpp', 'diceR', 'ggplot2',
  'reshape', 'genieclust', 'clValid', 'glmnet', 'dplyr'
Adding so many packages to the search path is excessive and importing
selectively is preferable.
* 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 ‘omada’ 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 ... NOTE
File
  LICENSE
is not mentioned in the DESCRIPTION file.
* 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 loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Packages in Depends field not imported from:
  ‘Rcpp’ ‘dplyr’ ‘genieclust’ ‘glmnet’ ‘kernlab’ ‘reshape’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
Index.15and28: no visible global function definition for ‘dist’
Index.15and28: no visible global function definition for ‘as.dist’
Index.sPlussMoins: no visible global function definition for ‘dist’
Index.sPlussMoins: no visible global function definition for ‘as.dist’
Index.sPlussMoins: no visible global function definition for ‘median’
Indice.cindex: no visible global function definition for ‘dist’
clusterVoting: no visible global function definition for ‘calinhara’
clusterVoting: no visible global function definition for
  ‘generalised_dunn_index’
clusterVoting: no visible global function definition for
  ‘silhouette_index’
clusterVoting: no visible global function definition for
  ‘negated_davies_bouldin_index’
clusterVoting: no visible binding for global variable ‘k’
clusterVoting: no visible binding for global variable ‘Frequency’
clusteringMethodSelection: no visible binding for global variable
  ‘value’
clusteringMethodSelection: no visible binding for global variable
  ‘methods’
featureSelection: no visible binding for global variable ‘featureSet’
featureSelection: no visible binding for global variable ‘means’
Undefined global functions or variables:
  Frequency as.dist calinhara dist featureSet generalised_dunn_index k
  means median methods negated_davies_bouldin_index silhouette_index
  value
Consider adding
  importFrom("stats", "as.dist", "dist", "median")
  importFrom("utils", "methods")
to your NAMESPACE file.
* 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 LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                                   user system elapsed
get_feature_selection_optimal_number_of_features 43.921  0.117  44.039
get_feature_selection_scores                     40.405  0.089  40.494
plot_partition_agreement                         33.561  0.036  33.599
plot_feature_selection                           32.179  0.024  32.205
get_feature_selection_optimal_features           30.084  0.067  30.151
get_cluster_voting_memberships                   29.422  0.131  29.553
get_partition_agreement_scores                   29.159  0.014  29.175
get_cluster_voting_scores                        28.792  0.074  28.866
get_cluster_voting_metric_votes                  28.597  0.123  28.720
get_cluster_voting_k_votes                       27.999  0.220  28.225
get_sample_memberships                           27.495  0.074  27.570
omada                                            23.428  0.058  23.675
plot_cluster_voting                              21.951  0.015  21.969
get_optimal_features                             10.665  0.008  10.677
get_optimal_number_of_features                   10.258  0.006  10.266
plot_average_stabilities                          9.319  0.012   9.342
get_optimal_parameter_used                        8.373  0.011   8.384
get_optimal_stability_score                       7.940  0.004   7.944
get_optimal_memberships                           7.597  0.006   7.605
featureSelection                                  7.024  0.015   7.040
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.23-bioc/meat/omada.Rcheck/00check.log’
for details.


Installation output

omada.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL omada
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘omada’ ...
** this is package ‘omada’ version ‘1.13.0’
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (omada)

Tests output

omada.Rcheck/tests/testthat.Rout


R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

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)
> library(omada)
Loading required package: pdfCluster
pdfCluster 1.0-4
Loading required package: kernlab
Loading required package: fpc
Loading required package: Rcpp
Loading required package: diceR
Loading required package: ggplot2

Attaching package: 'ggplot2'

The following object is masked from 'package:kernlab':

    alpha

Loading required package: reshape
Loading required package: genieclust
Loading required package: clValid
Loading required package: cluster
Loading required package: glmnet
Loading required package: Matrix

Attaching package: 'Matrix'

The following object is masked from 'package:reshape':

    expand

Loaded glmnet 4.1-10
Loading required package: dplyr

Attaching package: 'dplyr'

The following object is masked from 'package:reshape':

    rename

The following object is masked from 'package:pdfCluster':

    groups

The following objects are masked from 'package:stats':

    filter, lag

The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

> 
> test_check("omada")
[ FAIL 0 | WARN 1 | SKIP 0 | PASS 38 ]

[ FAIL 0 | WARN 1 | SKIP 0 | PASS 38 ]
> 
> proc.time()
   user  system elapsed 
119.640   1.774 152.731 

Example timings

omada.Rcheck/omada-Ex.timings

nameusersystemelapsed
clusterVoting3.6200.1233.744
clusteringMethodSelection1.6490.0211.670
feasibilityAnalysis1.2120.0491.261
feasibilityAnalysisDataBased2.7080.0802.793
featureSelection7.0240.0157.040
get_agreement_scores0.1550.0050.161
get_average_feature_k_stabilities4.2740.0354.309
get_average_stabilities_per_k0.8050.0380.843
get_average_stability0.8050.0170.823
get_cluster_memberships_k0.7520.0130.765
get_cluster_voting_k_votes27.999 0.22028.225
get_cluster_voting_memberships29.422 0.13129.553
get_cluster_voting_metric_votes28.597 0.12328.720
get_cluster_voting_scores28.792 0.07428.866
get_feature_selection_optimal_features30.084 0.06730.151
get_feature_selection_optimal_number_of_features43.921 0.11744.039
get_feature_selection_scores40.405 0.08940.494
get_generated_dataset2.9090.0022.912
get_internal_metric_scores0.7360.0030.738
get_max_stability0.7580.0040.762
get_metric_votes_k0.7110.0170.728
get_optimal_features10.665 0.00810.677
get_optimal_memberships7.5970.0067.605
get_optimal_number_of_features10.258 0.00610.266
get_optimal_parameter_used8.3730.0118.384
get_optimal_stability_score7.9400.0047.944
get_partition_agreement_scores29.159 0.01429.175
get_sample_memberships27.495 0.07427.570
get_vote_frequencies_k0.7200.0020.722
omada23.428 0.05823.675
optimalClustering0.0820.0020.084
partitionAgreement0.3190.0110.331
plot_average_stabilities9.3190.0129.342
plot_cluster_voting21.951 0.01521.969
plot_feature_selection32.179 0.02432.205
plot_partition_agreement33.561 0.03633.599
plot_vote_frequencies1.3080.0491.357
toy_gene_memberships0.0120.0030.015
toy_genes0.0000.0010.001