Back to Multiple platform build/check report for BioC 3.11
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

CHECK report for DelayedArray on malbec2

This page was generated on 2020-10-17 11:54:39 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE DelayedArray PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 445/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DelayedArray 0.14.1
Hervé Pagès
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/DelayedArray
Branch: RELEASE_3_11
Last Commit: 52230a4
Last Changed Date: 2020-07-13 17:41:19 -0400 (Mon, 13 Jul 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK [ WARNINGS ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: DelayedArray
Version: 0.14.1
Command: /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:DelayedArray.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings DelayedArray_0.14.1.tar.gz
StartedAt: 2020-10-17 00:35:08 -0400 (Sat, 17 Oct 2020)
EndedAt: 2020-10-17 00:44:51 -0400 (Sat, 17 Oct 2020)
EllapsedTime: 582.3 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: DelayedArray.Rcheck
Warnings: 3

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:DelayedArray.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings DelayedArray_0.14.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.11-bioc/meat/DelayedArray.Rcheck’
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘DelayedArray/DESCRIPTION’ ... OK
* this is package ‘DelayedArray’ version ‘0.14.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 ‘DelayedArray’ can be installed ... WARNING
Found the following significant warnings:
  compress_atomic_vector.c:66:9: warning: ‘ans’ is used uninitialized in this function [-Wuninitialized]
  compress_atomic_vector.c:73:9: warning: ‘ans’ is used uninitialized in this function [-Wuninitialized]
  compress_atomic_vector.c:85:9: warning: ‘ans’ is used uninitialized in this function [-Wuninitialized]
  compress_atomic_vector.c:92:9: warning: ‘ans’ is used uninitialized in this function [-Wuninitialized]
See ‘/home/biocbuild/bbs-3.11-bioc/meat/DelayedArray.Rcheck/00install.out’ for details.
* 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 ... WARNING
Subdirectory 'inst/doc' contains invalid file names:
  ‘02-Implementing_a_backend.Rmd’ ‘01-Working_with_large_arrays.Rnw’
  ‘02-Implementing_a_backend.html’ ‘01-Working_with_large_arrays.pdf’
Please remove or rename the files.
See section ‘Package subdirectories’ in the ‘Writing R Extensions’
manual.
* 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 ... NOTE
Unexported objects imported by ':::' calls:
  ‘BiocGenerics:::replaceSlots’ ‘BiocGenerics:::testPackage’
  ‘S4Vectors:::.list.names’ ‘S4Vectors:::anyMissing’
  ‘S4Vectors:::anyMissingOrOutside’ ‘S4Vectors:::delete_NULLs’
  ‘S4Vectors:::diffWithInitialZero’
  ‘S4Vectors:::extract_positions_from_Rle’ ‘S4Vectors:::new_DataFrame’
  ‘S4Vectors:::prepare_objects_to_bind’
  ‘S4Vectors:::rep.int_along_ROWS’ ‘S4Vectors:::sapply_isNULL’
  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 ... WARNING
Undocumented code objects:
  ‘multGrids’
Undocumented S4 methods:
  generic '[' and siglist 'DelayedArray,ANY,ANY,ANY'
  generic '[<-' and siglist 'DelayedArray,ANY,ANY,ANY'
  generic 'crossprod' and siglist 'ANY,DelayedMatrix'
  generic 'crossprod' and siglist 'DelayedMatrix,ANY'
  generic 'crossprod' and siglist 'DelayedMatrix,DelayedMatrix'
  generic 'crossprod' and siglist 'DelayedMatrix,missing'
  generic 'dimnames<-' and siglist 'DelayedArray,ANY'
  generic 'tcrossprod' and siglist 'ANY,DelayedMatrix'
  generic 'tcrossprod' and siglist 'DelayedMatrix,ANY'
  generic 'tcrossprod' and siglist 'DelayedMatrix,DelayedMatrix'
  generic 'tcrossprod' and siglist 'DelayedMatrix,missing'
  generic 'type<-' and siglist 'DelayedArray'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                      user system elapsed
RleArray-class      48.941  3.504  52.455
DelayedMatrix-utils 31.589  1.340  32.930
dgCMatrix-utils     21.848  0.584  22.435
DelayedArray-utils  11.860  0.147  12.088
DelayedArray-class   6.637  0.148   6.785
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘run_unitTests.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 WARNINGs, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.11-bioc/meat/DelayedArray.Rcheck/00check.log’
for details.



Installation output

DelayedArray.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL DelayedArray
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.11-bioc/R/library’
* installing *source* package ‘DelayedArray’ ...
** using staged installation
** libs
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/S4Vectors/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c R_init_DelayedArray.c -o R_init_DelayedArray.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/S4Vectors/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c S4Vectors_stubs.c -o S4Vectors_stubs.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/S4Vectors/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c abind.c -o abind.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/S4Vectors/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c array_selection.c -o array_selection.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/S4Vectors/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c compress_atomic_vector.c -o compress_atomic_vector.o
compress_atomic_vector.c: In function ‘C_encode_atomic_vector’:
compress_atomic_vector.c:66:9: warning: ‘ans’ is used uninitialized in this function [-Wuninitialized]
  return ans;
         ^~~
compress_atomic_vector.c: In function ‘C_decode_atomic_vector’:
compress_atomic_vector.c:73:9: warning: ‘ans’ is used uninitialized in this function [-Wuninitialized]
  return ans;
         ^~~
compress_atomic_vector.c: In function ‘C_compress_atomic_vector’:
compress_atomic_vector.c:85:9: warning: ‘ans’ is used uninitialized in this function [-Wuninitialized]
  return ans;
         ^~~
compress_atomic_vector.c: In function ‘C_decompress_atomic_vector’:
compress_atomic_vector.c:92:9: warning: ‘ans’ is used uninitialized in this function [-Wuninitialized]
  return ans;
         ^~~
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/S4Vectors/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c dgCMatrix_utils.c -o dgCMatrix_utils.o
gcc -shared -L/home/biocbuild/bbs-3.11-bioc/R/lib -L/usr/local/lib -o DelayedArray.so R_init_DelayedArray.o S4Vectors_stubs.o abind.o array_selection.o compress_atomic_vector.o dgCMatrix_utils.o -L/home/biocbuild/bbs-3.11-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.11-bioc/R/library/00LOCK-DelayedArray/00new/DelayedArray/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘rowsum’ in package ‘DelayedArray’
Creating a new generic function for ‘aperm’ in package ‘DelayedArray’
Creating a generic function for ‘sweep’ from package ‘base’ in package ‘DelayedArray’
Creating a new generic function for ‘apply’ in package ‘DelayedArray’
Creating a generic function for ‘dnorm’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘pnorm’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘qnorm’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘dbinom’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘pbinom’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘qbinom’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘dpois’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘ppois’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘qpois’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘dlogis’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘plogis’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘qlogis’ from package ‘stats’ in package ‘DelayedArray’
Creating a new generic function for ‘rowMaxs’ in package ‘DelayedArray’
Creating a new generic function for ‘colMaxs’ in package ‘DelayedArray’
Creating a new generic function for ‘rowMins’ in package ‘DelayedArray’
Creating a new generic function for ‘colMins’ in package ‘DelayedArray’
Creating a new generic function for ‘rowRanges’ in package ‘DelayedArray’
Creating a new generic function for ‘colRanges’ in package ‘DelayedArray’
** 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 (DelayedArray)

Tests output

DelayedArray.Rcheck/tests/run_unitTests.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (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.

> require("DelayedArray") || stop("unable to load DelayedArray package")
Loading required package: DelayedArray
Loading required package: stats4
Loading required package: matrixStats
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

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

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

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, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

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

    expand.grid

Loading required package: IRanges

Attaching package: 'DelayedArray'

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

    colMaxs, colMins, colRanges, rowMaxs, rowMins, rowRanges

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

    aperm, apply, rowsum

[1] TRUE
> DelayedArray:::.test()
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 12 bytes (was 1e+08)
automatic block size set to 20 bytes (was 12)
automatic block size set to 50 bytes (was 20)
automatic block size set to 15000 bytes (was 50)
automatic block size set to 1e+08 bytes (was 15000)
automatic block size set to 12 bytes (was 1e+08)
automatic block size set to 20 bytes (was 12)
automatic block size set to 50 bytes (was 20)
automatic block size set to 15000 bytes (was 50)
automatic block size set to 1e+08 bytes (was 15000)
automatic block size set to 12 bytes (was 1e+08)
automatic block size set to 20 bytes (was 12)
automatic block size set to 50 bytes (was 20)
automatic block size set to 15000 bytes (was 50)
automatic block size set to 1e+08 bytes (was 15000)
automatic block size set to 12 bytes (was 1e+08)
automatic block size set to 20 bytes (was 12)
automatic block size set to 50 bytes (was 20)
automatic block size set to 15000 bytes (was 50)
automatic block size set to 1e+08 bytes (was 15000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 12 bytes (was 1e+08)
automatic block size set to 20 bytes (was 12)
automatic block size set to 50 bytes (was 20)
automatic block size set to 15000 bytes (was 50)
automatic block size set to 1e+08 bytes (was 15000)
automatic block size set to 12 bytes (was 1e+08)
automatic block size set to 20 bytes (was 12)
automatic block size set to 50 bytes (was 20)
automatic block size set to 15000 bytes (was 50)
automatic block size set to 1e+08 bytes (was 15000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 24 bytes (was 30000)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)

Attaching package: 'genefilter'

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

    rowSds, rowVars

automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
automatic block size set to 24 bytes (was 1e+08)
automatic block size set to 40 bytes (was 24)
automatic block size set to 100 bytes (was 40)
automatic block size set to 30000 bytes (was 100)
automatic block size set to 1e+08 bytes (was 30000)
Error in normarg_perm(perm, dim(seed)) : 'perm' must be an integer vector
Error in validObject(.Object) : invalid class "DelayedAperm" object: 
    'perm' cannot be an empty vector
Error in validObject(.Object) : invalid class "DelayedAperm" object: 
    only dimensions equal to 1 can be dropped
Error in validObject(.Object) : invalid class "DelayedAperm" object: 
    all non-NA values in 'perm' must be >= 1 and <= 'length(dim(a))'
Error in validObject(.Object) : invalid class "DelayedAperm" object: 
    only dimensions equal to 1 can be dropped
Error in normarg_dimnames(dimnames, seed_dim) : 
  the supplied 'dimnames' must be NULL or a list
Error in normarg_dimnames(dimnames, seed_dim) : 
  the supplied 'dimnames' must have one list element per dimension
Error in FUN(X[[i]], ...) : 
  each list element in the supplied 'dimnames' must be NULL or a
  character vector
Error in FUN(X[[i]], ...) : 
  length of 'dimnames[[1]]' (26) must equal the array extent (5)
Error in seed(x) : 
  seed() is not supported on a DelayedArray object with multiple seeds at
  the moment. Note that you can check the number of seeds with nseed().
  You can use 'seedApply(x, identity)' to extract all the seeds as a
  list.
Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function 'is_noop' for signature '"DelayedNaryIsoOp"'
Error in seed(x) : 
  seed() is not supported on a DelayedArray object with multiple seeds at
  the moment. Note that you can check the number of seeds with nseed().
  You can use 'seedApply(x, identity)' to extract all the seeds as a
  list.
Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function 'is_noop' for signature '"DelayedNaryIsoOp"'
Error in seed(x) : 
  seed() is not supported on a DelayedArray object with multiple seeds at
  the moment. Note that you can check the number of seeds with nseed().
  You can use 'seedApply(x, identity)' to extract all the seeds as a
  list.
Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function 'is_noop' for signature '"DelayedNaryIsoOp"'
Error in seed(x) : 
  seed() is not supported on a DelayedArray object with multiple seeds at
  the moment. Note that you can check the number of seeds with nseed().
  You can use 'seedApply(x, identity)' to extract all the seeds as a
  list.
Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function 'is_noop' for signature '"DelayedNaryIsoOp"'
Error in seed(x) : 
  seed() is not supported on a DelayedArray object with multiple seeds at
  the moment. Note that you can check the number of seeds with nseed().
  You can use 'seedApply(x, identity)' to extract all the seeds as a
  list.
Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function 'is_noop' for signature '"DelayedNaryIsoOp"'
Error in match.fun(OP) : 'NULL' is not a function, character or symbol
Error in match.fun(OP) : 
  'list(NULL)' is not a function, character or symbol
Error in get(as.character(FUN), mode = "function", envir = envir) : 
  object 'not-an-existing-function' of mode 'function' was not found
Error in new_DelayedNaryIsoOp("<=", array(dim = 4:2), array(dim = 2:4)) : 
  non-conformable array-like objects
Error in normalizeNindex(Nindex, seed) : 
  'Nindex' must be a list with one list element per dimension in 'x'
Error in normalizeNindex(Nindex, seed) : 
  'Nindex' must be a list with one list element per dimension in 'x'
Error : subscript contains out-of-bounds indices
Error : subscript contains invalid names
Error : subscript contains out-of-bounds ranges
Error : subscript contains out-of-bounds ranges
Error in new_DelayedUnaryIsoOpStack(.TEST_SAS3, NULL) : 
  'OPS' must be a list
Error in FUN(X[[i]], ...) : 
  'OPS[[1L]]' is not a function, character or symbol
Error in get(as.character(FUN), mode = "function", envir = envir) : 
  object 'not-an-existing-function' of mode 'function' was not found
automatic block size set to 1e+07 bytes (was 1e+08)
automatic block size set to 1e+08 bytes (was 1e+07)


RUNIT TEST PROTOCOL -- Sat Oct 17 00:44:46 2020 
*********************************************** 
Number of test functions: 42 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
DelayedArray RUnit Tests - 42 test functions, 0 errors, 0 failures
Number of test functions: 42 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
329.090   0.987 338.544 

Example timings

DelayedArray.Rcheck/DelayedArray-Ex.timings

nameusersystemelapsed
Array-class0.0020.0000.003
ArrayGrid-class1.1320.0081.140
DelayedArray-class6.6370.1486.785
DelayedArray-stats2.0360.0522.088
DelayedArray-utils11.860 0.14712.088
DelayedMatrix-stats3.0690.1603.229
DelayedMatrix-utils31.589 1.34032.930
RealizationSink-class0.7970.0200.818
RleArray-class48.941 3.50452.455
SparseArraySeed-class0.3280.0000.327
array_selection0.0010.0000.002
bind-arrays0.0020.0000.003
blockApply0.0150.0000.015
blockGrid0.6430.0000.643
chunkGrid000
dgCMatrix-utils21.848 0.58422.435
extract_array0.0010.0000.001
makeCappedVolumeBox0.2480.0000.248
mapToGrid0.0230.0040.027
read_block0.1250.0000.125
realize1.8230.0601.894
showtree0.1880.0360.223
simplify0.4170.0000.417