Back to Multiple platform build/check report for BioC 3.24:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

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 1876/2366HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
S4Vectors 0.51.1  (landing page)
Hervé Pagès
Snapshot Date: 2026-05-05 13:45 -0400 (Tue, 05 May 2026)
git_url: https://git.bioconductor.org/packages/S4Vectors
git_branch: devel
git_last_commit: a371782
git_last_commit_date: 2026-04-29 00:44:17 -0400 (Wed, 29 Apr 2026)
nebbiolo2Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  
See other builds for S4Vectors in R Universe.


CHECK results for S4Vectors on taishan

To the developers/maintainers of the S4Vectors package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/S4Vectors.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: S4Vectors
Version: 0.51.1
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:S4Vectors.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings S4Vectors_0.51.1.tar.gz
StartedAt: 2026-05-05 13:37:22 -0000 (Tue, 05 May 2026)
EndedAt: 2026-05-05 13:39:26 -0000 (Tue, 05 May 2026)
EllapsedTime: 124.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: S4Vectors.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.24-bioc/meat/S4Vectors.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 ‘S4Vectors/DESCRIPTION’ ... OK
* this is package ‘S4Vectors’ version ‘0.51.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 ‘S4Vectors’ can be installed ... OK
* used C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’
* 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 whether startup messages can be suppressed ... OK
* checking dependencies in R code ... NOTE
Unexported objects imported by ':::' calls:
  ‘data.table:::as.data.frame.data.table’
  ‘stats:::na.exclude.data.frame’ ‘stats:::na.omit.data.frame’
  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 ... NOTE
.find_named_arg_enclos: no visible global function definition for
  ‘%notin%’
evalSeparately,FilterRules : <anonymous>: no visible global function
  definition for ‘.’
Undefined global functions or variables:
  %notin% .
* 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 line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* 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
shiftApply-methods        15.307  0.200  15.532
TransposedDataFrame-class  5.953  0.152   6.117
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘run_unitTests.R’
 ERROR
Running the tests in ‘tests/run_unitTests.R’ failed.
Last 13 lines of output:
  
  Error in BiocGenerics:::testPackage("S4Vectors") : 
    unit tests failed for package S4Vectors
  Calls: <Anonymous> -> <Anonymous>
  In addition: Warning messages:
  1: In combineUniqueCols(X, Y, Z, use.names = FALSE) :
    different values in multiple instances of column 'dup', ignoring this column
    in DFrame 2
  2: In combineUniqueCols(X, Y, Z) :
    different values for shared rows in multiple instances of column 'dup',
    ignoring this column in DFrame 2
  3: In combineUniqueCols(x, y2) :
    different values for shared rows in multiple instances of column 'X',
    ignoring this column in DFrame 2
  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, 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.24-bioc/meat/S4Vectors.Rcheck/00check.log’
for details.


Installation output

S4Vectors.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’
* installing *source* package ‘S4Vectors’ ...
** this is package ‘S4Vectors’ version ‘0.51.1’
** using staged installation
** libs
using C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c AEbufs.c -o AEbufs.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c DFrame_class.c -o DFrame_class.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c Hits_class.c -o Hits_class.o
Hits_class.c: In function ‘tsort_hits’:
Hits_class.c:113:17: warning: ‘memcpy’ specified bound between 18446744065119617024 and 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
  113 |                 memcpy(from_in, from_out, sizeof(int) * nLnode);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hits_class.c: In function ‘qsort_hits’:
Hits_class.c:74:25: warning: ‘memcpy’ specified bound between 18446744065119617024 and 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
   74 |                         memcpy(from_in, revmap, sizeof(int) * nhit);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hits_class.c:74:25: warning: ‘memcpy’ specified bound between 18446744065119617024 and 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
In file included from /home/biocbuild/R/R-4.5.0/include/Rdefines.h:41,
                 from ../inst/include/S4Vectors_defines.h:18,
                 from S4Vectors.h:1,
                 from Hits_class.c:4:
