Back to Mac ARM64 build report for BioC 3.18
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

This page was generated on 2024-04-18 11:32:15 -0400 (Thu, 18 Apr 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.1 Venturaarm644.3.3 (2024-02-29) -- "Angel Food Cake" 4388
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 1441/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
omada 1.4.0  (landing page)
Sokratis Kariotis
Snapshot Date: 2024-04-16 09:00:03 -0400 (Tue, 16 Apr 2024)
git_url: https://git.bioconductor.org/packages/omada
git_branch: RELEASE_3_18
git_last_commit: 8e2e5fa
git_last_commit_date: 2023-10-24 11:43:41 -0400 (Tue, 24 Oct 2023)
kjohnson1macOS 13.6.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for omada on kjohnson1


To the developers/maintainers of the omada package:
- 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.4.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:omada.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings omada_1.4.0.tar.gz
StartedAt: 2024-04-17 21:47:06 -0400 (Wed, 17 Apr 2024)
EndedAt: 2024-04-17 22:01:32 -0400 (Wed, 17 Apr 2024)
EllapsedTime: 866.3 seconds
RetCode: 0
Status:   OK  
CheckDir: omada.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/omada.Rcheck’
* using R version 4.3.3 (2024-02-29)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.1
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘omada/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘omada’ version ‘1.4.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... NOTE
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 ... NOTE
Package listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘clValid’
A package should be listed in only one of these fields.
* 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 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 ... NOTE
Packages in Depends field not imported from:
  ‘Rcpp’ ‘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’
geneSignatures: no visible global function definition for ‘where’
geneSignatures: no visible binding for global variable ‘features’
geneSignatures: no visible binding for global variable ‘value’
geneSignatures: no visible binding for global variable ‘variable’
Undefined global functions or variables:
  Frequency as.dist calinhara dist featureSet features
  generalised_dunn_index k means median methods
  negated_davies_bouldin_index silhouette_index value variable where
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_scores                     50.564  1.573  52.255
get_feature_selection_optimal_number_of_features 46.406  1.616  48.115
plot_signature_feature                           37.441  1.079  38.620
plot_partition_agreement                         33.400  1.394  34.839
get_partition_agreement_scores                   32.784  1.166  33.981
get_cluster_voting_k_votes                       32.808  0.932  33.850
get_signature_feature_coefs                      32.333  1.058  33.536
get_cluster_voting_scores                        31.837  1.094  32.996
get_feature_selection_optimal_features           31.824  0.930  32.901
get_cluster_voting_memberships                   31.585  1.087  32.771
get_sample_memberships                           31.228  1.195  32.481
get_cluster_voting_metric_votes                  30.686  1.006  31.870
plot_feature_selection                           30.364  0.962  31.397
plot_cluster_voting                              24.655  0.865  25.544
omada                                            24.192  0.803  25.015
get_optimal_features                             10.379  0.309  10.720
get_optimal_number_of_features                   10.252  0.273  10.549
plot_average_stabilities                         10.063  0.315  10.405
featureSelection                                  8.940  0.198   9.253
get_optimal_parameter_used                        8.806  0.188   9.036
get_optimal_memberships                           8.495  0.240   8.766
get_optimal_stability_score                       7.651  0.222   7.883
get_average_feature_k_stabilities                 5.407  0.125   5.618
clusterVoting                                     4.753  0.605   5.367
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.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: 5 NOTEs
See
  ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/omada.Rcheck/00check.log’
for details.



Installation output

omada.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’
* installing *source* package ‘omada’ ...
** 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 version 4.3.3 (2024-02-29) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (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)
> 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-8
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 object is masked from 'package:testthat':

    matches

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 
 90.466   3.632  94.515 

Example timings

omada.Rcheck/omada-Ex.timings

nameusersystemelapsed
clusterVoting4.7530.6055.367
clusteringMethodSelection1.3050.0501.355
feasibilityAnalysis1.0660.0171.083
feasibilityAnalysisDataBased3.1830.1113.306
featureSelection8.9400.1989.253
geneSignatures0.8260.0250.852
get_agreement_scores0.1820.0060.188
get_average_feature_k_stabilities5.4070.1255.618
get_average_stabilities_per_k0.7350.0140.749
get_average_stability0.7190.0060.726
get_cluster_memberships_k0.9250.1871.112
get_cluster_voting_k_votes32.808 0.93233.850
get_cluster_voting_memberships31.585 1.08732.771
get_cluster_voting_metric_votes30.686 1.00631.870
get_cluster_voting_scores31.837 1.09432.996
get_coefficient_dataset0.4580.0080.466
get_feature_selection_optimal_features31.824 0.93032.901
get_feature_selection_optimal_number_of_features46.406 1.61648.115
get_feature_selection_scores50.564 1.57352.255
get_generated_dataset2.5580.0372.596
get_internal_metric_scores0.9750.1051.084
get_max_stability0.7260.0120.738
get_metric_votes_k0.9850.1921.178
get_optimal_features10.379 0.30910.720
get_optimal_memberships8.4950.2408.766
get_optimal_number_of_features10.252 0.27310.549
get_optimal_parameter_used8.8060.1889.036
get_optimal_stability_score7.6510.2227.883
get_partition_agreement_scores32.784 1.16633.981
get_sample_memberships31.228 1.19532.481
get_signature_feature_coefs32.333 1.05833.536
get_vote_frequencies_k0.9870.1411.129
omada24.192 0.80325.015
optimalClustering0.0740.0040.077
partitionAgreement0.3910.0170.409
plot_average_stabilities10.063 0.31510.405
plot_cluster_voting24.655 0.86525.544
plot_feature_selection30.364 0.96231.397
plot_partition_agreement33.400 1.39434.839
plot_signature_feature37.441 1.07938.620
plot_top30percent_coefficients0.670.010.68
plot_vote_frequencies1.0880.1401.232
toy_gene_memberships0.0180.0060.023
toy_genes0.0010.0030.004