| Back to Multiple platform build/check report for BioC 3.13 |
|
This page was generated on 2021-10-15 15:06:55 -0400 (Fri, 15 Oct 2021).
|
To the developers/maintainers of the structToolbox package: - Please 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 How and When does the builder pull? When will my changes propagate? here for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 1864/2041 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| structToolbox 1.4.3 (landing page) Gavin Rhys Lloyd
| nebbiolo1 | Linux (Ubuntu 20.04.2 LTS) / x86_64 | OK | OK | OK | |||||||||
| tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
| machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
| Package: structToolbox |
| Version: 1.4.3 |
| Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings structToolbox_1.4.3.tar.gz |
| StartedAt: 2021-10-15 00:29:46 -0400 (Fri, 15 Oct 2021) |
| EndedAt: 2021-10-15 00:39:23 -0400 (Fri, 15 Oct 2021) |
| EllapsedTime: 577.0 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: structToolbox.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings structToolbox_1.4.3.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.13-bioc/meat/structToolbox.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* 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.4.3’
* 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 ... NOTE
Found the following hidden files and directories:
.git_fetch_output.txt
.git_merge_output.txt
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* 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 R 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 20.393 0.066 20.476
fisher_exact 9.709 0.047 9.767
fold_change 9.300 0.058 9.373
forward_selection_by_rank 8.230 0.074 8.316
fs_line 8.168 0.106 8.279
compare_dist 5.326 0.239 5.572
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 NOTE
See
‘/Users/biocbuild/bbs-3.13-bioc/meat/structToolbox.Rcheck/00check.log’
for details.
structToolbox.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL structToolbox ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library’ * installing *source* package ‘structToolbox’ ... ** using staged installation ** R ** 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.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)
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 2 | SKIP 0 | PASS 106 ]
>
> proc.time()
user system elapsed
242.772 1.235 244.183
structToolbox.Rcheck/structToolbox-Ex.timings
| name | user | system | elapsed | |
| ANOVA | 0.562 | 0.021 | 0.583 | |
| AUC | 2.999 | 0.086 | 3.088 | |
| DFA | 0.367 | 0.031 | 0.400 | |
| DatasetExperiment_boxplot | 0.804 | 0.033 | 0.838 | |
| DatasetExperiment_dist | 1.312 | 0.090 | 1.404 | |
| DatasetExperiment_factor_boxplot | 0.273 | 0.002 | 0.275 | |
| DatasetExperiment_heatmap | 0.272 | 0.006 | 0.277 | |
| HCA | 0.123 | 0.008 | 0.132 | |
| HSD | 0.567 | 0.022 | 0.591 | |
| HSDEM | 0.604 | 0.014 | 0.618 | |
| MTBLS79_DatasetExperiment | 0.004 | 0.000 | 0.004 | |
| PCA | 0.002 | 0.000 | 0.002 | |
| PLSDA | 0.001 | 0.000 | 0.001 | |
| PLSR | 0.003 | 0.000 | 0.003 | |
| SVM | 0.008 | 0.000 | 0.008 | |
| as_data_frame | 0.230 | 0.011 | 0.241 | |
| autoscale | 0.118 | 0.004 | 0.121 | |
| balanced_accuracy | 2.220 | 0.016 | 2.237 | |
| blank_filter | 0.549 | 0.018 | 0.568 | |
| blank_filter_hist | 0.001 | 0.000 | 0.002 | |
| calculate | 0.009 | 0.001 | 0.009 | |
| chart_plot | 0.051 | 0.001 | 0.053 | |
| classical_lsq | 0.332 | 0.001 | 0.333 | |
| compare_dist | 5.326 | 0.239 | 5.572 | |
| confounders_clsq | 4.336 | 0.013 | 4.356 | |
| confounders_lsq_barchart | 4.694 | 0.011 | 4.708 | |
| confounders_lsq_boxplot | 4.606 | 0.006 | 4.616 | |
| constant_sum_norm | 0.003 | 0.000 | 0.004 | |
| corr_coef | 0.270 | 0.001 | 0.271 | |
| dfa_scores_plot | 0.927 | 0.003 | 0.930 | |
| dratio_filter | 1.038 | 0.024 | 1.062 | |
| feature_boxplot | 0.010 | 0.001 | 0.011 | |
| feature_profile | 0.400 | 0.006 | 0.407 | |
| feature_profile_array | 0.630 | 0.021 | 0.651 | |
| filter_by_name | 0.042 | 0.000 | 0.043 | |
| filter_na_count | 1.301 | 0.049 | 1.355 | |
| filter_smeta | 0.063 | 0.002 | 0.064 | |
| fisher_exact | 9.709 | 0.047 | 9.767 | |
| fold_change | 9.300 | 0.058 | 9.373 | |
| fold_change_int | 20.393 | 0.066 | 20.476 | |
| fold_change_plot | 0.003 | 0.000 | 0.003 | |
| forward_selection_by_rank | 8.230 | 0.074 | 8.316 | |
| fs_line | 8.168 | 0.106 | 8.279 | |
| glog_opt_plot | 0.854 | 0.003 | 0.858 | |
| glog_transform | 0.433 | 0.000 | 0.433 | |
| grid_search_1d | 4.692 | 0.110 | 4.807 | |
| gs_line | 0.001 | 0.000 | 0.002 | |
| hca_dendrogram | 0.001 | 0.000 | 0.001 | |
| kfold_xval | 4.854 | 0.011 | 4.870 | |
| kfoldxcv_grid | 4.860 | 0.008 | 4.872 | |
| kfoldxcv_metric | 0.001 | 0.000 | 0.002 | |
| knn_impute | 0.004 | 0.000 | 0.004 | |
| kw_p_hist | 0.000 | 0.001 | 0.001 | |
| kw_rank_sum | 0.116 | 0.001 | 0.116 | |
| linear_model | 0.054 | 0.001 | 0.055 | |
| log_transform | 0.004 | 0.000 | 0.003 | |
| mean_centre | 0 | 0 | 0 | |
| mean_of_medians | 0.252 | 0.000 | 0.253 | |
| mixed_effect | 0.276 | 0.000 | 0.276 | |
| model_apply | 0.044 | 0.001 | 0.044 | |
| model_predict | 0.119 | 0.003 | 0.123 | |
| model_reverse | 0.046 | 0.000 | 0.045 | |
| model_train | 0.090 | 0.000 | 0.091 | |
| mv_boxplot | 0.331 | 0.004 | 0.338 | |
| mv_feature_filter | 0.200 | 0.002 | 0.202 | |
| mv_feature_filter_hist | 0.001 | 0.001 | 0.001 | |
| mv_histogram | 0.268 | 0.001 | 0.270 | |
| mv_sample_filter | 0.002 | 0.000 | 0.002 | |
| mv_sample_filter_hist | 0.001 | 0.001 | 0.001 | |
| nroot_transform | 0.002 | 0.000 | 0.002 | |
| pairs_filter | 0.003 | 0.001 | 0.003 | |
| pareto_scale | 0.102 | 0.001 | 0.104 | |
| pca_biplot | 0.007 | 0.001 | 0.007 | |
| pca_correlation_plot | 0.003 | 0.000 | 0.003 | |
| pca_dstat_plot | 0.003 | 0.000 | 0.004 | |
| pca_loadings_plot | 0.003 | 0.001 | 0.003 | |
| pca_scores_plot | 1.339 | 0.052 | 1.395 | |
| pca_scree_plot | 0.001 | 0.000 | 0.001 | |
| permutation_test | 0.004 | 0.001 | 0.004 | |
| permutation_test_plot | 0.002 | 0.000 | 0.002 | |
| permute_sample_order | 0.002 | 0.000 | 0.003 | |
| plsda_predicted_plot | 0.489 | 0.005 | 0.496 | |
| plsda_regcoeff_plot | 0.393 | 0.008 | 0.403 | |
| plsda_roc_plot | 0.853 | 0.003 | 0.857 | |
| plsda_scores_plot | 0.674 | 0.004 | 0.678 | |
| plsda_vip_plot | 0.458 | 0.002 | 0.460 | |
| plsda_vip_summary_plot | 0.668 | 0.004 | 0.671 | |
| plsr_cook_dist | 0.001 | 0.001 | 0.001 | |
| plsr_prediction_plot | 0.001 | 0.000 | 0.000 | |
| plsr_qq_plot | 0.001 | 0.001 | 0.001 | |
| plsr_residual_hist | 0.000 | 0.000 | 0.001 | |
| pqn_norm | 0.525 | 0.000 | 0.526 | |
| pqn_norm_hist | 0.001 | 0.000 | 0.001 | |
| prop_na | 0.003 | 0.000 | 0.003 | |
| r_squared | 0.001 | 0.000 | 0.000 | |
| rsd_filter | 0.003 | 0.000 | 0.003 | |
| rsd_filter_hist | 0.001 | 0.000 | 0.001 | |
| run | 0.036 | 0.000 | 0.036 | |
| sb_corr | 0.005 | 0.000 | 0.006 | |
| split_data | 0.002 | 0.001 | 0.002 | |
| stratified_split | 0.146 | 0.000 | 0.146 | |
| svm_plot_2d | 0.950 | 0.008 | 0.958 | |
| tSNE | 0.008 | 0.000 | 0.008 | |
| tSNE_scatter | 0.003 | 0.001 | 0.003 | |
| tic_chart | 0.202 | 0.001 | 0.204 | |
| ttest | 0.003 | 0.000 | 0.004 | |
| vec_norm | 0.001 | 0.000 | 0.001 | |
| wilcox_p_hist | 0.001 | 0.000 | 0.000 | |
| wilcox_test | 0.006 | 0.000 | 0.006 | |