| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2025-11-19 10:15 -0500 (Wed, 19 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" | 4827 |
| lconway | macOS 12.7.6 Monterey | x86_64 | R Under development (unstable) (2025-10-21 r88958) -- "Unsuffered Consequences" | 4600 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" | 4564 |
| 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 | |||||||||
| lconway | macOS 12.7.6 Monterey / x86_64 | OK | 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-18 22:57:33 -0500 (Tue, 18 Nov 2025) |
| EndedAt: 2025-11-18 23:00:52 -0500 (Tue, 18 Nov 2025) |
| EllapsedTime: 198.4 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.228 0.006 5.549
* 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
62.772 0.701 67.850
structToolbox.Rcheck/structToolbox-Ex.timings
| name | user | system | elapsed | |
| ANOVA | 0.070 | 0.002 | 0.081 | |
| AUC | 0.710 | 0.019 | 0.800 | |
| DFA | 0.059 | 0.001 | 0.068 | |
| DatasetExperiment_boxplot | 0.378 | 0.013 | 0.425 | |
| DatasetExperiment_dist | 0.580 | 0.027 | 0.670 | |
| DatasetExperiment_factor_boxplot | 0.113 | 0.004 | 0.129 | |
| DatasetExperiment_heatmap | 0.529 | 0.012 | 0.554 | |
| HCA | 0.028 | 0.001 | 0.030 | |
| HSD | 0.099 | 0.009 | 0.114 | |
| HSDEM | 0.121 | 0.007 | 0.138 | |
| MTBLS79_DatasetExperiment | 0.000 | 0.000 | 0.001 | |
| OPLSDA | 0.003 | 0.000 | 0.004 | |
| OPLSR | 0.002 | 0.000 | 0.002 | |
| PCA | 0.001 | 0.000 | 0.002 | |
| PLSDA | 0.004 | 0.000 | 0.004 | |
| PLSR | 0.003 | 0.000 | 0.003 | |
| SVM | 0.006 | 0.000 | 0.007 | |
| as_data_frame | 0.041 | 0.001 | 0.049 | |
| autoscale | 0.021 | 0.000 | 0.020 | |
| balanced_accuracy | 0.559 | 0.005 | 0.620 | |
| blank_filter | 0.141 | 0.010 | 0.161 | |
| blank_filter_hist | 0 | 0 | 0 | |
| bootstrap | 0.003 | 0.000 | 0.003 | |
| calculate | 0.001 | 0.000 | 0.002 | |
| chart_plot | 0.01 | 0.00 | 0.01 | |
| classical_lsq | 0.103 | 0.001 | 0.117 | |
| compare_dist | 2.000 | 0.091 | 2.224 | |
| confounders_clsq | 0.936 | 0.006 | 0.984 | |
| confounders_lsq_barchart | 1.015 | 0.006 | 1.057 | |
| confounders_lsq_boxplot | 1.026 | 0.011 | 1.075 | |
| constant_sum_norm | 0.002 | 0.000 | 0.002 | |
| corr_coef | 0.078 | 0.001 | 0.081 | |
| dfa_scores_plot | 0.326 | 0.003 | 0.348 | |
| dratio_filter | 0.087 | 0.002 | 0.090 | |
| equal_split | 0.037 | 0.000 | 0.038 | |
| feature_boxplot | 0.009 | 0.001 | 0.013 | |
| feature_profile | 0.162 | 0.002 | 0.167 | |
| feature_profile_array | 0.209 | 0.002 | 0.232 | |
| filter_by_name | 0.010 | 0.000 | 0.014 | |
| filter_na_count | 0.352 | 0.015 | 0.378 | |
| filter_smeta | 0.019 | 0.001 | 0.020 | |
| fisher_exact | 3.067 | 0.008 | 3.301 | |
| fold_change | 3.547 | 0.009 | 3.824 | |
| fold_change_int | 5.228 | 0.006 | 5.549 | |
| fold_change_plot | 0.002 | 0.000 | 0.003 | |
| forward_selection_by_rank | 2.005 | 0.071 | 2.193 | |
| fs_line | 2.411 | 0.060 | 2.785 | |
| glog_opt_plot | 0.180 | 0.003 | 0.212 | |
| glog_transform | 0.095 | 0.001 | 0.104 | |
| grid_search_1d | 1.576 | 0.086 | 1.839 | |
| gs_line | 0.001 | 0.000 | 0.000 | |
| hca_dendrogram | 0 | 0 | 0 | |
| kfold_xval | 1.072 | 0.008 | 1.205 | |
| kfoldxcv_grid | 1.204 | 0.009 | 1.351 | |
| kfoldxcv_metric | 0 | 0 | 0 | |
| knn_impute | 0.004 | 0.000 | 0.005 | |
| kw_p_hist | 0 | 0 | 0 | |
| kw_rank_sum | 0.023 | 0.001 | 0.024 | |
| linear_model | 0.009 | 0.000 | 0.009 | |
| log_transform | 0.002 | 0.000 | 0.002 | |
| mean_centre | 0.001 | 0.000 | 0.001 | |
| mean_of_medians | 0.035 | 0.000 | 0.037 | |
| mixed_effect | 0.052 | 0.001 | 0.057 | |
| model_apply | 0.007 | 0.000 | 0.008 | |
| model_predict | 0.034 | 0.006 | 0.042 | |
| model_reverse | 0.008 | 0.000 | 0.012 | |
| model_train | 0.017 | 0.000 | 0.017 | |
| mv_boxplot | 0.142 | 0.002 | 0.161 | |
| mv_feature_filter | 0.039 | 0.001 | 0.045 | |
| mv_feature_filter_hist | 0.001 | 0.000 | 0.000 | |
| mv_histogram | 0.112 | 0.004 | 0.133 | |
| mv_sample_filter | 0.002 | 0.000 | 0.002 | |
| mv_sample_filter_hist | 0.001 | 0.000 | 0.001 | |
| nroot_transform | 0.002 | 0.000 | 0.002 | |
| ontology_cache | 0 | 0 | 0 | |
| pairs_filter | 0.003 | 0.000 | 0.003 | |
| pareto_scale | 0.019 | 0.000 | 0.019 | |
| pca_biplot | 0.005 | 0.000 | 0.006 | |
| pca_correlation_plot | 0.002 | 0.000 | 0.002 | |
| pca_dstat_plot | 0.003 | 0.000 | 0.003 | |
| pca_loadings_plot | 0.002 | 0.000 | 0.003 | |
| pca_scores_plot | 0.236 | 0.002 | 0.275 | |
| pca_scree_plot | 0.003 | 0.000 | 0.003 | |
| permutation_test | 0.003 | 0.000 | 0.003 | |
| permutation_test_plot | 0.001 | 0.000 | 0.001 | |
| permute_sample_order | 0.003 | 0.000 | 0.005 | |
| pls_regcoeff_plot | 0.149 | 0.002 | 0.164 | |
| pls_scores_plot | 0.291 | 0.002 | 0.327 | |
| pls_vip_plot | 0.157 | 0.002 | 0.171 | |
| plsda_feature_importance_plot | 0.295 | 0.003 | 0.334 | |
| plsda_predicted_plot | 0.193 | 0.001 | 0.224 | |
| plsda_roc_plot | 0.413 | 0.003 | 0.479 | |
| plsr_cook_dist | 0.002 | 0.000 | 0.003 | |
| 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.129 | 0.000 | 0.150 | |
| pqn_norm_hist | 0.000 | 0.000 | 0.001 | |
| prop_na | 0.003 | 0.000 | 0.003 | |
| r_squared | 0.000 | 0.000 | 0.001 | |
| resample | 0.005 | 0.001 | 0.004 | |
| resample_chart | 0.001 | 0.000 | 0.001 | |
| rsd_filter | 0.004 | 0.000 | 0.005 | |
| rsd_filter_hist | 0 | 0 | 0 | |
| run | 0.010 | 0.000 | 0.011 | |
| sb_corr | 0.008 | 0.000 | 0.009 | |
| scatter_chart | 0.192 | 0.001 | 0.230 | |
| split_data | 0.002 | 0.000 | 0.003 | |
| stratified_split | 0.044 | 0.001 | 0.046 | |
| svm_plot_2d | 0.270 | 0.006 | 0.306 | |
| tSNE | 0.007 | 0.000 | 0.009 | |
| tSNE_scatter | 0.002 | 0.000 | 0.002 | |
| tic_chart | 0.121 | 0.002 | 0.147 | |
| ttest | 0.007 | 0.000 | 0.008 | |
| vec_norm | 0 | 0 | 0 | |
| wilcox_p_hist | 0 | 0 | 0 | |
| wilcox_test | 0.005 | 0.000 | 0.005 | |