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

This page was generated on 2026-05-06 11:34 -0400 (Wed, 06 May 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-17 r89917) -- "Because it was There" 4878
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4663
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 1641/2366HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
PrInCE 1.29.0  (landing page)
Michael Skinnider
Snapshot Date: 2026-05-05 13:45 -0400 (Tue, 05 May 2026)
git_url: https://git.bioconductor.org/packages/PrInCE
git_branch: devel
git_last_commit: 9fd4073
git_last_commit_date: 2026-04-28 08:49:42 -0400 (Tue, 28 Apr 2026)
nebbiolo2Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    WARNINGS  NO, package depends on 'MSnbase' which is not available
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    WARNINGS  
See other builds for PrInCE in R Universe.


CHECK results for PrInCE on taishan

To the developers/maintainers of the PrInCE package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/PrInCE.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: PrInCE
Version: 1.29.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:PrInCE.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings PrInCE_1.29.0.tar.gz
StartedAt: 2026-05-05 12:59:08 -0000 (Tue, 05 May 2026)
EndedAt: 2026-05-05 13:06:12 -0000 (Tue, 05 May 2026)
EllapsedTime: 424.6 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: PrInCE.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.24-bioc/meat/PrInCE.Rcheck’
* using R version 4.5.0 (2025-04-11)
* 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 ‘PrInCE/DESCRIPTION’ ... OK
* this is package ‘PrInCE’ version ‘1.29.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .lintr
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘PrInCE’ 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 loading without being on the library search path ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
calculate_features: no visible global function definition for
  ‘quantile’
Undefined global functions or variables:
  quantile
Consider adding
  importFrom("stats", "quantile")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  PrInCE.Rd: MSnSet-class
  build_gaussians.Rd: MSnSet-class
  calculate_autocorrelation.Rd: MSnSet-class
  calculate_features.Rd: MSnSet-class
  clean_profiles.Rd: MSnSet-class
  detect_complexes.Rd: MSnSet-class
  filter_profiles.Rd: MSnSet-class
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... WARNING
Undocumented arguments in Rd file 'calculate_autocorrelation.Rd'
  ‘min_replicates’

Undocumented arguments in Rd file 'calculate_features.Rd'
  ‘n_pairs’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
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
predict_ensemble     7.153  0.063   7.242
PrInCE               6.908  0.119   7.054
calculate_precision  6.701  0.108   6.821
predict_interactions 6.758  0.005   6.777
threshold_precision  6.166  0.043   6.225
* 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 WARNING, 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.24-bioc/meat/PrInCE.Rcheck/00check.log’
for details.


Installation output

PrInCE.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’
* installing *source* package ‘PrInCE’ ...
** this is package ‘PrInCE’ version ‘1.29.0’
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
Loading required namespace: PrInCE
Registered S3 method overwritten by 'quantmod':
  method            from
  as.zoo.data.frame zoo 
*** installing help indices
** 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 (PrInCE)

Tests output


Example timings

PrInCE.Rcheck/PrInCE-Ex.timings

nameusersystemelapsed
PrInCE6.9080.1197.054
adjacency_matrix_from_data_frame0.0010.0000.001
adjacency_matrix_from_list0.6150.0000.617
build_gaussians0.7180.0400.760
calculate_precision6.7010.1086.821
check_gaussians0.1730.0000.174
choose_gaussians0.2900.0000.292
clean_profile0.0610.0000.062
clean_profiles0.0580.0000.059
co_apex0.1460.0000.147
detect_complexes0.230.000.23
filter_profiles0.3620.0000.363
fit_curve0.2100.0000.211
fit_gaussians0.2050.0000.205
impute_neighbors0.0710.0000.071
is_unweighted0.6380.0600.699
is_weighted0.5890.0280.618
make_initial_conditions0.0600.0000.061
make_labels0.5540.0040.561
match_matrix_dimensions0.8270.0190.848
predict_ensemble7.1530.0637.242
predict_interactions6.7580.0056.777
threshold_precision6.1660.0436.225