Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

This page was generated on 2025-03-24 12:11 -0400 (Mon, 24 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.3 (2025-02-28) -- "Trophy Case" 4763
palomino8Windows Server 2022 Datacenterx644.4.3 (2025-02-28 ucrt) -- "Trophy Case" 4494
merida1macOS 12.7.5 Montereyx86_644.4.3 (2025-02-28) -- "Trophy Case" 4521
kjohnson1macOS 13.6.6 Venturaarm644.4.3 (2025-02-28) -- "Trophy Case" 4448
taishanLinux (openEuler 24.03 LTS)aarch644.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/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
PRONE 1.0.5  (landing page)
Lis Arend
Snapshot Date: 2025-03-20 13:00 -0400 (Thu, 20 Mar 2025)
git_url: https://git.bioconductor.org/packages/PRONE
git_branch: RELEASE_3_20
git_last_commit: 1f58517
git_last_commit_date: 2025-03-18 16:41:04 -0400 (Tue, 18 Mar 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    ERROR    OK  
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for PRONE on kjohnson1

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.

raw results


Summary

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

Command output

##############################################################################
##############################################################################
###
### 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.


Installation output

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)

Tests output


Example timings

PRONE.Rcheck/PRONE-Ex.timings

nameusersystemelapsed
apply_thresholds0.0410.0040.046
detect_outliers_POMA0.9230.0590.987
eigenMSNorm0.7130.0190.738
export_data0.0400.0040.044
extract_consensus_DE_candidates0.0960.0070.102
filter_out_NA_proteins_by_threshold1.4320.0251.299
filter_out_complete_NA_proteins0.0950.0070.072
filter_out_proteins_by_ID0.1530.0040.157
filter_out_proteins_by_value0.1580.0040.162
get_NA_overview0.0490.0040.053
get_normalization_methods000
get_overview_DE0.0510.0040.056
get_proteins_by_value0.1480.0050.152
get_spiked_stats_DE0.1170.0080.124
globalIntNorm0.1520.0140.166
globalMeanNorm0.1510.0170.169
globalMedianNorm0.1520.0170.170
impute_se1.4120.1260.865
irsNorm0.1350.0100.078
limmaNorm0.1010.0080.087
load_data0.0620.0040.066
load_spike_data0.0520.0030.055
loessCycNorm0.1460.0110.157
loessFNorm0.1090.0040.113
meanNorm0.0560.0030.060
medianAbsDevNorm0.1150.0050.120
medianNorm0.0770.0040.081
normalize_se3.4140.0663.488
normalize_se_combination3.2520.0523.312
normalize_se_single3.2500.0513.305
normicsNorm3.1700.0563.226
plot_NA_density0.4930.0350.339
plot_NA_frequency0.3120.0230.200
plot_NA_heatmap1.5290.0901.565
plot_PCA1.0600.0271.089
plot_ROC_AUC_spiked1.1880.0461.044
plot_TP_FP_spiked_bar0.2820.0090.293
plot_TP_FP_spiked_box1.5650.0121.579
plot_TP_FP_spiked_scatter0.3600.0110.386
plot_boxplots4.4550.1533.687
plot_condition_overview0.1960.0050.201
plot_densities3.2580.1772.460
plot_fold_changes_spiked0.6430.0290.499
plot_heatmap3.9270.0724.001
plot_heatmap_DE1.2680.0261.297
plot_histogram_spiked0.5260.0330.362
plot_identified_spiked_proteins0.4210.0100.431