Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-01-28 11:47 -0500 (Tue, 28 Jan 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" | 4659 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" | 4454 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2025-01-22 r87618) -- "Unsuffered Consequences" | 4465 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" | 4419 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | R 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/2286 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
PRONE 1.1.2 (landing page) Lis Arend
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | OK | OK | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | WARNINGS | ||||||||||
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. |
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 |
############################################################################## ############################################################################## ### ### 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.
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)
PRONE.Rcheck/PRONE-Ex.timings
name | user | system | elapsed | |
apply_thresholds | 0.035 | 0.000 | 0.034 | |
detect_outliers_POMA | 1.223 | 0.112 | 1.338 | |
eigenMSNorm | 0.968 | 0.004 | 0.974 | |
export_data | 0.021 | 0.004 | 0.025 | |
extract_consensus_DE_candidates | 0.102 | 0.004 | 0.107 | |
filter_out_NA_proteins_by_threshold | 0.450 | 0.032 | 0.482 | |
filter_out_complete_NA_proteins | 0.057 | 0.004 | 0.061 | |
filter_out_proteins_by_ID | 0.209 | 0.008 | 0.217 | |
filter_out_proteins_by_value | 0.221 | 0.000 | 0.222 | |
get_NA_overview | 0.032 | 0.004 | 0.037 | |
get_normalization_methods | 0 | 0 | 0 | |
get_overview_DE | 0.047 | 0.000 | 0.047 | |
get_proteins_by_value | 0.2 | 0.0 | 0.2 | |
get_spiked_stats_DE | 0.087 | 0.000 | 0.087 | |
globalIntNorm | 0.2 | 0.0 | 0.2 | |
globalMeanNorm | 1.196 | 0.076 | 1.275 | |
globalMedianNorm | 0.196 | 0.000 | 0.196 | |
impute_se | 1.021 | 0.052 | 1.072 | |
irsNorm | 0.060 | 0.012 | 0.072 | |
limmaNorm | 0.094 | 0.000 | 0.094 | |
load_data | 0.064 | 0.008 | 0.074 | |
load_spike_data | 0.050 | 0.004 | 0.056 | |
loessCycNorm | 0.177 | 0.016 | 0.193 | |
loessFNorm | 0.128 | 0.000 | 0.128 | |
meanNorm | 0.048 | 0.000 | 0.048 | |
medianAbsDevNorm | 0.121 | 0.004 | 0.126 | |
medianNorm | 0.065 | 0.004 | 0.069 | |
normalize_se | 5.855 | 0.124 | 5.988 | |
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_NA_density | 0.404 | 0.008 | 0.412 | |
plot_NA_frequency | 0.247 | 0.000 | 0.246 | |
plot_NA_heatmap | 1.859 | 0.028 | 1.889 | |
plot_PCA | 1.488 | 0.024 | 1.514 | |
plot_ROC_AUC_spiked | 1.429 | 0.016 | 1.449 | |
plot_TP_FP_spiked_bar | 0.314 | 0.000 | 0.314 | |
plot_TP_FP_spiked_box | 0.443 | 0.004 | 0.448 | |
plot_TP_FP_spiked_scatter | 0.523 | 0.020 | 0.544 | |
plot_boxplots | 6.870 | 0.168 | 7.042 | |
plot_condition_overview | 0.262 | 0.000 | 0.263 | |
plot_densities | 3.434 | 0.028 | 3.462 | |
plot_fold_changes_spiked | 0.617 | 0.000 | 0.616 | |
plot_heatmap | 5.851 | 0.012 | 5.873 | |
plot_heatmap_DE | 1.786 | 0.044 | 1.834 | |
plot_histogram_spiked | 0.453 | 0.008 | 0.460 | |
plot_identified_spiked_proteins | 0.584 | 0.004 | 0.589 | |
plot_intersection_enrichment | 2.386 | 0.506 | 15.321 | |
plot_intragroup_PCV | 0.820 | 0.180 | 1.002 | |
plot_intragroup_PEV | 0.539 | 0.032 | 0.573 | |
plot_intragroup_PMAD | 0.549 | 0.044 | 0.595 | |
plot_intragroup_correlation | 0.574 | 0.052 | 0.627 | |
plot_jaccard_heatmap | 0.350 | 0.004 | 0.353 | |
plot_logFC_thresholds_spiked | 0.770 | 0.059 | 0.832 | |
plot_markers_boxplots | 1.081 | 0.076 | 1.158 | |
plot_nr_prot_samples | 0.340 | 0.008 | 0.349 | |
plot_overview_DE_bar | 0.438 | 0.012 | 0.451 | |
plot_overview_DE_tile | 0.248 | 0.028 | 0.277 | |
plot_profiles_spiked | 1.057 | 0.064 | 1.120 | |
plot_pvalues_spiked | 0.614 | 0.032 | 0.647 | |
plot_stats_spiked_heatmap | 0.417 | 0.020 | 0.438 | |
plot_tot_int_samples | 0.329 | 0.016 | 0.346 | |
plot_upset | 0.867 | 0.032 | 0.901 | |
plot_upset_DE | 1.186 | 0.044 | 1.238 | |
plot_volcano_DE | 4.219 | 0.112 | 4.341 | |
quantileNorm | 0.047 | 0.000 | 0.048 | |
readPRONE_example | 0.001 | 0.000 | 0.001 | |
remove_POMA_outliers | 0.732 | 0.063 | 0.797 | |
remove_assays_from_SE | 0.052 | 0.000 | 0.053 | |
remove_reference_samples | 0.037 | 0.000 | 0.037 | |
remove_samples_manually | 0.039 | 0.003 | 0.043 | |
rlrMACycNorm | 0.922 | 0.048 | 0.972 | |
rlrMANorm | 0.171 | 0.016 | 0.188 | |
rlrNorm | 0.119 | 0.000 | 0.119 | |
robnormNorm | 0.100 | 0.012 | 0.112 | |
run_DE | 3.479 | 0.084 | 3.563 | |
specify_comparisons | 0.028 | 0.000 | 0.028 | |
subset_SE_by_norm | 0.104 | 0.000 | 0.104 | |
tmmNorm | 0.274 | 0.040 | 0.314 | |
vsnNorm | 0.085 | 0.000 | 0.084 | |