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

This page was generated on 2025-01-28 11:47 -0500 (Tue, 28 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4659
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4454
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-01-22 r87618) -- "Unsuffered Consequences" 4465
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4419
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4409
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 1601/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
PRONE 1.1.2  (landing page)
Lis Arend
Snapshot Date: 2025-01-27 13:40 -0500 (Mon, 27 Jan 2025)
git_url: https://git.bioconductor.org/packages/PRONE
git_branch: devel
git_last_commit: bca70b6
git_last_commit_date: 2025-01-23 12:01:15 -0500 (Thu, 23 Jan 2025)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows 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
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for PRONE on kunpeng2

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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: PRONE
Version: 1.1.2
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:PRONE.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings PRONE_1.1.2.tar.gz
StartedAt: 2025-01-28 14:05:50 -0000 (Tue, 28 Jan 2025)
EndedAt: 2025-01-28 14:12:51 -0000 (Tue, 28 Jan 2025)
EllapsedTime: 421.3 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: PRONE.Rcheck
Warnings: 5

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:PRONE.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings PRONE_1.1.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/PRONE.Rcheck’
* using R Under development (unstable) (2024-11-24 r87369)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* 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.1.2’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 33 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 ... WARNING
Found the following significant warnings:
  Warning: program compiled against libxml 212 using older 211
See ‘/home/biocbuild/bbs-3.21-bioc/meat/PRONE.Rcheck/00install.out’ for details.
* 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 ...Warning: program compiled against libxml 212 using older 211
 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 ... NOTE
Warning: program compiled against libxml 212 using older 211

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Warning: program compiled against libxml 212 using older 211
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 ... WARNING
Warning: program compiled against libxml 212 using older 211
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... WARNING
Warning: program compiled against libxml 212 using older 211
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
* checking foreign function calls ... NOTE
Warning: program compiled against libxml 212 using older 211
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
Warning: program compiled against libxml 212 using older 211
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Warning: program compiled against libxml 212 using older 211
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
* checking Rd \usage sections ... NOTE
Warning: program compiled against libxml 212 using older 211
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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                6.870  0.168   7.042
normalize_se                 5.855  0.124   5.988
plot_heatmap                 5.851  0.012   5.873
normalize_se_combination     5.741  0.079   5.829
normalize_se_single          5.691  0.076   5.777
normicsNorm                  5.502  0.104   5.616
plot_intersection_enrichment 2.386  0.506  15.321
* 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: 5 WARNINGs, 5 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/PRONE.Rcheck/00check.log’
for details.


Installation output

PRONE.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL PRONE
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘PRONE’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Warning: program compiled against libxml 212 using older 211
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: program compiled against libxml 212 using older 211
** testing if installed package can be loaded from final location
Warning: program compiled against libxml 212 using older 211
** 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.0350.0000.034
detect_outliers_POMA1.2230.1121.338
eigenMSNorm0.9680.0040.974
export_data0.0210.0040.025
extract_consensus_DE_candidates0.1020.0040.107
filter_out_NA_proteins_by_threshold0.4500.0320.482
filter_out_complete_NA_proteins0.0570.0040.061
filter_out_proteins_by_ID0.2090.0080.217
filter_out_proteins_by_value0.2210.0000.222
get_NA_overview0.0320.0040.037
get_normalization_methods000
get_overview_DE0.0470.0000.047
get_proteins_by_value0.20.00.2
get_spiked_stats_DE0.0870.0000.087
globalIntNorm0.20.00.2
globalMeanNorm1.1960.0761.275
globalMedianNorm0.1960.0000.196
impute_se1.0210.0521.072
irsNorm0.0600.0120.072
limmaNorm0.0940.0000.094
load_data0.0640.0080.074
load_spike_data0.0500.0040.056
loessCycNorm0.1770.0160.193
loessFNorm0.1280.0000.128
meanNorm0.0480.0000.048
medianAbsDevNorm0.1210.0040.126
medianNorm0.0650.0040.069
normalize_se5.8550.1245.988
normalize_se_combination5.7410.0795.829
normalize_se_single5.6910.0765.777
normicsNorm5.5020.1045.616
plot_NA_density0.4040.0080.412
plot_NA_frequency0.2470.0000.246
plot_NA_heatmap1.8590.0281.889
plot_PCA1.4880.0241.514
plot_ROC_AUC_spiked1.4290.0161.449
plot_TP_FP_spiked_bar0.3140.0000.314
plot_TP_FP_spiked_box0.4430.0040.448
plot_TP_FP_spiked_scatter0.5230.0200.544
plot_boxplots6.8700.1687.042
plot_condition_overview0.2620.0000.263
plot_densities3.4340.0283.462
plot_fold_changes_spiked0.6170.0000.616
plot_heatmap5.8510.0125.873
plot_heatmap_DE1.7860.0441.834
plot_histogram_spiked0.4530.0080.460
plot_identified_spiked_proteins0.5840.0040.589
plot_intersection_enrichment 2.386 0.50615.321
plot_intragroup_PCV0.8200.1801.002
plot_intragroup_PEV0.5390.0320.573
plot_intragroup_PMAD0.5490.0440.595
plot_intragroup_correlation0.5740.0520.627
plot_jaccard_heatmap0.3500.0040.353
plot_logFC_thresholds_spiked0.7700.0590.832
plot_markers_boxplots1.0810.0761.158
plot_nr_prot_samples0.3400.0080.349
plot_overview_DE_bar0.4380.0120.451
plot_overview_DE_tile0.2480.0280.277
plot_profiles_spiked1.0570.0641.120
plot_pvalues_spiked0.6140.0320.647
plot_stats_spiked_heatmap0.4170.0200.438
plot_tot_int_samples0.3290.0160.346
plot_upset0.8670.0320.901
plot_upset_DE1.1860.0441.238
plot_volcano_DE4.2190.1124.341
quantileNorm0.0470.0000.048
readPRONE_example0.0010.0000.001
remove_POMA_outliers0.7320.0630.797
remove_assays_from_SE0.0520.0000.053
remove_reference_samples0.0370.0000.037
remove_samples_manually0.0390.0030.043
rlrMACycNorm0.9220.0480.972
rlrMANorm0.1710.0160.188
rlrNorm0.1190.0000.119
robnormNorm0.1000.0120.112
run_DE3.4790.0843.563
specify_comparisons0.0280.0000.028
subset_SE_by_norm0.1040.0000.104
tmmNorm0.2740.0400.314
vsnNorm0.0850.0000.084