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

This page was generated on 2025-05-18 12:09 -0400 (Sun, 18 May 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4749
palomino8Windows Server 2022 Datacenterx644.5.0 (2025-04-11 ucrt) -- "How About a Twenty-Six" 4511
lconwaymacOS 12.7.1 Montereyx86_644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4548
kjohnson3macOS 13.7.1 Venturaarm644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4489
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4453
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 1611/2304HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
PRONE 1.3.0  (landing page)
Lis Arend
Snapshot Date: 2025-05-16 13:25 -0400 (Fri, 16 May 2025)
git_url: https://git.bioconductor.org/packages/PRONE
git_branch: devel
git_last_commit: 69ecef7
git_last_commit_date: 2025-04-15 13:42:28 -0400 (Tue, 15 Apr 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


CHECK results for PRONE on lconway

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.3.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.3.0.tar.gz
StartedAt: 2025-05-16 22:28:20 -0400 (Fri, 16 May 2025)
EndedAt: 2025-05-16 22:34:04 -0400 (Fri, 16 May 2025)
EllapsedTime: 344.3 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.3.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.22-bioc/meat/PRONE.Rcheck’
* using R version 4.5.0 Patched (2025-04-21 r88169)
* 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.3.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 ... 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 ... 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
* 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 NOTE
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.3.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.0290.0030.032
detect_outliers_POMA1.7640.0581.839
eigenMSNorm0.6830.0780.767
export_data0.0210.0020.023
extract_consensus_DE_candidates0.0850.0050.089
filter_out_NA_proteins_by_threshold0.2200.0050.227
filter_out_complete_NA_proteins0.0530.0030.055
filter_out_proteins_by_ID0.1580.0040.163
filter_out_proteins_by_value0.1660.0050.175
get_NA_overview0.0290.0030.032
get_normalization_methods0.0000.0010.000
get_overview_DE0.0440.0040.049
get_proteins_by_value0.1730.0040.180
get_spiked_stats_DE0.0780.0060.085
globalIntNorm0.1590.0040.165
globalMeanNorm0.1600.0050.167
globalMedianNorm0.1540.0140.171
impute_se0.8110.0190.837
irsNorm0.0610.0020.064
limmaNorm0.0690.0030.074
load_data0.0640.0040.069
load_spike_data0.0450.0030.049
loessCycNorm0.1320.0090.142
loessFNorm0.0810.0030.085
meanNorm0.0370.0030.042
medianAbsDevNorm0.1060.0250.132
medianNorm0.0650.0030.069
normalize_se3.7220.0713.817
normalize_se_combination3.7650.0843.876
normalize_se_single3.7400.0523.818
normicsNorm3.5780.0403.640
plot_NA_density1.2710.0151.294
plot_NA_frequency0.2070.0050.215
plot_NA_heatmap1.5170.1001.634
plot_PCA1.0890.0101.106
plot_ROC_AUC_spiked1.0280.0191.053
plot_TP_FP_spiked_bar0.2580.0050.265
plot_TP_FP_spiked_box0.3760.0050.383
plot_TP_FP_spiked_scatter0.3810.0070.390
plot_boxplots4.7040.0844.831
plot_condition_overview0.2170.0040.222
plot_densities2.6880.0382.742
plot_fold_changes_spiked0.4560.0080.465
plot_heatmap4.1660.0344.222
plot_heatmap_DE1.3730.0181.398
plot_histogram_spiked0.3230.0040.330
plot_identified_spiked_proteins0.4650.0080.475
plot_intersection_enrichment0.6870.0421.830
plot_intragroup_PCV0.5420.0060.554
plot_intragroup_PEV0.3840.0050.391
plot_intragroup_PMAD0.4220.0060.433
plot_intragroup_correlation0.3560.0050.364
plot_jaccard_heatmap0.2290.0030.235
plot_logFC_thresholds_spiked0.6200.0100.635
plot_markers_boxplots0.7030.0080.715
plot_nr_prot_samples0.2170.0040.222
plot_overview_DE_bar0.3450.0050.351
plot_overview_DE_tile0.1870.0040.193
plot_profiles_spiked0.7170.0100.730
plot_pvalues_spiked0.4760.0100.489
plot_stats_spiked_heatmap0.3000.0060.309
plot_tot_int_samples0.2320.0030.236
plot_upset0.6620.0120.679
plot_upset_DE0.9060.0300.942
plot_volcano_DE3.2360.0363.292
quantileNorm0.0380.0020.042
readPRONE_example0.0010.0010.002
remove_POMA_outliers0.5190.0050.527
remove_assays_from_SE0.0450.0020.047
remove_reference_samples0.0400.0020.044
remove_samples_manually0.0360.0020.038
rlrMACycNorm0.6940.0080.706
rlrMANorm0.1020.0030.105
rlrNorm0.0820.0040.088
robnormNorm0.2000.0080.210
run_DE2.4940.0212.528
specify_comparisons0.0200.0020.022
subset_SE_by_norm0.0830.0030.086
tmmNorm0.1750.0120.186
vsnNorm0.0730.0020.075