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

This page was generated on 2025-12-04 12:02 -0500 (Thu, 04 Dec 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4878
merida1macOS 12.7.6 Montereyx86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4624
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4669
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 1653/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
PRONE 1.4.0  (landing page)
Lis Arend
Snapshot Date: 2025-12-01 13:45 -0500 (Mon, 01 Dec 2025)
git_url: https://git.bioconductor.org/packages/PRONE
git_branch: RELEASE_3_22
git_last_commit: 2b31a49
git_last_commit_date: 2025-10-29 11:32:38 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.6 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


CHECK results for PRONE on merida1

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.4.0
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.4.0.tar.gz
StartedAt: 2025-12-02 10:00:47 -0500 (Tue, 02 Dec 2025)
EndedAt: 2025-12-02 10:12:37 -0500 (Tue, 02 Dec 2025)
EllapsedTime: 709.9 seconds
RetCode: 0
Status:   OK  
CheckDir: PRONE.Rcheck
Warnings: 0

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.4.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.22-bioc/meat/PRONE.Rcheck’
* using R version 4.5.2 (2025-10-31)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Monterey 12.7.6
* 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.4.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 34 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 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 ... NOTE
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 ... NOTE
plot_upset_DE: no visible global function definition for
  ‘packageVersion’
Undefined global functions or variables:
  packageVersion
Consider adding
  importFrom("utils", "packageVersion")
to your NAMESPACE file.
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                               user system elapsed
plot_boxplots                11.583  0.145  12.154
normalize_se_single          11.440  0.140  12.232
normalize_se                 11.307  0.214  12.030
normalize_se_combination     10.875  0.157  11.730
plot_heatmap                 10.324  0.067  10.900
plot_volcano_DE              10.278  0.067  10.992
normicsNorm                  10.185  0.086  10.751
plot_densities                6.646  0.057   6.943
run_DE                        5.934  0.041   6.454
plot_intersection_enrichment  1.950  0.061   6.490
* 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: 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.22-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.5-x86_64/Resources/library’
* installing *source* package ‘PRONE’ ...
** this is package ‘PRONE’ version ‘1.4.0’
** 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.0560.0090.065
detect_outliers_POMA3.4450.1793.645
eigenMSNorm1.6330.1501.798
export_data0.0350.0070.041
extract_consensus_DE_candidates0.1610.0100.173
filter_out_NA_proteins_by_threshold0.4850.0100.498
filter_out_complete_NA_proteins0.0910.0080.099
filter_out_proteins_by_ID0.3650.0110.378
filter_out_proteins_by_value0.3570.0090.369
get_NA_overview0.0530.0080.062
get_normalization_methods0.0010.0010.001
get_overview_DE0.0740.0100.084
get_proteins_by_value0.3820.0100.394
get_spiked_stats_DE0.1280.0150.143
globalIntNorm0.3800.0090.389
globalMeanNorm0.3750.0090.387
globalMedianNorm0.3920.0100.404
impute_se1.6410.0241.671
irsNorm0.1080.0090.126
limmaNorm0.1470.0080.164
load_data0.1080.0060.153
load_spike_data0.0820.0030.089
loessCycNorm0.2920.0280.334
loessFNorm0.1510.0090.167
meanNorm0.0720.0080.086
medianAbsDevNorm0.2020.0110.221
medianNorm0.1050.0070.124
normalize_se11.307 0.21412.030
normalize_se_combination10.875 0.15711.730
normalize_se_single11.440 0.14012.232
normicsNorm10.185 0.08610.751
plot_NA_density0.9720.0181.035
plot_NA_frequency0.4920.0100.517
plot_NA_heatmap3.4390.1213.769
plot_PCA3.4470.0263.636
plot_ROC_AUC_spiked2.8440.0342.999
plot_TP_FP_spiked_bar0.7340.0150.753
plot_TP_FP_spiked_box0.9690.0160.989
plot_TP_FP_spiked_scatter1.0360.0181.059
plot_boxplots11.583 0.14512.154
plot_condition_overview0.6080.0100.624
plot_densities6.6460.0576.943
plot_fold_changes_spiked1.3190.0221.391
plot_heatmap10.324 0.06710.900
plot_heatmap_DE2.8700.0363.048
plot_histogram_spiked0.9630.0110.977
plot_identified_spiked_proteins1.1030.0151.126
plot_intersection_enrichment1.9500.0616.490
plot_intragroup_PCV1.5650.0141.586
plot_intragroup_PEV1.0290.0111.049
plot_intragroup_PMAD1.0740.0111.118
plot_intragroup_correlation1.0240.0111.077
plot_jaccard_heatmap0.7460.0110.795
plot_logFC_thresholds_spiked1.6680.0231.771
plot_markers_boxplots2.0790.0172.207
plot_nr_prot_samples0.7970.0200.909
plot_overview_DE_bar1.1020.0131.267
plot_overview_DE_tile0.5930.0090.652
plot_profiles_spiked2.0700.0322.296
plot_pvalues_spiked1.2240.0211.357
plot_stats_spiked_heatmap0.9220.0181.018
plot_tot_int_samples0.6750.0120.748
plot_upset2.0560.0242.260
plot_upset_DE0.0540.0070.066
plot_volcano_DE10.278 0.06710.992
quantileNorm0.0720.0070.083
readPRONE_example0.0020.0020.003
remove_POMA_outliers1.5450.0121.620
remove_assays_from_SE0.0830.0070.094
remove_reference_samples0.0690.0070.082
remove_samples_manually0.0640.0080.076
rlrMACycNorm1.6050.0141.690
rlrMANorm0.2110.0070.223
rlrNorm0.1780.0080.197
robnormNorm0.1880.0090.210
run_DE5.9340.0416.454
specify_comparisons0.0390.0070.045
subset_SE_by_norm0.1720.0070.180
tmmNorm0.2900.0160.332
vsnNorm0.1310.0090.168