Back to Multiple platform build/check report for BioC 3.15
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2022-10-19 13:22:56 -0400 (Wed, 19 Oct 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 20.04.5 LTS)x86_644.2.1 (2022-06-23) -- "Funny-Looking Kid" 4386
palomino3Windows Server 2022 Datacenterx644.2.1 (2022-06-23 ucrt) -- "Funny-Looking Kid" 4138
merida1macOS 10.14.6 Mojavex86_644.2.1 (2022-06-23) -- "Funny-Looking Kid" 4205
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

CHECK results for flowCore on merida1


To the developers/maintainers of the flowCore package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/flowCore.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 678/2140HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
flowCore 2.8.0  (landing page)
Mike Jiang
Snapshot Date: 2022-10-18 13:55:19 -0400 (Tue, 18 Oct 2022)
git_url: https://git.bioconductor.org/packages/flowCore
git_branch: RELEASE_3_15
git_last_commit: 586541d
git_last_commit_date: 2022-04-26 10:58:57 -0400 (Tue, 26 Apr 2022)
nebbiolo1Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: flowCore
Version: 2.8.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:flowCore.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings flowCore_2.8.0.tar.gz
StartedAt: 2022-10-19 02:30:08 -0400 (Wed, 19 Oct 2022)
EndedAt: 2022-10-19 02:33:49 -0400 (Wed, 19 Oct 2022)
EllapsedTime: 222.0 seconds
RetCode: 0
Status:   OK  
CheckDir: flowCore.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:flowCore.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings flowCore_2.8.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.15-bioc/meat/flowCore.Rcheck’
* using R version 4.2.1 (2022-06-23)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘flowCore/DESCRIPTION’ ... OK
* this is package ‘flowCore’ version ‘2.8.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 ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘flowCore’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  8.6Mb
  sub-directories of 1Mb or more:
    R         1.1Mb
    data      5.0Mb
    extdata   1.1Mb
* 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 R 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
eval,compensatedParameter-missing : <anonymous>: no visible binding for
  global variable ‘mat’
eval,compensatedParameter-missing : <anonymous>: no visible binding for
  global variable ‘msv’
show,flowFrame: no visible global function definition for
  ‘capture.output’
Undefined global functions or variables:
  capture.output mat msv
Consider adding
  importFrom("utils", "capture.output")
to your NAMESPACE file.
* 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 line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
File ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library/flowCore/libs/flowCore.so’:
  Found ‘_rand’, possibly from ‘rand’ (C)
  Found ‘_srand’, possibly from ‘srand’ (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
filterResultList-class 8.270  0.274   8.581
flowFrame-class        5.709  0.175   5.913
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.15-bioc/meat/flowCore.Rcheck/00check.log’
for details.



Installation output

flowCore.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL flowCore
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library’
* installing *source* package ‘flowCore’ ...
** using staged installation
** libs
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c FastLogicle.cpp -o FastLogicle.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c Hyperlog.cpp -o Hyperlog.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c Logicle.cpp -o Logicle.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c biexponential.cpp -o biexponential.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c convertRawBytes.cpp -o convertRawBytes.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c fcsTextParse.cpp -o fcsTextParse.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c hyperlogTransform.cpp -o hyperlogTransform.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c inPolygon.cpp -o inPolygon.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c inPolytope.cpp -o inPolytope.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c logicleTransform.cpp -o logicleTransform.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c pairVectorRcppWrap.cpp -o pairVectorRcppWrap.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c poly_centroid.cpp -o poly_centroid.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c sortBytes.cpp -o sortBytes.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c uint2double.cpp -o uint2double.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RProtoBufLib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c zeroin.cpp -o zeroin.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o flowCore.so FastLogicle.o Hyperlog.o Logicle.o RcppExports.o biexponential.o convertRawBytes.o fcsTextParse.o hyperlogTransform.o inPolygon.o inPolytope.o logicleTransform.o pairVectorRcppWrap.o poly_centroid.o sortBytes.o uint2double.o zeroin.o /Library/Frameworks/R.framework/Versions/4.2/Resources/library/cytolib/lib/libcytolib.a -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
if [ `uname -s` = 'Darwin' ]; then install_name_tool -change /usr/local/clang4/lib/libc++.1.dylib /usr/lib/libc++.1.dylib flowCore.so; fi
installing to /Library/Frameworks/R.framework/Versions/4.2/Resources/library/00LOCK-flowCore/00new/flowCore/libs
** R
** data
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (flowCore)

Tests output

flowCore.Rcheck/tests/testthat.Rout


R version 4.2.1 (2022-06-23) -- "Funny-Looking Kid"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)

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(flowCore)
> library(flowStats)
Warning message:
replacing previous import 'flowViz::contour' by 'graphics::contour' when loading 'flowStats' 
> 
> 
> test_check("flowCore")
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following object is masked from 'package:flowStats':

    normalize

