| Back to Build/check report for BioC 3.22: simplified long |
|
This page was generated on 2026-03-14 11:58 -0400 (Sat, 14 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-14 04:34:31 -0400 (Sat, 14 Mar 2026) |
| EndedAt: 2026-03-14 04:53:07 -0400 (Sat, 14 Mar 2026) |
| EllapsedTime: 1116.2 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 15.820 0.167 15.988
fold_change 10.589 0.026 10.615
fisher_exact 9.286 0.022 9.309
fs_line 7.042 0.043 7.087
forward_selection_by_rank 5.657 0.086 5.744
compare_dist 4.900 0.140 5.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: 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
181.202 1.706 182.950
structToolbox.Rcheck/structToolbox-Ex.timings
| name | user | system | elapsed | |
| ANOVA | 0.200 | 0.003 | 0.204 | |
| AUC | 2.614 | 0.087 | 2.701 | |
| DFA | 0.192 | 0.000 | 0.192 | |
| DatasetExperiment_boxplot | 0.982 | 0.019 | 1.003 | |
| DatasetExperiment_dist | 1.359 | 0.078 | 1.439 | |
| DatasetExperiment_factor_boxplot | 0.318 | 0.000 | 0.319 | |
| DatasetExperiment_heatmap | 1.192 | 0.004 | 1.197 | |
| HCA | 0.058 | 0.001 | 0.058 | |
| HSD | 0.284 | 0.005 | 0.290 | |
| HSDEM | 0.285 | 0.003 | 0.288 | |
| MTBLS79_DatasetExperiment | 0.001 | 0.000 | 0.001 | |
| OPLSDA | 0.010 | 0.000 | 0.009 | |
| OPLSR | 0.007 | 0.000 | 0.007 | |
| PCA | 0.003 | 0.000 | 0.004 | |
| PLSDA | 0.01 | 0.00 | 0.01 | |
| PLSR | 0.009 | 0.000 | 0.009 | |
| SVM | 0.02 | 0.00 | 0.02 | |
| as_data_frame | 0.114 | 0.000 | 0.114 | |
| autoscale | 0.063 | 0.001 | 0.065 | |
| balanced_accuracy | 1.651 | 0.002 | 1.653 | |
| blank_filter | 0.346 | 0.003 | 0.349 | |
| blank_filter_hist | 0.001 | 0.000 | 0.001 | |
| bootstrap | 0.009 | 0.000 | 0.010 | |
| calculate | 0.005 | 0.000 | 0.005 | |
| chart_plot | 0.029 | 0.001 | 0.030 | |
| classical_lsq | 0.315 | 0.001 | 0.316 | |
| compare_dist | 4.90 | 0.14 | 5.04 | |
| confounders_clsq | 2.738 | 0.002 | 2.743 | |
| confounders_lsq_barchart | 2.988 | 0.005 | 2.993 | |
| confounders_lsq_boxplot | 2.987 | 0.025 | 3.013 | |
| constant_sum_norm | 0.007 | 0.000 | 0.007 | |
| corr_coef | 0.245 | 0.001 | 0.246 | |
| dfa_scores_plot | 0.931 | 0.001 | 0.933 | |
| dratio_filter | 0.238 | 0.002 | 0.240 | |
| equal_split | 0.109 | 0.000 | 0.109 | |
| feature_boxplot | 0.024 | 0.000 | 0.024 | |
| feature_profile | 0.518 | 0.003 | 0.521 | |
| feature_profile_array | 0.602 | 0.002 | 0.604 | |
| filter_by_name | 0.029 | 0.000 | 0.029 | |
| filter_na_count | 0.898 | 0.005 | 0.904 | |
| filter_smeta | 0.067 | 0.001 | 0.068 | |
| fisher_exact | 9.286 | 0.022 | 9.309 | |
| fold_change | 10.589 | 0.026 | 10.615 | |
| fold_change_int | 15.820 | 0.167 | 15.988 | |
| fold_change_plot | 0.006 | 0.000 | 0.007 | |
| forward_selection_by_rank | 5.657 | 0.086 | 5.744 | |
| fs_line | 7.042 | 0.043 | 7.087 | |
| glog_opt_plot | 0.560 | 0.001 | 0.562 | |
| glog_transform | 0.278 | 0.000 | 0.278 | |
| grid_search_1d | 3.414 | 0.023 | 3.437 | |
| gs_line | 0.000 | 0.000 | 0.001 | |
| hca_dendrogram | 0.009 | 0.000 | 0.010 | |
| kfold_xval | 3.452 | 0.003 | 3.455 | |
| kfoldxcv_grid | 3.899 | 0.009 | 3.909 | |
| kfoldxcv_metric | 0.001 | 0.000 | 0.001 | |
| knn_impute | 0.012 | 0.000 | 0.013 | |
| kw_p_hist | 0.001 | 0.000 | 0.001 | |
| kw_rank_sum | 0.074 | 0.000 | 0.074 | |
| linear_model | 0.042 | 0.000 | 0.042 | |
| log_transform | 0.006 | 0.000 | 0.006 | |
| mean_centre | 0.002 | 0.000 | 0.003 | |
| mean_of_medians | 0.113 | 0.001 | 0.114 | |
| mixed_effect | 0.155 | 0.000 | 0.155 | |
| model_apply | 0.023 | 0.000 | 0.023 | |
| model_predict | 0.055 | 0.000 | 0.055 | |
| model_reverse | 0.024 | 0.000 | 0.025 | |
| model_train | 0.053 | 0.000 | 0.053 | |
| mv_boxplot | 0.429 | 0.002 | 0.431 | |
| mv_feature_filter | 0.105 | 0.000 | 0.105 | |
| mv_feature_filter_hist | 0 | 0 | 0 | |
| mv_histogram | 0.364 | 0.000 | 0.364 | |
| mv_sample_filter | 0.010 | 0.000 | 0.009 | |
| mv_sample_filter_hist | 0.000 | 0.000 | 0.001 | |
| nroot_transform | 0.007 | 0.000 | 0.007 | |
| ontology_cache | 0.000 | 0.000 | 0.001 | |
| pairs_filter | 0.009 | 0.000 | 0.009 | |
| pareto_scale | 0.060 | 0.000 | 0.059 | |
| pca_biplot | 0.014 | 0.000 | 0.015 | |
| pca_correlation_plot | 0.006 | 0.000 | 0.006 | |
| pca_dstat_plot | 0.008 | 0.000 | 0.008 | |
| pca_loadings_plot | 0.008 | 0.000 | 0.009 | |
| pca_scores_plot | 0.681 | 0.000 | 0.681 | |
| pca_scree_plot | 0.006 | 0.000 | 0.007 | |
| permutation_test | 0.009 | 0.000 | 0.009 | |
| permutation_test_plot | 0.003 | 0.000 | 0.002 | |
| permute_sample_order | 0.007 | 0.000 | 0.006 | |
| pls_regcoeff_plot | 0.454 | 0.001 | 0.455 | |
| pls_scores_plot | 0.826 | 0.000 | 0.825 | |
| pls_vip_plot | 0.490 | 0.001 | 0.490 | |
| plsda_feature_importance_plot | 0.839 | 0.002 | 0.840 | |
| plsda_predicted_plot | 0.565 | 0.001 | 0.566 | |
| plsda_roc_plot | 1.152 | 0.000 | 1.153 | |
| plsr_cook_dist | 0.006 | 0.000 | 0.006 | |
| plsr_prediction_plot | 0.005 | 0.000 | 0.006 | |
| plsr_qq_plot | 0.006 | 0.000 | 0.006 | |
| plsr_residual_hist | 0.006 | 0.000 | 0.006 | |
| pqn_norm | 0.308 | 0.001 | 0.310 | |
| pqn_norm_hist | 0 | 0 | 0 | |
| prop_na | 0.009 | 0.000 | 0.009 | |
| r_squared | 0.001 | 0.000 | 0.001 | |
| resample | 0.014 | 0.000 | 0.014 | |
| resample_chart | 0.002 | 0.000 | 0.003 | |
| rsd_filter | 0.012 | 0.000 | 0.013 | |
| rsd_filter_hist | 0.000 | 0.000 | 0.001 | |
| run | 0.027 | 0.000 | 0.028 | |
| sb_corr | 0.033 | 0.000 | 0.033 | |
| scatter_chart | 0.486 | 0.000 | 0.485 | |
| split_data | 0.006 | 0.000 | 0.006 | |
| stratified_split | 0.111 | 0.000 | 0.111 | |
| svm_plot_2d | 0.764 | 0.003 | 0.767 | |
| tSNE | 0.022 | 0.000 | 0.022 | |
| tSNE_scatter | 0.007 | 0.000 | 0.007 | |
| tic_chart | 0.311 | 0.000 | 0.311 | |
| ttest | 0.02 | 0.00 | 0.02 | |
| vec_norm | 0.001 | 0.000 | 0.001 | |
| wilcox_p_hist | 0.001 | 0.000 | 0.001 | |
| wilcox_test | 0.029 | 0.000 | 0.029 | |