Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2024-04-17 11:35:54 -0400 (Wed, 17 Apr 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.3.3 (2024-02-29) -- "Angel Food Cake" | 4676 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.3 (2024-02-29 ucrt) -- "Angel Food Cake" | 4414 |
merida1 | macOS 12.7.1 Monterey | x86_64 | 4.3.3 (2024-02-29) -- "Angel Food Cake" | 4437 |
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 540/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
DEP 1.24.0 (landing page) Arne Smits
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | ERROR | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
merida1 | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
To the developers/maintainers of the DEP package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/DEP.git to reflect on this report. See Troubleshooting Build Report for more information. - 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. |
Package: DEP |
Version: 1.24.0 |
Command: /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:DEP.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings DEP_1.24.0.tar.gz |
StartedAt: 2024-04-15 22:01:55 -0400 (Mon, 15 Apr 2024) |
EndedAt: 2024-04-15 22:09:45 -0400 (Mon, 15 Apr 2024) |
EllapsedTime: 469.8 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: DEP.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:DEP.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings DEP_1.24.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/DEP.Rcheck’ * using R version 4.3.3 (2024-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * R was compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 * running under: Ubuntu 22.04.4 LTS * using session charset: UTF-8 * checking for file ‘DEP/DESCRIPTION’ ... OK * this is package ‘DEP’ version ‘1.24.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 ‘DEP’ 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 loading without being on the library search path ... OK * checking startup messages can be suppressed ... 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 ... WARNING Missing link or links in documentation object 'LFQ.Rd': ‘[MSnbase:impute-methods]{impute}’ Missing link or links in documentation object 'TMT.Rd': ‘[MSnbase:impute-methods]{impute}’ Missing link or links in documentation object 'impute.Rd': ‘[MSnbase:impute-methods]{impute}’ Missing link or links in documentation object 'process.Rd': ‘[MSnbase:impute-methods]{impute}’ See section 'Cross-references' in the 'Writing R Extensions' manual. * 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 LazyData ... OK * checking data for ASCII and uncompressed saves ... 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 impute 51.305 0.528 51.833 * 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 ... ‘DEP.Rmd’ using ‘UTF-8’... failed ‘MissingValues.Rmd’ using ‘UTF-8’... failed ERROR Errors in running code in vignettes: when running code in ‘DEP.Rmd’ ... > plot_missval(data_filt) > plot_detect(data_filt) > impute(data_norm, fun = "") When sourcing ‘DEP.R’: Error: 'arg' should be one of “bpca”, “knn”, “QRILC”, “MLE”, “MinDet”, “MinProb”, “man”, “min”, “zero”, “mixed”, “nbavg” Execution halted when running code in ‘MissingValues.Rmd’ ... > plot_missval(no_filter) > plot_detect(no_filter) > impute(no_filter, fun = "") When sourcing ‘MissingValues.R’: Error: 'arg' should be one of “bpca”, “knn”, “QRILC”, “MLE”, “MinDet”, “MinProb”, “man”, “min”, “zero”, “mixed”, “nbavg” Execution halted * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 1 WARNING See ‘/home/biocbuild/bbs-3.18-bioc/meat/DEP.Rcheck/00check.log’ for details.
DEP.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD INSTALL DEP ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.18-bioc/R/site-library’ * installing *source* package ‘DEP’ ... ** 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 (DEP)
DEP.Rcheck/tests/testthat.Rout
R version 4.3.3 (2024-02-29) -- "Angel Food Cake" Copyright (C) 2024 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(DEP) > > test_check("DEP") [ FAIL 0 | WARN 15 | SKIP 0 | PASS 333 ] [ FAIL 0 | WARN 15 | SKIP 0 | PASS 333 ] > > proc.time() user system elapsed 46.742 1.591 48.343
DEP.Rcheck/DEP-Ex.timings
name | user | system | elapsed | |
LFQ | 1.766 | 0.080 | 1.846 | |
TMT | 0.000 | 0.000 | 0.001 | |
add_rejections | 0.680 | 0.036 | 0.716 | |
analyze_dep | 2.468 | 0.116 | 2.585 | |
filter_missval | 0.402 | 0.012 | 0.414 | |
filter_proteins | 0.251 | 0.000 | 0.251 | |
get_df_long | 0.691 | 0.004 | 0.695 | |
get_df_wide | 0.668 | 0.020 | 0.688 | |
get_prefix | 0.000 | 0.002 | 0.002 | |
get_results | 0.868 | 0.061 | 0.930 | |
get_suffix | 0.001 | 0.000 | 0.001 | |
import_IsobarQuant | 0 | 0 | 0 | |
import_MaxQuant | 0.044 | 0.000 | 0.045 | |
impute | 51.305 | 0.528 | 51.833 | |
make_se | 0.048 | 0.012 | 0.060 | |
make_se_parse | 0.054 | 0.000 | 0.053 | |
make_unique | 0.016 | 0.000 | 0.015 | |
manual_impute | 0.577 | 0.012 | 0.589 | |
meanSdPlot | 0.506 | 0.012 | 0.518 | |
normalize_vsn | 0.298 | 0.000 | 0.298 | |
plot_all | 1.532 | 0.012 | 1.545 | |
plot_cond | 0.929 | 0.000 | 0.929 | |
plot_cond_freq | 0.791 | 0.000 | 0.791 | |
plot_cond_overlap | 0.81 | 0.00 | 0.81 | |
plot_cor | 1.09 | 0.00 | 1.09 | |
plot_coverage | 0.423 | 0.000 | 0.423 | |
plot_detect | 0.625 | 0.000 | 0.626 | |
plot_dist | 3.179 | 0.008 | 3.187 | |
plot_frequency | 0.371 | 0.000 | 0.371 | |
plot_gsea | 0.622 | 0.008 | 0.630 | |
plot_heatmap | 2.353 | 0.000 | 2.353 | |
plot_imputation | 0.908 | 0.004 | 0.912 | |
plot_missval | 1.407 | 0.012 | 1.421 | |
plot_normalization | 1.189 | 0.000 | 1.189 | |
plot_numbers | 0.418 | 0.000 | 0.419 | |
plot_p_hist | 1.123 | 0.000 | 1.124 | |
plot_pca | 1.083 | 0.004 | 1.087 | |
plot_single | 1.450 | 0.044 | 1.494 | |
plot_volcano | 3.855 | 0.028 | 3.884 | |
process | 1.252 | 0.000 | 1.252 | |
report | 0.001 | 0.000 | 0.000 | |
run_app | 0 | 0 | 0 | |
se2msn | 0.105 | 0.000 | 0.104 | |
test_diff | 0.818 | 0.004 | 0.823 | |
test_gsea | 0.67 | 0.00 | 0.67 | |
theme_DEP1 | 0.361 | 0.000 | 0.360 | |
theme_DEP2 | 0.435 | 0.000 | 0.434 | |