Hits_class.c: In function ‘Hits_new’:
/home/biocbuild/R/R-4.5.0/include/Rinternals.h:926:33: warning: ‘revmap’ may be used uninitialized [-Wmaybe-uninitialized]
  926 | #define defineVar               Rf_defineVar
Hits_class.c:291:9: note: in expansion of macro ‘defineVar’
  291 |         defineVar(install(translateChar(symbol)), revmap, revmap_envir);
      |         ^~~~~~~~~
Hits_class.c:266:19: note: ‘revmap’ was declared here
  266 |         SEXP ans, revmap, symbol;
      |                   ^~~~~~
Hits_class.c: In function ‘select_hits’:
Hits_class.c:395:48: warning: ‘is_used’ may be used uninitialized [-Wmaybe-uninitialized]
  395 |                                         is_used->elts[ans_elt - 1] = 1;
      |                                         ~~~~~~~^~~~~~
Hits_class.c:360:17: note: ‘is_used’ was declared here
  360 |         CharAE *is_used;
      |                 ^~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c LLint_class.c -o LLint_class.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c List_class.c -o List_class.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c R_init_S4Vectors.c -o R_init_S4Vectors.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c Rle_class.c -o Rle_class.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c Rle_utils.c -o Rle_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c SEXP_utils.c -o SEXP_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c SimpleList_class.c -o SimpleList_class.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c character_utils.c -o character_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c hash_utils.c -o hash_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c integer_utils.c -o integer_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c logical_utils.c -o logical_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c map_ranges_to_runs.c -o map_ranges_to_runs.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c raw_utils.c -o raw_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c safe_arithm.c -o safe_arithm.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c sort_utils.c -o sort_utils.o
sort_utils.c:267:13: warning: ‘sort_uchar_array’ defined but not used [-Wunused-function]
  267 | static void sort_uchar_array(unsigned char *x, int nelt, int desc)
      |             ^~~~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c subsetting_utils.c -o subsetting_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -c vector_utils.c -o vector_utils.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -shared -L/home/biocbuild/R/R-4.5.0/lib -L/usr/local/lib -o S4Vectors.so AEbufs.o DFrame_class.o Hits_class.o LLint_class.o List_class.o R_init_S4Vectors.o Rle_class.o Rle_utils.o SEXP_utils.o SimpleList_class.o character_utils.o hash_utils.o integer_utils.o logical_utils.o map_ranges_to_runs.o raw_utils.o safe_arithm.o sort_utils.o subsetting_utils.o vector_utils.o -L/home/biocbuild/R/R-4.5.0/lib -lR
installing to /home/biocbuild/R/R-4.5.0/site-library/00LOCK-S4Vectors/00new/S4Vectors/libs
** R
** inst
** byte-compile and prepare package for lazy loading
in method for ‘normalizeSingleBracketReplacementValue’ with signature ‘"List"’: no definition for class “List”
Creating a new generic function for ‘unname’ in package ‘S4Vectors’
Creating a new generic function for ‘expand.grid’ in package ‘S4Vectors’
Creating a new generic function for ‘findMatches’ in package ‘S4Vectors’
in method for ‘coerce’ with signature ‘"Hits","DFrame"’: no definition for class “DFrame”
Creating a generic function for ‘as.factor’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘tabulate’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘cov’ from package ‘stats’ in package ‘S4Vectors’
Creating a generic function for ‘cor’ from package ‘stats’ in package ‘S4Vectors’
Creating a generic function for ‘smoothEnds’ from package ‘stats’ in package ‘S4Vectors’
Creating a generic function for ‘runmed’ from package ‘stats’ in package ‘S4Vectors’
Creating a generic function for ‘nchar’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘substr’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘substring’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘chartr’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘tolower’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘toupper’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘sub’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘gsub’ from package ‘base’ in package ‘S4Vectors’
Creating a generic function for ‘nlevels’ from package ‘base’ in package ‘S4Vectors’
in method for ‘coerce’ with signature ‘"data.table","DFrame"’: no definition for class “data.table”
Creating a generic function for ‘complete.cases’ from package ‘stats’ in package ‘S4Vectors’
** 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 (S4Vectors)