The following object is masked from 'package:flowCore':

    normalize

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

[ FAIL 0 | WARN 2 | SKIP 3 | PASS 334 ]

══ Skipped tests ═══════════════════════════════════════════════════════════════
• dir.exists(dataPath) is not TRUE (1)
• file.exists(filename) is not TRUE (2)

[ FAIL 0 | WARN 2 | SKIP 3 | PASS 334 ]
> 
> #devtools::test("~/rglab/workspace/flowCore")
> 
> proc.time()
   user  system elapsed 
 32.014   1.578  33.678 

Example timings

flowCore.Rcheck/flowCore-Ex.timings

nameusersystemelapsed
EHtrans-class0.0850.0090.095
FCSTransTransform1.0960.0701.169
Subset-methods0.4040.0140.420
arcsinhTransform0.1010.0020.103
asinht-class0.0410.0010.043
asinhtGml2-class0.0480.0040.051
biexponentialTransform4.2130.0784.483
boundaryFilter-class0.1420.0030.150
characterOrNumeric-class0.0020.0010.002
characterOrParameters-class0.0010.0000.002
characterOrTransformation-class0.0020.0000.002
coerce0.0850.0050.098
collapse_desc1.0900.0511.192
compensatedParameter-class0.2170.0050.230
compensation-class0.4870.0350.542
decompensate0.0780.0030.083
dg1polynomial-class0.0400.0020.043
each_col0.0420.0010.044
ellipsoidGate-class0.1090.0020.114
exponential-class0.0390.0010.042
expressionFilter-class0.1540.0020.156
filter-methods1.1880.0231.219
filter-on-methods0.1560.0070.165
filterList-class0.0090.0000.009
filterResult-class0.0010.0010.001
filterResultList-class8.2700.2748.581
filterSummary-class0.1580.0160.175
filterSummaryList-class1.1250.0481.176
flowFrame-class5.7090.1755.913
flowSet-class3.8020.1623.977
fr_append_cols0.9050.0140.919
fsApply0.1890.0090.198
getIndexSort0.0330.0010.033
hyperlog-class1.9600.0251.989
hyperlogtGml2-class0.0410.0010.041
identifier-methods0.0340.0010.035
inverseLogicleTransform0.9820.0161.000
invsplitscale-class0.0410.0010.042
keyword-methods0.9290.0220.952
kmeansFilter-class0.2150.0020.217
linearTransform0.0470.0010.048
lintGml2-class0.0370.0010.037
lnTransform1.5090.0431.556
logTransform0.0560.0020.059
logarithm-class0.0370.0010.038
logicalFilterResult-class0.0010.0000.001
logicleTransform1.0020.0201.022
logicletGml2-class0.0550.0010.057
logtGml2-class0.0410.0010.041
manyFilterResult-class0.0010.0000.001
markernames0.9400.0180.960
multipleFilterResult-class0.0010.0000.001
parameters-methods0.0380.0010.040
polygonGate-class0.0910.0020.093
quadGate-class0.6840.0210.705
quadratic-class0.0390.0010.040
quadraticTransform0.0480.0010.049
ratio-class0.0500.0010.050
ratiotGml2-class0.0380.0010.038
read.FCS0.1220.0030.124
read.FCSheader0.0090.0030.011
read.flowSet0.1400.0010.142
rectangleGate-class0.1480.0010.149
rotate_gate0.0000.0000.001
sampleFilter-class0.0810.0010.082
scaleTransform0.0490.0000.050
scale_gate000
shift_gate0.0000.0000.001
singleParameterTransform-class0.0010.0000.002
sinht-class0.0400.0010.041
split-methods1.4920.0281.522
splitScaleTransform1.4790.0261.509
splitscale-class0.0390.0010.040
squareroot-class0.0380.0010.038
timeFilter-class2.4510.0452.501
transform-class0.0010.0000.002
transform1.6750.0191.698
transformFilter-class0.6390.0200.661
transformList-class0.9050.0110.918
transformMap-class0.0000.0000.001
transform_gate000
truncateTransform0.0490.0010.050
unitytransform-class0.0340.0010.035
write.FCS0.0700.0020.073
write.flowSet1.1960.0221.223