| Back to Build/check report for BioC 3.22: simplified long |
|
This page was generated on 2026-03-19 11:58 -0400 (Thu, 19 Mar 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble" | 4892 |
| 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 2146/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| structToolbox 1.22.0 (landing page) Gavin Rhys Lloyd
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| See other builds for structToolbox in R Universe. | ||||||||||||||
|
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.22.0 |
| Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings structToolbox_1.22.0.tar.gz |
| StartedAt: 2026-03-19 04:46:22 -0400 (Thu, 19 Mar 2026) |
| EndedAt: 2026-03-19 05:04:56 -0400 (Thu, 19 Mar 2026) |
| EllapsedTime: 1114.1 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: structToolbox.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings structToolbox_1.22.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/structToolbox.Rcheck’
* using R version 4.5.2 (2025-10-31)
* 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 ‘structToolbox/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘structToolbox’ version ‘1.22.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 loading without being on the library search path ... 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 16.167 0.081 16.248
fold_change 10.391 0.080 10.472
fisher_exact 9.496 0.041 9.537
fs_line 6.694 0.013 6.708
forward_selection_by_rank 5.608 0.056 5.664
compare_dist 5.043 0.112 5.156
* 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: OK
structToolbox.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL structToolbox ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’ * installing *source* package ‘structToolbox’ ... ** this is package ‘structToolbox’ version ‘1.22.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 version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"
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(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
179.790 1.530 181.359
structToolbox.Rcheck/structToolbox-Ex.timings
| name | user | system | elapsed | |
| ANOVA | 0.197 | 0.000 | 0.197 | |
| AUC | 2.592 | 0.094 | 2.687 | |
| DFA | 0.187 | 0.000 | 0.187 | |
| DatasetExperiment_boxplot | 0.968 | 0.020 | 0.990 | |
| DatasetExperiment_dist | 1.386 | 0.079 | 1.465 | |
| DatasetExperiment_factor_boxplot | 0.334 | 0.000 | 0.333 | |
| DatasetExperiment_heatmap | 1.327 | 0.020 | 1.347 | |
| HCA | 0.060 | 0.003 | 0.063 | |
| HSD | 0.277 | 0.012 | 0.292 | |
| HSDEM | 0.287 | 0.001 | 0.287 | |
| MTBLS79_DatasetExperiment | 0.001 | 0.000 | 0.001 | |
| OPLSDA | 0.01 | 0.00 | 0.01 | |
| OPLSR | 0.006 | 0.001 | 0.007 | |
| PCA | 0.004 | 0.000 | 0.004 | |
| PLSDA | 0.011 | 0.000 | 0.011 | |
| PLSR | 0.009 | 0.000 | 0.009 | |
| SVM | 0.019 | 0.001 | 0.020 | |
| as_data_frame | 0.121 | 0.000 | 0.121 | |
| autoscale | 0.069 | 0.000 | 0.069 | |
| balanced_accuracy | 1.711 | 0.006 | 1.717 | |
| blank_filter | 0.369 | 0.031 | 0.400 | |
| blank_filter_hist | 0.001 | 0.000 | 0.001 | |
| bootstrap | 0.009 | 0.002 | 0.011 | |
| calculate | 0.005 | 0.000 | 0.005 | |
| chart_plot | 0.028 | 0.001 | 0.029 | |
| classical_lsq | 0.322 | 0.022 | 0.344 | |
| compare_dist | 5.043 | 0.112 | 5.156 | |
| confounders_clsq | 2.797 | 0.003 | 2.801 | |
| confounders_lsq_barchart | 3.083 | 0.023 | 3.107 | |
| confounders_lsq_boxplot | 2.963 | 0.008 | 2.971 | |
| constant_sum_norm | 0.007 | 0.000 | 0.007 | |
| corr_coef | 0.244 | 0.008 | 0.252 | |
| dfa_scores_plot | 0.921 | 0.015 | 0.936 | |
| dratio_filter | 0.237 | 0.001 | 0.237 | |
| equal_split | 0.111 | 0.000 | 0.110 | |
| feature_boxplot | 0.024 | 0.000 | 0.024 | |
| feature_profile | 0.516 | 0.003 | 0.519 | |
| feature_profile_array | 0.627 | 0.001 | 0.628 | |
| filter_by_name | 0.027 | 0.000 | 0.028 | |
| filter_na_count | 0.925 | 0.003 | 0.929 | |
| filter_smeta | 0.071 | 0.001 | 0.072 | |
| fisher_exact | 9.496 | 0.041 | 9.537 | |
| fold_change | 10.391 | 0.080 | 10.472 | |
| fold_change_int | 16.167 | 0.081 | 16.248 | |
| fold_change_plot | 0.006 | 0.000 | 0.006 | |
| forward_selection_by_rank | 5.608 | 0.056 | 5.664 | |
| fs_line | 6.694 | 0.013 | 6.708 | |
| glog_opt_plot | 0.531 | 0.000 | 0.531 | |
| glog_transform | 0.281 | 0.000 | 0.281 | |
| grid_search_1d | 3.279 | 0.016 | 3.295 | |
| gs_line | 0.001 | 0.000 | 0.000 | |
| hca_dendrogram | 0.001 | 0.000 | 0.001 | |
| kfold_xval | 3.368 | 0.003 | 3.371 | |
| kfoldxcv_grid | 3.711 | 0.004 | 3.715 | |
| kfoldxcv_metric | 0.001 | 0.000 | 0.001 | |
| knn_impute | 0.011 | 0.001 | 0.012 | |
| kw_p_hist | 0.001 | 0.000 | 0.000 | |
| kw_rank_sum | 0.069 | 0.001 | 0.069 | |
| linear_model | 0.039 | 0.000 | 0.039 | |
| log_transform | 0.007 | 0.000 | 0.006 | |
| mean_centre | 0.003 | 0.000 | 0.003 | |
| mean_of_medians | 0.108 | 0.000 | 0.107 | |
| mixed_effect | 0.147 | 0.000 | 0.148 | |
| model_apply | 0.022 | 0.000 | 0.022 | |
| model_predict | 0.050 | 0.001 | 0.051 | |
| model_reverse | 0.022 | 0.001 | 0.023 | |
| model_train | 0.047 | 0.000 | 0.047 | |
| mv_boxplot | 0.414 | 0.000 | 0.413 | |
| mv_feature_filter | 0.102 | 0.000 | 0.103 | |
| mv_feature_filter_hist | 0.000 | 0.000 | 0.001 | |
| mv_histogram | 0.363 | 0.000 | 0.364 | |
| mv_sample_filter | 0.009 | 0.000 | 0.009 | |
| mv_sample_filter_hist | 0.001 | 0.000 | 0.000 | |
| nroot_transform | 0.007 | 0.000 | 0.006 | |
| ontology_cache | 0 | 0 | 0 | |
| pairs_filter | 0.009 | 0.000 | 0.009 | |
| pareto_scale | 0.056 | 0.000 | 0.056 | |
| pca_biplot | 0.013 | 0.001 | 0.015 | |
| pca_correlation_plot | 0.006 | 0.000 | 0.006 | |
| pca_dstat_plot | 0.009 | 0.000 | 0.008 | |
| pca_loadings_plot | 0.008 | 0.000 | 0.009 | |
| pca_scores_plot | 0.701 | 0.002 | 0.704 | |
| pca_scree_plot | 0.007 | 0.000 | 0.006 | |
| permutation_test | 0.010 | 0.000 | 0.009 | |
| permutation_test_plot | 0.003 | 0.000 | 0.002 | |
| permute_sample_order | 0.007 | 0.000 | 0.007 | |
| pls_regcoeff_plot | 0.470 | 0.002 | 0.472 | |
| pls_scores_plot | 0.826 | 0.001 | 0.826 | |
| pls_vip_plot | 0.471 | 0.012 | 0.483 | |
| plsda_feature_importance_plot | 0.848 | 0.006 | 0.854 | |
| plsda_predicted_plot | 0.557 | 0.002 | 0.559 | |
| plsda_roc_plot | 1.132 | 0.003 | 1.136 | |
| plsr_cook_dist | 0.006 | 0.000 | 0.006 | |
| plsr_prediction_plot | 0.006 | 0.000 | 0.006 | |
| plsr_qq_plot | 0.006 | 0.000 | 0.006 | |
| plsr_residual_hist | 0.005 | 0.000 | 0.006 | |
| pqn_norm | 0.313 | 0.001 | 0.314 | |
| pqn_norm_hist | 0.001 | 0.000 | 0.001 | |
| prop_na | 0.009 | 0.000 | 0.009 | |
| r_squared | 0.001 | 0.000 | 0.000 | |
| resample | 0.014 | 0.000 | 0.014 | |
| resample_chart | 0.002 | 0.000 | 0.002 | |
| rsd_filter | 0.012 | 0.000 | 0.012 | |
| rsd_filter_hist | 0.001 | 0.000 | 0.000 | |
| run | 0.029 | 0.000 | 0.028 | |
| sb_corr | 0.035 | 0.000 | 0.034 | |
| scatter_chart | 0.518 | 0.000 | 0.518 | |
| split_data | 0.008 | 0.000 | 0.008 | |
| stratified_split | 0.123 | 0.000 | 0.123 | |
| svm_plot_2d | 0.805 | 0.003 | 0.808 | |
| tSNE | 0.022 | 0.000 | 0.022 | |
| tSNE_scatter | 0.007 | 0.000 | 0.007 | |
| tic_chart | 0.315 | 0.000 | 0.315 | |
| ttest | 0.021 | 0.000 | 0.021 | |
| vec_norm | 0.000 | 0.000 | 0.001 | |
| wilcox_p_hist | 0 | 0 | 0 | |
| wilcox_test | 0.030 | 0.000 | 0.029 | |