Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2025-03-24 12:11 -0400 (Mon, 24 Mar 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4763 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.3 (2025-02-28 ucrt) -- "Trophy Case" | 4494 |
merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4521 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4448 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4414 |
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 1604/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
PRONE 1.0.5 (landing page) Lis Arend
| nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | ERROR | |||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | ERROR | OK | |||||||||
merida1 | macOS 12.7.5 Monterey / x86_64 | OK | OK | ERROR | OK | |||||||||
kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | ERROR | OK | |||||||||
taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | ERROR | ||||||||||
To the developers/maintainers of the PRONE package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/PRONE.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: PRONE |
Version: 1.0.5 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:PRONE.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings PRONE_1.0.5.tar.gz |
StartedAt: 2025-03-22 04:40:26 -0400 (Sat, 22 Mar 2025) |
EndedAt: 2025-03-22 04:45:36 -0400 (Sat, 22 Mar 2025) |
EllapsedTime: 309.5 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: PRONE.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:PRONE.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings PRONE_1.0.5.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/PRONE.Rcheck’ * using R version 4.4.3 (2025-02-28) * 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.7.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘PRONE/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘PRONE’ version ‘1.0.5’ * 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 ‘PRONE’ 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 ... WARNING '::' or ':::' import not declared from: ‘vegan’ Unexported objects imported by ':::' calls: ‘NormalyzerDE:::calculateAvgMadMem’ ‘NormalyzerDE:::calculateAvgReplicateVariation’ ‘NormalyzerDE:::calculatePercentageAvgDiffInMat’ ‘NormalyzerDE:::calculateReplicateCV’ ‘NormalyzerDE:::calculateSummarizedCorrelationVector’ See the note in ?`:::` about the use of this operator. * 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 ... WARNING Codoc mismatches from Rd file 'plot_intersection_enrichment.Rd': plot_intersection_enrichment Code: function(se, de_res, comparison, ain = NULL, id_column = "Gene.Names", organism = "hsapiens", source = "KEGG", signif_thr = 0.05) Docs: function(se, de_res, ain = NULL, comparisons = NULL, id_column = "Gene.Names", organism = "hsapiens", per_comparison = TRUE, sources = c("GO:BP", "GO:MF", "GO:CC"), top = 10) Argument names in code not in docs: comparison source signif_thr Argument names in docs not in code: comparisons per_comparison sources top Mismatches in argument names (first 3): Position: 3 Code: comparison Docs: ain Position: 4 Code: ain Docs: comparisons Position: 7 Code: source Docs: per_comparison * 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 files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘PRONE-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot_intersection_enrichment > ### Title: Intersect top N enrichment terms per normalization method > ### Aliases: plot_intersection_enrichment > > ### ** Examples > > data(tuberculosis_TMT_se) > data(tuberculosis_TMT_de_res) > plot_intersection_enrichment(tuberculosis_TMT_se, tuberculosis_TMT_de_res, + ain = c("IRS_on_RobNorm", "IRS_on_Median"), + comparisons = NULL, id_column = "Gene.Names", + organism = "hsapiens", per_comparison = TRUE, + sources = c("GO:BP", "GO:MF", "GO:CC"), top = 10) Error in plot_intersection_enrichment(tuberculosis_TMT_se, tuberculosis_TMT_de_res, : unused arguments (comparisons = NULL, per_comparison = TRUE, sources = c("GO:BP", "GO:MF", "GO:CC"), top = 10) Execution halted * 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 ERROR, 2 WARNINGs See ‘/Users/biocbuild/bbs-3.20-bioc/meat/PRONE.Rcheck/00check.log’ for details.
PRONE.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL PRONE ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’ * installing *source* package ‘PRONE’ ... ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (PRONE)
PRONE.Rcheck/PRONE-Ex.timings
name | user | system | elapsed | |
apply_thresholds | 0.041 | 0.004 | 0.046 | |
detect_outliers_POMA | 0.923 | 0.059 | 0.987 | |
eigenMSNorm | 0.713 | 0.019 | 0.738 | |
export_data | 0.040 | 0.004 | 0.044 | |
extract_consensus_DE_candidates | 0.096 | 0.007 | 0.102 | |
filter_out_NA_proteins_by_threshold | 1.432 | 0.025 | 1.299 | |
filter_out_complete_NA_proteins | 0.095 | 0.007 | 0.072 | |
filter_out_proteins_by_ID | 0.153 | 0.004 | 0.157 | |
filter_out_proteins_by_value | 0.158 | 0.004 | 0.162 | |
get_NA_overview | 0.049 | 0.004 | 0.053 | |
get_normalization_methods | 0 | 0 | 0 | |
get_overview_DE | 0.051 | 0.004 | 0.056 | |
get_proteins_by_value | 0.148 | 0.005 | 0.152 | |
get_spiked_stats_DE | 0.117 | 0.008 | 0.124 | |
globalIntNorm | 0.152 | 0.014 | 0.166 | |
globalMeanNorm | 0.151 | 0.017 | 0.169 | |
globalMedianNorm | 0.152 | 0.017 | 0.170 | |
impute_se | 1.412 | 0.126 | 0.865 | |
irsNorm | 0.135 | 0.010 | 0.078 | |
limmaNorm | 0.101 | 0.008 | 0.087 | |
load_data | 0.062 | 0.004 | 0.066 | |
load_spike_data | 0.052 | 0.003 | 0.055 | |
loessCycNorm | 0.146 | 0.011 | 0.157 | |
loessFNorm | 0.109 | 0.004 | 0.113 | |
meanNorm | 0.056 | 0.003 | 0.060 | |
medianAbsDevNorm | 0.115 | 0.005 | 0.120 | |
medianNorm | 0.077 | 0.004 | 0.081 | |
normalize_se | 3.414 | 0.066 | 3.488 | |
normalize_se_combination | 3.252 | 0.052 | 3.312 | |
normalize_se_single | 3.250 | 0.051 | 3.305 | |
normicsNorm | 3.170 | 0.056 | 3.226 | |
plot_NA_density | 0.493 | 0.035 | 0.339 | |
plot_NA_frequency | 0.312 | 0.023 | 0.200 | |
plot_NA_heatmap | 1.529 | 0.090 | 1.565 | |
plot_PCA | 1.060 | 0.027 | 1.089 | |
plot_ROC_AUC_spiked | 1.188 | 0.046 | 1.044 | |
plot_TP_FP_spiked_bar | 0.282 | 0.009 | 0.293 | |
plot_TP_FP_spiked_box | 1.565 | 0.012 | 1.579 | |
plot_TP_FP_spiked_scatter | 0.360 | 0.011 | 0.386 | |
plot_boxplots | 4.455 | 0.153 | 3.687 | |
plot_condition_overview | 0.196 | 0.005 | 0.201 | |
plot_densities | 3.258 | 0.177 | 2.460 | |
plot_fold_changes_spiked | 0.643 | 0.029 | 0.499 | |
plot_heatmap | 3.927 | 0.072 | 4.001 | |
plot_heatmap_DE | 1.268 | 0.026 | 1.297 | |
plot_histogram_spiked | 0.526 | 0.033 | 0.362 | |
plot_identified_spiked_proteins | 0.421 | 0.010 | 0.431 | |