| Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-10-16 11:40 -0400 (Thu, 16 Oct 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4833 |
| merida1 | macOS 12.7.6 Monterey | x86_64 | 4.5.1 RC (2025-06-05 r88288) -- "Great Square Root" | 4614 |
| kjohnson1 | macOS 13.7.5 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4555 |
| kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4586 |
| 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 1635/2341 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| PRONE 1.2.2 (landing page) Lis Arend
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| merida1 | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson1 | macOS 13.7.5 Ventura / arm64 | OK | OK | OK | OK | |||||||||
| kunpeng2 | Linux (openEuler 24.03 LTS) / aarch64 | OK | ERROR | skipped | ||||||||||
|
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.2.2 |
| 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.2.2.tar.gz |
| StartedAt: 2025-10-15 08:16:10 -0400 (Wed, 15 Oct 2025) |
| EndedAt: 2025-10-15 08:22:32 -0400 (Wed, 15 Oct 2025) |
| EllapsedTime: 381.7 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: PRONE.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### 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.2.2.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.21-bioc/meat/PRONE.Rcheck’
* using R version 4.5.1 Patched (2025-06-14 r88325)
* using platform: aarch64-apple-darwin20
* R was compiled by
Apple clang version 16.0.0 (clang-1600.0.26.6)
GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.5
* 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.2.2’
* 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
* 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.21-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.5-arm64/Resources/library’ * installing *source* package ‘PRONE’ ... ** this is package ‘PRONE’ version ‘1.2.2’ ** 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.042 | 0.004 | 0.046 | |
| detect_outliers_POMA | 1.204 | 0.110 | 1.316 | |
| eigenMSNorm | 0.556 | 0.024 | 0.582 | |
| export_data | 0.040 | 0.004 | 0.044 | |
| extract_consensus_DE_candidates | 0.087 | 0.009 | 0.096 | |
| filter_out_NA_proteins_by_threshold | 0.248 | 0.016 | 0.265 | |
| filter_out_complete_NA_proteins | 0.068 | 0.006 | 0.074 | |
| filter_out_proteins_by_ID | 0.152 | 0.004 | 0.156 | |
| filter_out_proteins_by_value | 0.160 | 0.004 | 0.165 | |
| get_NA_overview | 0.051 | 0.004 | 0.055 | |
| get_normalization_methods | 0 | 0 | 0 | |
| get_overview_DE | 0.052 | 0.005 | 0.057 | |
| get_proteins_by_value | 0.145 | 0.005 | 0.150 | |
| get_spiked_stats_DE | 0.118 | 0.010 | 0.128 | |
| globalIntNorm | 0.151 | 0.005 | 0.157 | |
| globalMeanNorm | 0.148 | 0.007 | 0.154 | |
| globalMedianNorm | 0.148 | 0.007 | 0.154 | |
| impute_se | 0.804 | 0.035 | 0.840 | |
| irsNorm | 0.076 | 0.006 | 0.081 | |
| limmaNorm | 0.085 | 0.005 | 0.090 | |
| load_data | 0.069 | 0.003 | 0.075 | |
| load_spike_data | 0.059 | 0.003 | 0.063 | |
| loessCycNorm | 0.155 | 0.013 | 0.174 | |
| loessFNorm | 0.111 | 0.006 | 0.117 | |
| meanNorm | 0.061 | 0.005 | 0.066 | |
| medianAbsDevNorm | 0.122 | 0.017 | 0.139 | |
| medianNorm | 0.189 | 0.007 | 0.195 | |
| normalize_se | 3.481 | 0.081 | 3.574 | |
| normalize_se_combination | 4.233 | 0.096 | 4.356 | |
| normalize_se_single | 3.220 | 0.062 | 3.284 | |
| normicsNorm | 3.262 | 0.106 | 3.435 | |
| plot_NA_density | 0.469 | 0.011 | 0.483 | |
| plot_NA_frequency | 0.234 | 0.007 | 0.243 | |
| plot_NA_heatmap | 1.516 | 0.067 | 1.608 | |
| plot_PCA | 1.378 | 0.017 | 1.398 | |
| plot_ROC_AUC_spiked | 1.307 | 0.023 | 1.334 | |
| plot_TP_FP_spiked_bar | 0.393 | 0.013 | 0.407 | |
| plot_TP_FP_spiked_box | 0.458 | 0.010 | 0.469 | |
| plot_TP_FP_spiked_scatter | 0.463 | 0.011 | 0.475 | |
| plot_boxplots | 4.595 | 0.073 | 4.672 | |
| plot_condition_overview | 0.281 | 0.007 | 0.290 | |
| plot_densities | 2.748 | 0.054 | 2.814 | |
| plot_fold_changes_spiked | 0.629 | 0.014 | 0.644 | |
| plot_heatmap | 3.939 | 0.049 | 3.990 | |
| plot_heatmap_DE | 1.372 | 0.026 | 1.406 | |
| plot_histogram_spiked | 0.412 | 0.009 | 0.422 | |
| plot_identified_spiked_proteins | 0.500 | 0.009 | 0.510 | |
| plot_intersection_enrichment | 0.903 | 0.038 | 1.868 | |
| plot_intragroup_PCV | 0.731 | 0.009 | 0.741 | |
| plot_intragroup_PEV | 0.454 | 0.007 | 0.462 | |
| plot_intragroup_PMAD | 0.481 | 0.007 | 0.488 | |
| plot_intragroup_correlation | 0.439 | 0.007 | 0.447 | |
| plot_jaccard_heatmap | 0.315 | 0.007 | 0.324 | |
| plot_logFC_thresholds_spiked | 0.750 | 0.014 | 0.767 | |
| plot_markers_boxplots | 0.824 | 0.009 | 0.837 | |
| plot_nr_prot_samples | 0.335 | 0.007 | 0.346 | |
| plot_overview_DE_bar | 0.460 | 0.008 | 0.473 | |
| plot_overview_DE_tile | 0.263 | 0.007 | 0.274 | |
| plot_profiles_spiked | 0.890 | 0.018 | 0.923 | |
| plot_pvalues_spiked | 0.590 | 0.017 | 0.621 | |
| plot_stats_spiked_heatmap | 0.492 | 0.014 | 0.513 | |
| plot_tot_int_samples | 0.293 | 0.006 | 0.302 | |
| plot_upset | 0.998 | 0.019 | 1.043 | |
| plot_upset_DE | 0.042 | 0.006 | 0.048 | |
| plot_volcano_DE | 4.360 | 0.054 | 4.441 | |
| quantileNorm | 0.059 | 0.005 | 0.064 | |
| readPRONE_example | 0.001 | 0.001 | 0.002 | |
| remove_POMA_outliers | 0.666 | 0.008 | 0.677 | |
| remove_assays_from_SE | 0.066 | 0.006 | 0.074 | |
| remove_reference_samples | 0.064 | 0.005 | 0.069 | |
| remove_samples_manually | 0.057 | 0.004 | 0.062 | |
| rlrMACycNorm | 0.601 | 0.012 | 0.614 | |
| rlrMANorm | 0.107 | 0.005 | 0.112 | |
| rlrNorm | 0.099 | 0.006 | 0.105 | |
| robnormNorm | 1.482 | 0.015 | 1.497 | |
| run_DE | 2.061 | 0.017 | 2.081 | |
| specify_comparisons | 0.043 | 0.004 | 0.048 | |
| subset_SE_by_norm | 0.090 | 0.004 | 0.094 | |
| tmmNorm | 0.175 | 0.011 | 0.186 | |
| vsnNorm | 0.081 | 0.005 | 0.086 | |