| Back to Build/check report for BioC 3.23: simplified long |
|
This page was generated on 2026-01-29 11:32 -0500 (Thu, 29 Jan 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences" | 4851 |
| 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 2135/2347 | 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 | |||||||||
|
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: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings structToolbox_1.23.0.tar.gz |
| StartedAt: 2026-01-29 05:34:30 -0500 (Thu, 29 Jan 2026) |
| EndedAt: 2026-01-29 05:53:16 -0500 (Thu, 29 Jan 2026) |
| EllapsedTime: 1126.3 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: structToolbox.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings structToolbox_1.23.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/structToolbox.Rcheck’
* using R Under development (unstable) (2026-01-15 r89304)
* 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.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 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.243 0.023 16.267
fold_change 11.260 0.113 11.374
fisher_exact 9.835 0.080 9.916
forward_selection_by_rank 6.644 0.130 6.774
fs_line 6.611 0.032 6.643
compare_dist 5.085 0.125 5.211
* 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.23-bioc/R/bin/R CMD INSTALL structToolbox ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-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) (2026-01-15 r89304) -- "Unsuffered Consequences"
Copyright (C) 2026 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
185.884 1.968 187.867
structToolbox.Rcheck/structToolbox-Ex.timings
| name | user | system | elapsed | |
| ANOVA | 0.201 | 0.000 | 0.201 | |
| AUC | 2.712 | 0.085 | 2.799 | |
| DFA | 0.193 | 0.000 | 0.193 | |
| DatasetExperiment_boxplot | 0.959 | 0.023 | 0.981 | |
| DatasetExperiment_dist | 1.381 | 0.080 | 1.462 | |
| DatasetExperiment_factor_boxplot | 0.32 | 0.00 | 0.32 | |
| DatasetExperiment_heatmap | 1.327 | 0.001 | 1.329 | |
| HCA | 0.057 | 0.002 | 0.059 | |
| HSD | 0.304 | 0.021 | 0.327 | |
| HSDEM | 0.267 | 0.002 | 0.269 | |
| MTBLS79_DatasetExperiment | 0.001 | 0.000 | 0.001 | |
| OPLSDA | 0.009 | 0.001 | 0.010 | |
| OPLSR | 0.008 | 0.000 | 0.007 | |
| PCA | 0.004 | 0.000 | 0.004 | |
| PLSDA | 0.010 | 0.000 | 0.011 | |
| PLSR | 0.008 | 0.001 | 0.008 | |
| SVM | 0.02 | 0.00 | 0.02 | |
| as_data_frame | 0.117 | 0.003 | 0.120 | |
| autoscale | 0.071 | 0.002 | 0.074 | |
| balanced_accuracy | 1.714 | 0.004 | 1.718 | |
| blank_filter | 0.344 | 0.007 | 0.352 | |
| blank_filter_hist | 0.001 | 0.000 | 0.001 | |
| bootstrap | 0.010 | 0.008 | 0.017 | |
| calculate | 0.005 | 0.001 | 0.006 | |
| chart_plot | 0.030 | 0.003 | 0.032 | |
| classical_lsq | 0.324 | 0.035 | 0.359 | |
| compare_dist | 5.085 | 0.125 | 5.211 | |
| confounders_clsq | 2.867 | 0.002 | 2.870 | |
| confounders_lsq_barchart | 3.157 | 0.018 | 3.174 | |
| confounders_lsq_boxplot | 3.085 | 0.013 | 3.098 | |
| constant_sum_norm | 0.007 | 0.000 | 0.008 | |
| corr_coef | 0.248 | 0.001 | 0.249 | |
| dfa_scores_plot | 1.043 | 0.030 | 1.090 | |
| dratio_filter | 0.279 | 0.000 | 0.280 | |
| equal_split | 0.116 | 0.002 | 0.117 | |
| feature_boxplot | 0.024 | 0.001 | 0.025 | |
| feature_profile | 0.499 | 0.003 | 0.502 | |
| feature_profile_array | 0.636 | 0.002 | 0.637 | |
| filter_by_name | 0.031 | 0.000 | 0.032 | |
| filter_na_count | 0.949 | 0.002 | 0.950 | |
| filter_smeta | 0.063 | 0.000 | 0.062 | |
| fisher_exact | 9.835 | 0.080 | 9.916 | |
| fold_change | 11.260 | 0.113 | 11.374 | |
| fold_change_int | 16.243 | 0.023 | 16.267 | |
| fold_change_plot | 0.006 | 0.000 | 0.007 | |
| forward_selection_by_rank | 6.644 | 0.130 | 6.774 | |
| fs_line | 6.611 | 0.032 | 6.643 | |
| glog_opt_plot | 0.570 | 0.003 | 0.573 | |
| glog_transform | 0.282 | 0.002 | 0.283 | |
| grid_search_1d | 4.074 | 0.076 | 4.151 | |
| gs_line | 0.001 | 0.000 | 0.001 | |
| hca_dendrogram | 0.001 | 0.000 | 0.001 | |
| kfold_xval | 3.276 | 0.005 | 3.282 | |
| kfoldxcv_grid | 3.680 | 0.008 | 3.688 | |
| kfoldxcv_metric | 0.001 | 0.000 | 0.001 | |
| knn_impute | 0.012 | 0.000 | 0.012 | |
| kw_p_hist | 0.001 | 0.000 | 0.001 | |
| kw_rank_sum | 0.068 | 0.000 | 0.068 | |
| linear_model | 0.026 | 0.002 | 0.029 | |
| log_transform | 0.007 | 0.000 | 0.007 | |
| mean_centre | 0.003 | 0.000 | 0.003 | |
| mean_of_medians | 0.108 | 0.000 | 0.108 | |
| mixed_effect | 0.155 | 0.000 | 0.155 | |
| model_apply | 0.031 | 0.002 | 0.032 | |
| model_predict | 0.052 | 0.000 | 0.051 | |
| model_reverse | 0.023 | 0.000 | 0.024 | |
| model_train | 0.048 | 0.001 | 0.049 | |
| mv_boxplot | 0.382 | 0.000 | 0.382 | |
| mv_feature_filter | 0.117 | 0.001 | 0.119 | |
| mv_feature_filter_hist | 0.001 | 0.000 | 0.001 | |
| mv_histogram | 0.339 | 0.001 | 0.339 | |
| mv_sample_filter | 0.008 | 0.000 | 0.008 | |
| mv_sample_filter_hist | 0.001 | 0.000 | 0.001 | |
| nroot_transform | 0.007 | 0.000 | 0.007 | |
| ontology_cache | 0.001 | 0.000 | 0.001 | |
| pairs_filter | 0.009 | 0.000 | 0.009 | |
| pareto_scale | 0.055 | 0.000 | 0.054 | |
| pca_biplot | 0.013 | 0.000 | 0.013 | |
| pca_correlation_plot | 0.006 | 0.000 | 0.006 | |
| pca_dstat_plot | 0.009 | 0.000 | 0.009 | |
| pca_loadings_plot | 0.009 | 0.000 | 0.009 | |
| pca_scores_plot | 0.674 | 0.002 | 0.676 | |
| pca_scree_plot | 0.006 | 0.000 | 0.006 | |
| permutation_test | 0.01 | 0.00 | 0.01 | |
| permutation_test_plot | 0.004 | 0.000 | 0.003 | |
| permute_sample_order | 0.008 | 0.000 | 0.008 | |
| pls_regcoeff_plot | 0.454 | 0.003 | 0.457 | |
| pls_scores_plot | 0.873 | 0.000 | 0.873 | |
| pls_vip_plot | 0.473 | 0.020 | 0.494 | |
| plsda_feature_importance_plot | 0.867 | 0.010 | 0.877 | |
| plsda_predicted_plot | 0.582 | 0.005 | 0.587 | |
| plsda_roc_plot | 1.227 | 0.001 | 1.228 | |
| plsr_cook_dist | 0.005 | 0.001 | 0.007 | |
| plsr_prediction_plot | 0.006 | 0.000 | 0.006 | |
| plsr_qq_plot | 0.006 | 0.000 | 0.007 | |
| plsr_residual_hist | 0.006 | 0.000 | 0.007 | |
| pqn_norm | 0.332 | 0.000 | 0.332 | |
| pqn_norm_hist | 0.001 | 0.000 | 0.001 | |
| prop_na | 0.011 | 0.000 | 0.011 | |
| r_squared | 0.001 | 0.000 | 0.001 | |
| resample | 0.017 | 0.000 | 0.016 | |
| resample_chart | 0.003 | 0.000 | 0.003 | |
| rsd_filter | 0.013 | 0.001 | 0.014 | |
| rsd_filter_hist | 0.001 | 0.000 | 0.001 | |
| run | 0.049 | 0.000 | 0.048 | |
| sb_corr | 0.028 | 0.000 | 0.028 | |
| scatter_chart | 0.512 | 0.001 | 0.513 | |
| split_data | 0.007 | 0.000 | 0.007 | |
| stratified_split | 0.121 | 0.000 | 0.121 | |
| svm_plot_2d | 0.764 | 0.003 | 0.768 | |
| tSNE | 0.022 | 0.000 | 0.023 | |
| tSNE_scatter | 0.006 | 0.001 | 0.007 | |
| tic_chart | 0.323 | 0.001 | 0.325 | |
| ttest | 0.021 | 0.001 | 0.021 | |
| vec_norm | 0.000 | 0.000 | 0.001 | |
| wilcox_p_hist | 0.001 | 0.000 | 0.001 | |
| wilcox_test | 0.016 | 0.001 | 0.017 | |