Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2026-04-20 11:37 -0400 (Mon, 20 Apr 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 alpha (2026-04-05 r89794) 4961
kjohnson3macOS 13.7.7 Venturaarm644.6.0 alpha (2026-04-08 r89818) 4690
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4627
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 774/2404HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
flowPloidy 1.37.2  (landing page)
Tyler Smith
Snapshot Date: 2026-04-19 13:40 -0400 (Sun, 19 Apr 2026)
git_url: https://git.bioconductor.org/packages/flowPloidy
git_branch: devel
git_last_commit: 2d140b4
git_last_commit_date: 2026-04-16 13:51:57 -0400 (Thu, 16 Apr 2026)
nebbiolo1Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    ERROR  skippedskipped
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  OK    OK    WARNINGS  
See other builds for flowPloidy in R Universe.


CHECK results for flowPloidy on kunpeng2

To the developers/maintainers of the flowPloidy package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/flowPloidy.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: flowPloidy
Version: 1.37.1
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:flowPloidy.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings flowPloidy_1.37.1.tar.gz
StartedAt: 2026-04-17 03:58:47 -0000 (Fri, 17 Apr 2026)
EndedAt: 2026-04-17 04:00:18 -0000 (Fri, 17 Apr 2026)
EllapsedTime: 91.1 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: flowPloidy.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/flowPloidy.Rcheck’
* using R Under development (unstable) (2025-02-19 r87757)
* 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-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘flowPloidy/DESCRIPTION’ ... OK
* this is package ‘flowPloidy’ version ‘1.37.1’
* 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 ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘flowPloidy’ 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
fhMetadata : <anonymous>: 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:
  FlowHist.Rd: read.FCS, flowFrame
  fhDoCV.Rd: deltaMethod
  fhDoNLS.Rd: nlsLM
  fhMetadata.Rd: read.FCS
  findPeaks.Rd: runmax, runmean
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 ... WARNING
Codoc mismatches from Rd file 'FlowHist.Rd':
FlowHist
  Code: function(file, channel, bins = 256, analyze = TRUE, linearity =
                 "variable", debris = "SC", samples = 2, pick = FALSE,
                 standards = 0, g2 = TRUE, debrisLimit = 40,
                 truncate_max_range = TRUE, trimRaw = 0, nameField =
                 "GUID", ...)
  Docs: function(file, channel, bins = 256, analyze = TRUE, linearity =
                 "variable", debris = "SC", samples = 2, pick = FALSE,
                 standards = 0, g2 = TRUE, debrisLimit = 40,
                 truncate_max_range = TRUE, trimRaw = 0, ...)
  Argument names in code not in docs:
    nameField
  Mismatches in argument names:
    Position: 14 Code: nameField Docs: ...

Codoc mismatches from Rd file 'plot.FlowHist.Rd':
plot.FlowHist
  Code: function(x, init = FALSE, nls = TRUE, comps = TRUE, main =
                 fhName(x), ...)
  Docs: function(x, init = FALSE, nls = TRUE, comps = TRUE, main =
                 fhFile(x), ...)
  Mismatches in argument default values:
    Name: 'main' Code: fhName(x) Docs: fhFile(x)

Codoc mismatches from Rd file 'plotFH.Rd':
plotFH
  Code: function(fh, main = fhName(fh), ...)
  Docs: function(fh, main = fhFile(fh), ...)
  Mismatches in argument default values:
    Name: 'main' Code: fhName(fh) Docs: fhFile(fh)

* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 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: 1 WARNING, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.23-bioc/meat/flowPloidy.Rcheck/00check.log’
for details.


Installation output

flowPloidy.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’
* installing *source* package ‘flowPloidy’ ...
** this is package ‘flowPloidy’ version ‘1.37.1’
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** 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 (flowPloidy)

Tests output

flowPloidy.Rcheck/tests/testthat.Rout


R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(flowPloidy)
> 
> test_check("flowPloidy")
FlowHist object '188-15.LMD'
channel: FL3.INT.LIN
2 samples
bins: 256
linearity: variable
debris: SC
7 model components: a1, a2, a_s, b1, b_s, SC, AG
12 parameters: a1P, a_mean, a_stddev, a2P, linearity, a_sP, b1P, b_mean, b_stddev, b_sP, SCaP, AP
5 special parameters: xx, SCvals, DBvals, TRvals, QDvals
Model fit

Analysis
========

Counts
------
 a1_count  a2_count a_s_count  b1_count b_s_count 
  1442.99    336.58      0.00   2820.64    405.87 

Peak Sizes
----------
a_mean b_mean 
 99.04 136.12 

CVs
---
a_CV b_CV 
 2.2  2.0 

RCS: 1.589 
FlowHist object '222.LMD'
channel: FL3.INT.LIN
2 samples
bins: 256
linearity: variable
debris: SC
8 model components: a1, a2, a_s, b1, b2, b_s, SC, AG
13 parameters: a1P, a_mean, a_stddev, a2P, linearity, a_sP, b1P, b_mean, b_stddev, b2P, b_sP, SCaP, AP
5 special parameters: xx, SCvals, DBvals, TRvals, QDvals
Model fitting not complete

RCS: NA 
FlowHist object '240+S.LMD'
channel: FL3.INT.LIN
2 samples
bins: 256
linearity: variable
debris: MC
7 model components: a1, a2, a_s, b1, b_s, MC, AG
13 parameters: a1P, a_mean, a_stddev, a2P, linearity, a_sP, b1P, b_mean, b_stddev, b_sP, MCaP, k, AP
5 special parameters: xx, MCvals, DBvals, TRvals, QDvals
Model fit

Analysis
========

Counts
------
 a1_count  a2_count a_s_count  b1_count b_s_count 
   664.23      0.00    195.73   3269.65      0.00 

Peak Sizes
----------
a_mean b_mean 
 77.10 160.79 

CVs
---
a_CV b_CV 
 4.8  7.7 

RCS: 2.22 
FlowHist object '08.328'
channel: FL2.A
2 samples
bins: 256
linearity: variable
debris: SC
0 model components: 
0 parameters: 
0 special parameters: 
Model fitting not complete

RCS: NA 
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 26 ]
> 
> proc.time()
   user  system elapsed 
  4.310   0.164   4.478 

Example timings

flowPloidy.Rcheck/flowPloidy-Ex.timings

nameusersystemelapsed
DebrisModels0.0010.0000.000
FlowHist2.9000.1243.092
FlowStandards0.1580.0000.158
ModelComponent0.0020.0000.003
browseFlowHist2.6330.0522.691
fhAccessors0.1550.0000.156
fhAnalyze0.2490.0020.251
fhMetadata0.1020.0040.106
findPeaks000
pickInit0.1940.0000.194
plotFH0.1570.0000.157
setBins0.2180.0000.219
tabulateFlowHist0.2540.0000.254
updateFlowHist0.3390.0000.340