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

This page was generated on 2025-01-29 11:46 -0500 (Wed, 29 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4661
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4457
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-01-22 r87618) -- "Unsuffered Consequences" 4468
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4421
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4411
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-28 13:40 -0500 (Tue, 28 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    ERROR  
palomino7Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    ERROR    OK  
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    NA  


CHECK results for PRONE on kjohnson3

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.1.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.1.2.tar.gz
StartedAt: 2025-01-28 20:37:37 -0500 (Tue, 28 Jan 2025)
EndedAt: 2025-01-28 20:39:24 -0500 (Tue, 28 Jan 2025)
EllapsedTime: 107.3 seconds
RetCode: 1
Status:   ERROR  
CheckDir: PRONE.Rcheck
Warnings: NA

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


* using log directory ‘/Users/biocbuild/bbs-3.21-bioc/meat/PRONE.Rcheck’
* using R Under development (unstable) (2025-01-20 r87609)
* using platform: aarch64-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 Ventura 13.7.1
* 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 ... 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 ... ERROR
Running examples in ‘PRONE-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot_intersection_enrichment
> ### Title: Intersect top N enrichment terms per normalization method
> ### Aliases: plot_intersection_enrichment
> 
> ### ** Examples
> 
> data(tuberculosis_TMT_se)
> data(tuberculosis_TMT_de_res)
> plot_intersection_enrichment(tuberculosis_TMT_se, tuberculosis_TMT_de_res,
+                 ain = c("IRS_on_RobNorm", "IRS_on_Median"),
+                 comparisons = NULL, id_column = "Gene.Names",
+                 organism = "hsapiens", per_comparison = TRUE,
+                 sources = c("GO:BP", "GO:MF", "GO:CC"), top = 10)
All comparisons of de_res will be visualized.
Error in gprofiler_request(url, body) : 
  There's an issue with your request to g:Profiler.
Error code: 301.
Please double check your input. If this doesn't help, then check your internet connection or contact us with a reproducible example on biit.support@ut.ee
Calls: plot_intersection_enrichment -> <Anonymous> -> <Anonymous> -> gprofiler_request
Execution halted
* 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 ERROR, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.21-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-arm64/Resources/library’
* installing *source* package ‘PRONE’ ...
** this is package ‘PRONE’ version ‘1.1.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)

Tests output


Example timings

PRONE.Rcheck/PRONE-Ex.timings

nameusersystemelapsed
apply_thresholds0.0130.0010.014
detect_outliers_POMA0.7000.0150.714
eigenMSNorm0.1770.0100.187
export_data0.0130.0010.014
extract_consensus_DE_candidates0.0310.0030.033
filter_out_NA_proteins_by_threshold0.1140.0130.073
filter_out_complete_NA_proteins0.0370.0030.023
filter_out_proteins_by_ID0.1150.0100.064
filter_out_proteins_by_value0.0930.0040.050
get_NA_overview0.0230.0020.017
get_normalization_methods000
get_overview_DE0.0170.0010.018
get_proteins_by_value0.0440.0010.045
get_spiked_stats_DE0.0360.0020.038
globalIntNorm0.0470.0020.049
globalMeanNorm0.0480.0010.049
globalMedianNorm0.0490.0010.051
impute_se0.4530.0270.254
irsNorm0.0460.0050.025
limmaNorm0.0500.0030.027
load_data0.0410.0030.023
load_spike_data0.0260.0030.018
loessCycNorm0.0600.0040.042
loessFNorm0.0790.0040.046
meanNorm0.0180.0010.019
medianAbsDevNorm0.0370.0020.039
medianNorm0.0240.0020.026
normalize_se1.0850.0271.112
normalize_se_combination1.0750.0591.134
normalize_se_single1.050.021.07
normicsNorm1.0270.0191.046
plot_NA_density0.2040.0080.115
plot_NA_frequency0.1220.0050.066
plot_NA_heatmap1.0010.0340.883
plot_PCA0.3200.0050.327
plot_ROC_AUC_spiked0.4850.0240.320
plot_TP_FP_spiked_bar0.0900.0030.093
plot_TP_FP_spiked_box0.1140.0030.118
plot_TP_FP_spiked_scatter0.1270.0030.130
plot_boxplots1.6180.0701.157
plot_condition_overview0.0640.0010.065
plot_densities1.2890.0930.831
plot_fold_changes_spiked0.2420.0100.148
plot_heatmap1.3290.0361.279
plot_heatmap_DE0.3880.0080.396
plot_histogram_spiked0.1790.0130.118
plot_identified_spiked_proteins0.2440.0110.131