| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-08-15 12:06 -0400 (Fri, 15 Aug 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4818 |
| palomino8 | Windows Server 2022 Datacenter | x64 | 4.5.1 (2025-06-13 ucrt) -- "Great Square Root" | 4554 |
| lconway | macOS 12.7.1 Monterey | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4595 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4537 |
| taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4535 |
| 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 552/2317 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| DEP 1.31.0 (landing page) Arne Smits
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
| palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
| lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | WARNINGS | OK | |||||||||
| taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | WARNINGS | ||||||||||
|
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.31.0 |
| Command: F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:DEP.install-out.txt --library=F:\biocbuild\bbs-3.22-bioc\R\library --no-vignettes --timings DEP_1.31.0.tar.gz |
| StartedAt: 2025-08-15 02:29:40 -0400 (Fri, 15 Aug 2025) |
| EndedAt: 2025-08-15 02:41:20 -0400 (Fri, 15 Aug 2025) |
| EllapsedTime: 700.4 seconds |
| RetCode: 0 |
| Status: WARNINGS |
| CheckDir: DEP.Rcheck |
| Warnings: 1 |
##############################################################################
##############################################################################
###
### Running command:
###
### F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:DEP.install-out.txt --library=F:\biocbuild\bbs-3.22-bioc\R\library --no-vignettes --timings DEP_1.31.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'F:/biocbuild/bbs-3.22-bioc/meat/DEP.Rcheck'
* using R version 4.5.1 (2025-06-13 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
gcc.exe (GCC) 14.2.0
GNU Fortran (GCC) 14.2.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'DEP/DESCRIPTION' ... OK
* this is package 'DEP' version '1.31.0'
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 23 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
* 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 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 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 whether 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(s) in Rd file 'LFQ.Rd':
'[MSnbase:impute-methods]{impute}'
Missing link(s) in Rd file 'TMT.Rd':
'[MSnbase:impute-methods]{impute}'
Missing link(s) in Rd file 'impute.Rd':
'[MSnbase:impute-methods]{impute}'
Missing link(s) in Rd file '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 71.64 0.25 71.93
* 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: 1 WARNING
See
'F:/biocbuild/bbs-3.22-bioc/meat/DEP.Rcheck/00check.log'
for details.
DEP.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD INSTALL DEP ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.22-bioc/R/library' * installing *source* package 'DEP' ... ** this is package 'DEP' version '1.31.0' ** 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.5.1 (2025-06-13 ucrt) -- "Great Square Root"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64
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")
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
pdftex: major issue: User/administrator updates are out-of-sync.
pdfcrop: major issue: User/administrator updates are out-of-sync.
[ FAIL 0 | WARN 14 | SKIP 0 | PASS 333 ]
[ FAIL 0 | WARN 14 | SKIP 0 | PASS 333 ]
>
> proc.time()
user system elapsed
61.10 2.59 87.70
DEP.Rcheck/DEP-Ex.timings
| name | user | system | elapsed | |
| LFQ | 2.27 | 0.12 | 2.42 | |
| TMT | 0 | 0 | 0 | |
| add_rejections | 0.97 | 0.00 | 0.96 | |
| analyze_dep | 2.39 | 0.08 | 2.47 | |
| filter_missval | 1.3 | 0.0 | 1.3 | |
| filter_proteins | 0.34 | 0.00 | 0.34 | |
| get_df_long | 0.86 | 0.00 | 0.86 | |
| get_df_wide | 0.72 | 0.00 | 0.72 | |
| get_prefix | 0.01 | 0.00 | 0.02 | |
| get_results | 1.27 | 0.03 | 1.28 | |
| get_suffix | 0 | 0 | 0 | |
| import_IsobarQuant | 0 | 0 | 0 | |
| import_MaxQuant | 0.08 | 0.00 | 0.08 | |
| impute | 71.64 | 0.25 | 71.93 | |
| make_se | 0.05 | 0.00 | 0.05 | |
| make_se_parse | 0.08 | 0.02 | 0.09 | |
| make_unique | 0.01 | 0.01 | 0.03 | |
| manual_impute | 0.75 | 0.00 | 0.77 | |
| meanSdPlot | 0.97 | 0.04 | 1.00 | |
| normalize_vsn | 0.46 | 0.00 | 0.46 | |
| plot_all | 2.01 | 0.05 | 2.07 | |
| plot_cond | 1.30 | 0.03 | 1.55 | |
| plot_cond_freq | 1.14 | 0.02 | 1.16 | |
| plot_cond_overlap | 1.00 | 0.06 | 1.06 | |
| plot_cor | 1.67 | 0.39 | 1.91 | |
| plot_coverage | 0.86 | 0.36 | 0.62 | |
| plot_detect | 0.97 | 0.04 | 0.94 | |
| plot_dist | 4.43 | 0.13 | 4.57 | |
| plot_frequency | 0.53 | 0.03 | 0.56 | |
| plot_gsea | 0.96 | 0.02 | 0.97 | |
| plot_heatmap | 3.45 | 0.06 | 3.53 | |
| plot_imputation | 1.13 | 0.06 | 1.19 | |
| plot_missval | 2.02 | 0.14 | 2.16 | |
| plot_normalization | 1.82 | 0.13 | 1.95 | |
| plot_numbers | 0.63 | 0.00 | 0.63 | |
| plot_p_hist | 1.55 | 0.01 | 1.56 | |
| plot_pca | 1.36 | 0.05 | 1.41 | |
| plot_single | 1.86 | 0.05 | 1.90 | |
| plot_volcano | 4.75 | 0.04 | 4.80 | |
| process | 1.95 | 0.00 | 1.95 | |
| report | 0 | 0 | 0 | |
| run_app | 0 | 0 | 0 | |
| se2msn | 0.11 | 0.00 | 0.11 | |
| test_diff | 1.04 | 0.02 | 1.06 | |
| test_gsea | 0.8 | 0.0 | 0.8 | |
| theme_DEP1 | 0.49 | 0.00 | 0.48 | |
| theme_DEP2 | 0.50 | 0.01 | 0.52 | |