Tests output

S4Vectors.Rcheck/tests/run_unitTests.Rout.fail


R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six"
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.

> require("S4Vectors") || stop("unable to load S4Vectors package")
Loading required package: S4Vectors
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: generics

Attaching package: 'generics'

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

    as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
    setequal, union


Attaching package: 'BiocGenerics'

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, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
    mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
    unsplit, which.max, which.min


Attaching package: 'S4Vectors'

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

    findMatches

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

    I, expand.grid, unname

[1] TRUE
> S4Vectors:::.test()
Timing stopped at: 0.012 0 0.012
Error in argname %notin% names(sys.call(which)) : 
  could not find function "%notin%"
Timing stopped at: 0.013 0 0.013
Error in argname %notin% names(sys.call(which)) : 
  could not find function "%notin%"
Loading required package: Seqinfo


RUNIT TEST PROTOCOL -- Tue May  5 13:39:17 2026 
*********************************************** 
Number of test functions: 81 
Number of errors: 2 
Number of failures: 0 

 
1 Test Suite : 
S4Vectors RUnit Tests - 81 test functions, 2 errors, 0 failures
ERROR in test_DataFrame_transform: Error in argname %notin% names(sys.call(which)) : 
  could not find function "%notin%"
ERROR in test_DataFrame_transform_through_wrapper_dots: Error in argname %notin% names(sys.call(which)) : 
  could not find function "%notin%"

Test files with failing tests

   test_DataFrame-class.R 
     test_DataFrame_transform 
     test_DataFrame_transform_through_wrapper_dots 


Error in BiocGenerics:::testPackage("S4Vectors") : 
  unit tests failed for package S4Vectors
Calls: <Anonymous> -> <Anonymous>
In addition: Warning messages:
1: In combineUniqueCols(X, Y, Z, use.names = FALSE) :
  different values in multiple instances of column 'dup', ignoring this column
  in DFrame 2
2: In combineUniqueCols(X, Y, Z) :
  different values for shared rows in multiple instances of column 'dup',
  ignoring this column in DFrame 2
3: In combineUniqueCols(x, y2) :
  different values for shared rows in multiple instances of column 'X',
  ignoring this column in DFrame 2
Execution halted

Example timings

S4Vectors.Rcheck/S4Vectors-Ex.timings

nameusersystemelapsed
Annotated-class0.9620.0280.992
DataFrame-class0.2970.0040.302
DataFrame-combine0.3890.0040.394
DataFrame-comparison0.090.000.09
DataFrame-utils0.2490.0040.253
DataFrameFactor-class0.070.000.07
Factor-class0.2340.0000.234
FilterRules-class0.1130.0000.113
Hits-class0.0750.0000.075
Hits-comparison0.0390.0000.040
Hits-setops0.1310.0000.131
HitsList-class0.0910.0000.092
LLint-class0.0310.0000.031
List-class0.6020.0040.606
List-comparison0.0970.0000.097
List-utils0.0950.0000.095
Pairs-class0.0530.0000.053
RectangularData-class0.0000.0000.001
Rle-class0.0830.0020.085
Rle-runstat0.1890.0000.190
Rle-utils0.0230.0000.023
SimpleList-class0.0380.0000.038
TransposedDataFrame-class5.9530.1526.117
Vector-class0.0010.0000.002
Vector-comparison0.0660.0040.070
Vector-merge0.6740.0720.748
Vector-setops000
aggregate-methods0.2130.0200.234
character-utils0.0030.0000.004
expand-methods0.4560.0000.458
integer-utils0.0010.0000.000
isSorted0.0020.0020.004
shiftApply-methods15.307 0.20015.532
show-utils0.0280.0040.031
splitAsList0.0910.0020.094
stack-methods0.0590.0040.063
zip-methods0.0170.0000.017