Back to Multiple platform build/check report for BioC 3.11
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

CHECK report for structToolbox on malbec2

This page was generated on 2020-10-17 11:55:52 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE structToolbox PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 1753/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
structToolbox 1.0.1
Gavin Rhys Lloyd
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/structToolbox
Branch: RELEASE_3_11
Last Commit: 8b4c746
Last Changed Date: 2020-05-26 08:44:39 -0400 (Tue, 26 May 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  NA 
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: structToolbox
Version: 1.0.1
Command: /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings structToolbox_1.0.1.tar.gz
StartedAt: 2020-10-17 05:53:13 -0400 (Sat, 17 Oct 2020)
EndedAt: 2020-10-17 05:59:39 -0400 (Sat, 17 Oct 2020)
EllapsedTime: 386.7 seconds
RetCode: 0
Status:  OK 
CheckDir: structToolbox.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:structToolbox.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings structToolbox_1.0.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.11-bioc/meat/structToolbox.Rcheck’
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-pc-linux-gnu (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.0.1’
* 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 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          11.385  0.000  11.385
forward_selection_byrank  7.916  0.008   7.924
fisher_exact              7.638  0.004   7.642
fs_line                   6.241  0.008   6.249
fold_change               6.183  0.004   6.187
* 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: OK


Installation output

structToolbox.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL structToolbox
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.11-bioc/R/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)

Tests output

structToolbox.Rcheck/tests/testthat.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (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")
══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 95 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
141.943   0.422 142.353 

Example timings

structToolbox.Rcheck/structToolbox-Ex.timings

nameusersystemelapsed
ANOVA0.6780.0150.694
AUC1.9570.0371.993
DFA0.1770.0000.178
DatasetExperiment_boxplot0.6350.0150.652
DatasetExperiment_dist1.5890.0171.605
DatasetExperiment_factor_barchart0.1550.0000.155
DatasetExperiment_heatmap0.0020.0000.001
HCA0.0370.0000.037
HSD0.3800.0040.409
HSDEM0.3890.0000.390
MTBLS79_DatasetExperiment0.0010.0000.001
PCA0.0010.0000.001
PLSDA0.0010.0000.001
PLSR0.0020.0000.003
SVM0.0040.0000.004
as_data_frame0.1240.0000.124
autoscale0.0530.0000.053
balanced_accuracy1.1110.0001.111
blank_filter0.3140.0070.323
blank_filter_hist0.0010.0010.001
bootstrap0.8230.0000.824
calculate0.0040.0000.005
chart_plot0.0170.0000.017
classical_lsq0.1750.0000.175
compare_dist3.6780.0203.698
confounders_clsq2.1240.0002.124
confounders_lsq_barchart2.5140.0002.514
confounders_lsq_boxplot2.2580.0002.258
constant_sum_norm0.0020.0000.002
corr_coef0.1590.0000.159
dfa_scores_plot0.4650.0000.465
dratio_filter0.5860.0000.585
feature_boxplot0.0050.0040.009
feature_profile0.4020.0000.402
filter_by_name0.0250.0000.024
filter_na_count0.8730.0000.873
filter_smeta0.0420.0000.042
fisher_exact7.6380.0047.642
fold_change6.1830.0046.187
fold_change_int11.385 0.00011.385
fold_change_plot0.0010.0000.001
forward_selection_byrank7.9160.0087.924
fs_line6.2410.0086.249
glog_opt_plot0.4350.0000.435
glog_transform0.2950.0000.295
grid_search_1d3.6190.0283.652
gs_line0.0010.0000.001
hca_dendrogram0.0010.0000.001
kfold_xval3.1830.0003.199
kfoldxcv_grid2.9560.0002.956
kfoldxcv_metric000
knn_impute0.0020.0000.002
kw_p_hist0.0010.0000.001
kw_rank_sum0.0520.0000.052
linear_model0.0130.0000.013
log_transform0.0010.0000.002
mean_centre000
mean_of_medians0.0670.0000.067
mixed_effect0.1290.0000.129
model_apply0.0170.0000.017
model_predict0.0470.0000.047
model_reverse0.0190.0000.019
model_train0.050.000.05
mv_boxplot0.2910.0000.291
mv_feature_filter0.1220.0000.122
mv_feature_filter_hist0.0010.0000.001
mv_histogram0.2470.0000.247
mv_sample_filter0.0030.0000.003
mv_sample_filter_hist0.0010.0000.001
nroot_transform0.0020.0000.002
pairs_filter0.0020.0000.002
pareto_scale0.0660.0000.066
pca_biplot_plot0.0050.0000.006
pca_correlation_plot0.0020.0000.002
pca_dstat_plot0.0020.0000.002
pca_loadings_plot0.0030.0000.003
pca_scores_plot0.5010.0000.502
pca_scree_plot0.0010.0000.001
permutation_test0.0020.0000.002
permutation_test_plot0.0020.0000.002
permute_sample_order0.0020.0000.001
plsda_predicted_plot0.4160.0000.415
plsda_regcoeff_plot0.3220.0000.322
plsda_roc_plot0.5480.0000.549
plsda_scores_plot0.3470.0000.347
plsda_vip_plot0.2260.0000.226
plsr_cook_dist0.0000.0010.001
plsr_prediction_plot0.0000.0010.001
plsr_qq_plot0.0000.0010.001
plsr_residual_hist0.0010.0000.001
pqn_norm0.6920.0000.692
pqn_norm_hist0.0010.0000.001
prop_na0.0040.0000.004
r_squared0.0010.0000.001
rsd_filter0.0000.0020.003
rsd_filter_hist000
run0.0180.0000.018
sb_corr0.0040.0000.004
split_data0.0020.0000.002
stratified_split0.0850.0000.085
svm_plot_2d0.7650.0000.765
tSNE0.0020.0000.002
tSNE_scatter0.0010.0000.001
ttest0.0030.0000.003
vec_norm0.0010.0000.001
wilcox_p_hist000
wilcox_test0.0030.0000.003