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

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

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.6 Venturaarm644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4381
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 2029/2233HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
structToolbox 1.17.0  (landing page)
Gavin Rhys Lloyd
Snapshot Date: 2024-05-18 09:00:01 -0400 (Sat, 18 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-20 04:25:31 -0400 (Mon, 20 May 2024)
EndedAt: 2024-05-20 04:34:09 -0400 (Mon, 20 May 2024)
EllapsedTime: 518.1 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.718  0.066  18.846
fisher_exact              11.204  0.071  11.312
fold_change                9.638  0.051   9.746
forward_selection_by_rank  6.821  0.118   6.992
fs_line                    6.136  0.138   6.294
* 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 
187.747   2.027 190.900 

Example timings

structToolbox.Rcheck/structToolbox-Ex.timings

nameusersystemelapsed
ANOVA0.2290.0070.239
AUC2.0630.0962.164
DFA0.1910.0010.193
DatasetExperiment_boxplot1.8120.0361.856
DatasetExperiment_dist1.4250.0671.497
DatasetExperiment_factor_boxplot0.2110.0020.213
DatasetExperiment_heatmap0.4110.0140.424
HCA0.0620.0000.062
HSD0.2930.0130.315
HSDEM0.5070.0240.540
MTBLS79_DatasetExperiment0.0010.0000.001
OPLSDA0.0110.0010.011
OPLSR0.0140.0010.016
PCA0.0050.0000.005
PLSDA0.0260.0020.028
PLSR0.0090.0000.010
SVM0.0290.0030.032
as_data_frame0.1530.0070.161
autoscale0.0720.0010.076
balanced_accuracy1.5430.0181.582
blank_filter0.4340.0290.502
blank_filter_hist0.0010.0000.001
bootstrap0.0160.0000.017
calculate0.0050.0000.006
chart_plot0.0270.0010.028
classical_lsq0.3200.0060.341
compare_dist3.9840.2244.267
confounders_clsq2.9430.0332.986
confounders_lsq_barchart3.0040.0213.032
confounders_lsq_boxplot2.9540.0192.980
constant_sum_norm0.0150.0000.015
corr_coef0.2610.0030.265
dfa_scores_plot0.7130.0070.722
dratio_filter0.2790.0060.287
equal_split0.1310.0020.134
feature_boxplot0.0320.0010.033
feature_profile0.4020.0090.412
feature_profile_array0.4680.0050.474
filter_by_name0.0320.0000.032
filter_na_count1.0340.0311.067
filter_smeta0.0630.0000.064
fisher_exact11.204 0.07111.312
fold_change9.6380.0519.746
fold_change_int18.718 0.06618.846
fold_change_plot0.0120.0000.012
forward_selection_by_rank6.8210.1186.992
fs_line6.1360.1386.294
glog_opt_plot0.4750.0040.481
glog_transform0.2870.0020.290
grid_search_1d3.8050.1494.011
gs_line0.0010.0000.001
hca_dendrogram0.0010.0000.001
kfold_xval3.4230.0283.462
kfoldxcv_grid3.7470.0353.800
kfoldxcv_metric0.0010.0000.001
knn_impute0.0130.0010.015
kw_p_hist0.0010.0000.001
kw_rank_sum0.0800.0000.081
linear_model0.0290.0000.030
log_transform0.0140.0000.014
mean_centre0.0020.0000.003
mean_of_medians0.1320.0010.133
mixed_effect0.1790.0020.182
model_apply0.0220.0010.022
model_predict0.0550.0010.056
model_reverse0.0420.0010.043
model_train0.0510.0010.052
mv_boxplot0.2810.0070.288
mv_feature_filter0.1350.0030.139
mv_feature_filter_hist000
mv_histogram0.2470.0030.251
mv_sample_filter0.0160.0000.016
mv_sample_filter_hist0.0010.0000.001
nroot_transform0.0130.0010.014
ontology_cache0.0000.0010.001
pairs_filter0.0160.0010.016
pareto_scale0.0560.0010.056
pca_biplot0.0190.0010.019
pca_correlation_plot0.0110.0000.011
pca_dstat_plot0.0150.0000.016
pca_loadings_plot0.0140.0010.015
pca_scores_plot0.5280.0070.537
pca_scree_plot0.0140.0000.015
permutation_test0.0170.0000.017
permutation_test_plot0.0030.0010.003
permute_sample_order0.0160.0000.016
pls_regcoeff_plot0.3430.0040.349
pls_scores_plot0.6770.0050.684
pls_vip_plot0.3580.0050.365
plsda_feature_importance_plot0.6060.0080.615
plsda_predicted_plot0.4440.0070.453
plsda_roc_plot1.6540.0191.700
plsr_cook_dist0.0120.0000.012
plsr_prediction_plot0.0120.0000.013
plsr_qq_plot0.0070.0010.010
plsr_residual_hist0.0050.0000.005
pqn_norm0.2140.0030.248
pqn_norm_hist0.0000.0000.001
prop_na0.0080.0000.013
r_squared0.0000.0000.001
resample0.0140.0000.016
resample_chart0.0020.0000.003
rsd_filter0.0130.0010.015
rsd_filter_hist0.0010.0000.001
run0.0300.0000.031
sb_corr0.0300.0010.031
scatter_chart0.2970.0050.308
split_data0.0150.0000.016
stratified_split0.1200.0020.125
svm_plot_2d0.6770.0200.704
tSNE0.0300.0000.031
tSNE_scatter0.0140.0000.014
tic_chart0.2070.0030.210
ttest0.0160.0000.017
vec_norm0.0010.0000.001
wilcox_p_hist000
wilcox_test0.0230.0000.025