| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2025-11-14 11:36 -0500 (Fri, 14 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" | 4825 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" | 4547 |
| 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 2114/2325 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| structToolbox 1.23.0 (landing page) Gavin Rhys Lloyd
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | OK | OK | |||||||||
|
To the developers/maintainers of the structToolbox package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/structToolbox.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. |
| Package: structToolbox |
| Version: 1.23.0 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings structToolbox_1.23.0.tar.gz |
| StartedAt: 2025-11-13 22:54:05 -0500 (Thu, 13 Nov 2025) |
| EndedAt: 2025-11-13 22:57:21 -0500 (Thu, 13 Nov 2025) |
| EllapsedTime: 195.3 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: structToolbox.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings structToolbox_1.23.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/structToolbox.Rcheck’
* using R Under development (unstable) (2025-11-04 r88984)
* using platform: aarch64-apple-darwin20
* R was compiled by
Apple clang version 16.0.0 (clang-1600.0.26.6)
GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.8
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘structToolbox/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘structToolbox’ version ‘1.23.0’
* package encoding: UTF-8
* 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 ‘structToolbox’ 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 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 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 R/sysdata.rda ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
fold_change_int 5.214 0.006 5.589
* 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 running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: OK
structToolbox.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL structToolbox ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.6-arm64/Resources/library’ * installing *source* package ‘structToolbox’ ... ** this is package ‘structToolbox’ version ‘1.23.0’ ** using staged installation ** R ** 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 (structToolbox)
structToolbox.Rcheck/tests/testthat.Rout
R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-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)
> library(ggplot2)
> library(structToolbox)
Loading required package: struct
>
> test_check("structToolbox")
[ FAIL 0 | WARN 6 | SKIP 0 | PASS 166 ]
[ FAIL 0 | WARN 6 | SKIP 0 | PASS 166 ]
>
> proc.time()
user system elapsed
63.173 0.686 68.529
structToolbox.Rcheck/structToolbox-Ex.timings
| name | user | system | elapsed | |
| ANOVA | 0.070 | 0.002 | 0.073 | |
| AUC | 0.673 | 0.019 | 0.732 | |
| DFA | 0.061 | 0.000 | 0.067 | |
| DatasetExperiment_boxplot | 0.373 | 0.011 | 0.404 | |
| DatasetExperiment_dist | 0.622 | 0.031 | 0.695 | |
| DatasetExperiment_factor_boxplot | 0.115 | 0.003 | 0.127 | |
| DatasetExperiment_heatmap | 0.538 | 0.012 | 0.614 | |
| HCA | 0.024 | 0.000 | 0.027 | |
| HSD | 0.104 | 0.009 | 0.125 | |
| HSDEM | 0.118 | 0.007 | 0.126 | |
| MTBLS79_DatasetExperiment | 0.001 | 0.000 | 0.001 | |
| OPLSDA | 0.003 | 0.000 | 0.003 | |
| OPLSR | 0.002 | 0.000 | 0.003 | |
| PCA | 0.001 | 0.001 | 0.001 | |
| PLSDA | 0.004 | 0.000 | 0.004 | |
| PLSR | 0.002 | 0.000 | 0.003 | |
| SVM | 0.006 | 0.001 | 0.006 | |
| as_data_frame | 0.044 | 0.000 | 0.046 | |
| autoscale | 0.022 | 0.001 | 0.023 | |
| balanced_accuracy | 0.572 | 0.004 | 0.608 | |
| blank_filter | 0.138 | 0.009 | 0.149 | |
| blank_filter_hist | 0 | 0 | 0 | |
| bootstrap | 0.004 | 0.000 | 0.004 | |
| calculate | 0.002 | 0.000 | 0.002 | |
| chart_plot | 0.010 | 0.001 | 0.011 | |
| classical_lsq | 0.096 | 0.000 | 0.098 | |
| compare_dist | 1.942 | 0.091 | 2.189 | |
| confounders_clsq | 0.905 | 0.005 | 1.020 | |
| confounders_lsq_barchart | 1.033 | 0.006 | 1.112 | |
| confounders_lsq_boxplot | 1.009 | 0.011 | 1.114 | |
| constant_sum_norm | 0.003 | 0.001 | 0.003 | |
| corr_coef | 0.076 | 0.000 | 0.083 | |
| dfa_scores_plot | 0.328 | 0.003 | 0.351 | |
| dratio_filter | 0.092 | 0.001 | 0.098 | |
| equal_split | 0.037 | 0.000 | 0.039 | |
| feature_boxplot | 0.008 | 0.001 | 0.008 | |
| feature_profile | 0.173 | 0.004 | 0.198 | |
| feature_profile_array | 0.221 | 0.001 | 0.250 | |
| filter_by_name | 0.009 | 0.000 | 0.010 | |
| filter_na_count | 0.383 | 0.021 | 0.447 | |
| filter_smeta | 0.019 | 0.000 | 0.021 | |
| fisher_exact | 3.050 | 0.008 | 3.347 | |
| fold_change | 3.605 | 0.012 | 3.993 | |
| fold_change_int | 5.214 | 0.006 | 5.589 | |
| fold_change_plot | 0.002 | 0.000 | 0.002 | |
| forward_selection_by_rank | 2.007 | 0.054 | 2.188 | |
| fs_line | 2.370 | 0.051 | 2.659 | |
| glog_opt_plot | 0.193 | 0.002 | 0.208 | |
| glog_transform | 0.091 | 0.001 | 0.098 | |
| grid_search_1d | 1.211 | 0.066 | 1.354 | |
| gs_line | 0.001 | 0.000 | 0.000 | |
| hca_dendrogram | 0 | 0 | 0 | |
| kfold_xval | 1.065 | 0.008 | 1.151 | |
| kfoldxcv_grid | 1.233 | 0.013 | 1.305 | |
| kfoldxcv_metric | 0.000 | 0.000 | 0.001 | |
| knn_impute | 0.003 | 0.000 | 0.004 | |
| kw_p_hist | 0.001 | 0.000 | 0.000 | |
| kw_rank_sum | 0.024 | 0.001 | 0.031 | |
| linear_model | 0.015 | 0.000 | 0.016 | |
| log_transform | 0.002 | 0.000 | 0.002 | |
| mean_centre | 0.001 | 0.000 | 0.001 | |
| mean_of_medians | 0.033 | 0.000 | 0.036 | |
| mixed_effect | 0.053 | 0.001 | 0.056 | |
| model_apply | 0.007 | 0.000 | 0.008 | |
| model_predict | 0.02 | 0.00 | 0.02 | |
| model_reverse | 0.009 | 0.000 | 0.010 | |
| model_train | 0.016 | 0.001 | 0.018 | |
| mv_boxplot | 0.140 | 0.003 | 0.148 | |
| mv_feature_filter | 0.036 | 0.000 | 0.037 | |
| mv_feature_filter_hist | 0 | 0 | 0 | |
| mv_histogram | 0.123 | 0.003 | 0.142 | |
| mv_sample_filter | 0.003 | 0.000 | 0.006 | |
| mv_sample_filter_hist | 0 | 0 | 0 | |
| nroot_transform | 0.002 | 0.000 | 0.003 | |
| ontology_cache | 0 | 0 | 0 | |
| pairs_filter | 0.002 | 0.000 | 0.003 | |
| pareto_scale | 0.017 | 0.000 | 0.018 | |
| pca_biplot | 0.004 | 0.000 | 0.004 | |
| pca_correlation_plot | 0.002 | 0.000 | 0.002 | |
| pca_dstat_plot | 0.002 | 0.000 | 0.002 | |
| pca_loadings_plot | 0.002 | 0.000 | 0.002 | |
| pca_scores_plot | 0.239 | 0.002 | 0.247 | |
| pca_scree_plot | 0.002 | 0.000 | 0.002 | |
| permutation_test | 0.003 | 0.000 | 0.002 | |
| permutation_test_plot | 0.001 | 0.000 | 0.000 | |
| permute_sample_order | 0.002 | 0.000 | 0.002 | |
| pls_regcoeff_plot | 0.150 | 0.002 | 0.160 | |
| pls_scores_plot | 0.300 | 0.002 | 0.322 | |
| pls_vip_plot | 0.159 | 0.002 | 0.177 | |
| plsda_feature_importance_plot | 0.295 | 0.002 | 0.307 | |
| plsda_predicted_plot | 0.189 | 0.001 | 0.194 | |
| plsda_roc_plot | 0.417 | 0.004 | 0.426 | |
| plsr_cook_dist | 0.002 | 0.000 | 0.002 | |
| plsr_prediction_plot | 0.002 | 0.000 | 0.002 | |
| plsr_qq_plot | 0.002 | 0.000 | 0.002 | |
| plsr_residual_hist | 0.002 | 0.000 | 0.002 | |
| pqn_norm | 0.110 | 0.000 | 0.117 | |
| pqn_norm_hist | 0.001 | 0.000 | 0.000 | |
| prop_na | 0.003 | 0.000 | 0.003 | |
| r_squared | 0 | 0 | 0 | |
| resample | 0.005 | 0.000 | 0.005 | |
| resample_chart | 0.001 | 0.000 | 0.001 | |
| rsd_filter | 0.005 | 0.001 | 0.005 | |
| rsd_filter_hist | 0 | 0 | 0 | |
| run | 0.009 | 0.000 | 0.009 | |
| sb_corr | 0.007 | 0.000 | 0.008 | |
| scatter_chart | 0.175 | 0.001 | 0.188 | |
| split_data | 0.002 | 0.000 | 0.002 | |
| stratified_split | 0.041 | 0.000 | 0.044 | |
| svm_plot_2d | 0.276 | 0.009 | 0.288 | |
| tSNE | 0.008 | 0.000 | 0.011 | |
| tSNE_scatter | 0.002 | 0.000 | 0.002 | |
| tic_chart | 0.119 | 0.000 | 0.121 | |
| ttest | 0.006 | 0.000 | 0.007 | |
| vec_norm | 0.001 | 0.000 | 0.001 | |
| wilcox_p_hist | 0 | 0 | 0 | |
| wilcox_test | 0.005 | 0.000 | 0.006 | |