Back to Mac ARM64 build report for BioC 3.20
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2024-05-13 11:32:14 -0400 (Mon, 13 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.6 Venturaarm644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4378
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 2028/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
structToolbox 1.17.0  (landing page)
Gavin Rhys Lloyd
Snapshot Date: 2024-05-11 09:00:03 -0400 (Sat, 11 May 2024)
git_url: https://git.bioconductor.org/packages/structToolbox
git_branch: devel
git_last_commit: beb4b7b
git_last_commit_date: 2024-04-30 11:20:29 -0400 (Tue, 30 Apr 2024)
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for structToolbox on kjohnson1


To the developers/maintainers of the structToolbox package:
- 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.

raw results


Summary

Package: structToolbox
Version: 1.17.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.17.0.tar.gz
StartedAt: 2024-05-13 04:43:56 -0400 (Mon, 13 May 2024)
EndedAt: 2024-05-13 04:52:34 -0400 (Mon, 13 May 2024)
EllapsedTime: 517.5 seconds
RetCode: 0
Status:   OK  
CheckDir: structToolbox.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### 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.17.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc-mac-arm64/meat/structToolbox.Rcheck’
* using R version 4.4.0 Patched (2024-04-24 r86482)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.6
* 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.17.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           18.283  0.075  18.534
fisher_exact              11.173  0.069  11.274
fold_change               10.197  0.050  10.276
forward_selection_by_rank  6.785  0.107   6.920
fs_line                    6.232  0.136   6.436
* 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


Installation output

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.4-arm64/Resources/library’
* installing *source* package ‘structToolbox’ ...
** 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)

Tests output

structToolbox.Rcheck/tests/testthat.Rout


R version 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup"
Copyright (C) 2024 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 156 ]

[ FAIL 0 | WARN 6 | SKIP 0 | PASS 156 ]
> 
> proc.time()
   user  system elapsed 
188.031   2.044 191.296 

Example timings

structToolbox.Rcheck/structToolbox-Ex.timings

nameusersystemelapsed
ANOVA0.2260.0070.232
AUC2.0710.0982.177
DFA0.2060.0030.208
DatasetExperiment_boxplot1.8170.0451.886
DatasetExperiment_dist1.4240.0651.494
DatasetExperiment_factor_boxplot0.2080.0040.212
DatasetExperiment_heatmap0.4250.0140.441
HCA0.0660.0010.067
HSD0.2890.0150.331
HSDEM0.5190.0250.551
MTBLS79_DatasetExperiment0.0020.0000.001
OPLSDA0.0110.0000.012
OPLSR0.0160.0010.019
PCA0.0050.0000.005
PLSDA0.0260.0010.027
PLSR0.0090.0010.009
SVM0.0280.0020.031
as_data_frame0.1600.0060.166
autoscale0.0770.0020.077
balanced_accuracy1.7600.0151.779
blank_filter0.3820.0170.402
blank_filter_hist0.0010.0000.001
bootstrap0.0180.0010.018
calculate0.0050.0010.005
chart_plot0.0280.0010.030
classical_lsq0.3150.0030.319
compare_dist3.6640.1613.853
confounders_clsq2.5580.0342.660
confounders_lsq_barchart3.0080.0213.062
confounders_lsq_boxplot2.9660.0222.996
constant_sum_norm0.0160.0000.017
corr_coef0.2630.0030.266
dfa_scores_plot0.7340.0080.744
dratio_filter0.2870.0070.294
equal_split0.1220.0020.124
feature_boxplot0.0320.0000.033
feature_profile0.3990.0070.406
feature_profile_array0.4630.0050.469
filter_by_name0.0330.0000.033
filter_na_count1.0440.0351.082
filter_smeta0.0630.0010.065
fisher_exact11.173 0.06911.274
fold_change10.197 0.05010.276
fold_change_int18.283 0.07518.534
fold_change_plot0.0120.0000.012
forward_selection_by_rank6.7850.1076.920
fs_line6.2320.1366.436
glog_opt_plot0.4820.0050.489
glog_transform0.2870.0020.290
grid_search_1d3.8050.1543.971
gs_line0.0010.0000.001
hca_dendrogram0.0010.0000.001
kfold_xval3.3650.0293.407
kfoldxcv_grid3.7390.0383.789
kfoldxcv_metric0.0010.0000.001
knn_impute0.0120.0010.013
kw_p_hist0.0010.0000.001
kw_rank_sum0.0810.0010.081
linear_model0.0290.0000.030
log_transform0.0130.0000.013
mean_centre0.0040.0010.004
mean_of_medians0.1260.0010.127
mixed_effect0.1790.0020.182
model_apply0.0230.0010.024
model_predict0.0560.0010.058
model_reverse0.0430.0010.044
model_train0.0500.0010.051
mv_boxplot0.2830.0100.295
mv_feature_filter0.1510.0030.154
mv_feature_filter_hist0.0010.0000.001
mv_histogram0.2500.0040.255
mv_sample_filter0.0160.0010.016
mv_sample_filter_hist0.0010.0000.001
nroot_transform0.0130.0000.013
ontology_cache0.0000.0010.001
pairs_filter0.0160.0000.016
pareto_scale0.0570.0010.058
pca_biplot0.0180.0010.019
pca_correlation_plot0.0120.0000.013
pca_dstat_plot0.0140.0000.015
pca_loadings_plot0.0150.0000.016
pca_scores_plot0.5260.0070.534
pca_scree_plot0.0110.0010.012
permutation_test0.0170.0000.017
permutation_test_plot0.0050.0000.005
permute_sample_order0.0150.0000.015
pls_regcoeff_plot0.3490.0060.355
pls_scores_plot0.6630.0060.670
pls_vip_plot0.3510.0050.365
plsda_feature_importance_plot0.6240.0120.650
plsda_predicted_plot0.4380.0050.445
plsda_roc_plot1.9300.0352.058
plsr_cook_dist0.0120.0000.014
plsr_prediction_plot0.0120.0000.012
plsr_qq_plot0.0110.0010.011
plsr_residual_hist0.0110.0000.011
pqn_norm0.3370.0020.342
pqn_norm_hist0.0010.0000.001
prop_na0.0160.0010.016
r_squared0.0010.0000.001
resample0.0210.0000.021
resample_chart0.0030.0010.003
rsd_filter0.0180.0000.018
rsd_filter_hist0.0000.0000.001
run0.0270.0010.028
sb_corr0.0290.0010.030
scatter_chart0.3330.0040.348
split_data0.0140.0010.014
stratified_split0.1230.0010.125
svm_plot_2d0.6850.0180.710
tSNE0.0300.0010.032
tSNE_scatter0.0120.0000.013
tic_chart0.2060.0030.210
ttest0.0180.0010.019
vec_norm0.0010.0000.001
wilcox_p_hist0.0010.0000.001
wilcox_test0.0220.0000.021