Back to Multiple platform build/check report for BioC 3.11
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

CHECK report for proBatch on celaya2

This page was generated on 2020-01-16 13:53:43 -0500 (Thu, 16 Jan 2020).

Package 1301/1818HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
proBatch 1.3.0
Jelena Cuklina
Snapshot Date: 2020-01-15 16:46:30 -0500 (Wed, 15 Jan 2020)
URL: https://git.bioconductor.org/packages/proBatch
Branch: master
Last Commit: 6241f81
Last Changed Date: 2019-10-29 13:43:31 -0500 (Tue, 29 Oct 2019)
malbec2 Linux (Ubuntu 18.04.3 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: proBatch
Version: 1.3.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:proBatch.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings proBatch_1.3.0.tar.gz
StartedAt: 2020-01-16 07:39:53 -0500 (Thu, 16 Jan 2020)
EndedAt: 2020-01-16 07:47:26 -0500 (Thu, 16 Jan 2020)
EllapsedTime: 452.3 seconds
RetCode: 0
Status:  OK 
CheckDir: proBatch.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:proBatch.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings proBatch_1.3.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.11-bioc/meat/proBatch.Rcheck’
* using R Under development (unstable) (2019-12-14 r77572)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘proBatch/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘proBatch’ version ‘1.3.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 ‘proBatch’ 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                              user system elapsed
calculate_PVCA              24.492  0.177  24.676
plot_PVCA                   23.953  0.123  24.083
prepare_PVCA_df             23.642  0.082  23.731
plot_PVCA.df                23.358  0.090  23.454
correct_batch_effects       15.524  2.664  18.194
plot_sample_mean_or_boxplot  6.520  0.207   6.740
feature_level_diagnostics    5.750  0.093   5.845
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘spelling.R’
  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

proBatch.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL proBatch
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’
* installing *source* package ‘proBatch’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** 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 (proBatch)

Tests output

proBatch.Rcheck/tests/spelling.Rout


R Under development (unstable) (2019-12-14 r77572) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.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.

> if(requireNamespace('spelling', quietly = TRUE))
+   spelling::spell_check_test(vignettes = TRUE, error = FALSE,
+                              skip_on_cran = TRUE)
NULL
> 
> proc.time()
   user  system elapsed 
  0.413   0.156   0.518 

proBatch.Rcheck/tests/testthat.Rout


R Under development (unstable) (2019-12-14 r77572) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.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(proBatch)

> 
> test_check("proBatch")
Standardizing Data across genes
══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 159 | SKIPPED: 0 | WARNINGS: 31 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
 48.096   2.045  50.105 

Example timings

proBatch.Rcheck/proBatch-Ex.timings

nameusersystemelapsed
calculate_PVCA24.492 0.17724.676
calculate_feature_CV0.7150.0650.779
calculate_peptide_corr_distr0.0340.0010.034
calculate_sample_corr_distr1.6270.0891.716
check_sample_consistency0.0400.0160.056
correct_batch_effects15.524 2.66418.194
create_peptide_annotation0.0130.0010.013
date_to_sample_order0.3590.0100.368
dates_to_posix0.0130.0020.015
define_sample_order0.0330.0140.048
feature_level_diagnostics5.7500.0935.845
fit_nonlinear0.0190.0000.020
long_to_matrix0.0800.0180.099
matrix_to_long0.0250.0030.027
normalize0.1090.0130.122
plot_CV_distr2.1640.2452.410
plot_PCA1.0440.1411.185
plot_PVCA23.953 0.12324.083
plot_PVCA.df23.358 0.09023.454
plot_corr_matrix0.0680.0030.071
plot_heatmap_diagnostic2.6840.2432.948
plot_heatmap_generic1.2690.0871.387
plot_hierarchical_clustering0.6120.0810.699
plot_peptide_corr_distribution1.8640.1742.038
plot_protein_corrplot0.3220.0050.328
plot_sample_corr_distribution1.9290.1952.125
plot_sample_corr_heatmap1.0750.0671.144
plot_sample_mean_or_boxplot6.5200.2076.740
prepare_PVCA_df23.642 0.08223.731
sample_annotation_to_colors0.0370.0000.039
transform_raw_data0.0090.0030.013