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

CHECK report for DelayedArray on malbec1

This page was generated on 2019-04-16 11:52:29 -0400 (Tue, 16 Apr 2019).

Package 388/1649HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DelayedArray 0.8.0
Hervé Pagès
Snapshot Date: 2019-04-15 17:01:12 -0400 (Mon, 15 Apr 2019)
URL: https://git.bioconductor.org/packages/DelayedArray
Branch: RELEASE_3_8
Last Commit: 7c23cf4
Last Changed Date: 2018-10-30 13:55:54 -0400 (Tue, 30 Oct 2018)
malbec1 Linux (Ubuntu 16.04.6 LTS) / x86_64  OK  OK [ WARNINGS ]UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: DelayedArray
Version: 0.8.0
Command: /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD check --install=check:DelayedArray.install-out.txt --library=/home/biocbuild/bbs-3.8-bioc/R/library --no-vignettes --timings DelayedArray_0.8.0.tar.gz
StartedAt: 2019-04-15 23:23:58 -0400 (Mon, 15 Apr 2019)
EndedAt: 2019-04-15 23:31:44 -0400 (Mon, 15 Apr 2019)
EllapsedTime: 466.1 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: DelayedArray.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.8-bioc/meat/DelayedArray.Rcheck’
* using R version 3.5.3 (2019-03-11)
* 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.8.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Depends: includes the non-default packages:
  ‘stats4’ ‘matrixStats’ ‘BiocGenerics’ ‘S4Vectors’ ‘IRanges’
  ‘BiocParallel’
Adding so many packages to the search path is excessive and importing
selectively is preferable.
* 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 ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... 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:::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 ... NOTE
.predict_compressed_size: no visible global function definition for
  ‘object.size’
compress_atomic_vector: no visible global function definition for
  ‘object.size’
Undefined global functions or variables:
  object.size
Consider adding
  importFrom("utils", "object.size")
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 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 or elapsed time > 5s
                     user system elapsed
DelayedArray-utils 14.296  0.152  14.547
DelayedArray-class  7.760  0.160   7.953
* 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: 1 WARNING, 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.8-bioc/meat/DelayedArray.Rcheck/00check.log’
for details.



Installation output

DelayedArray.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.8-bioc/R/library’
* installing *source* package ‘DelayedArray’ ...
** libs
gcc -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-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.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-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.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c abind.c -o abind.o
gcc -shared -L/home/biocbuild/bbs-3.8-bioc/R/lib -L/usr/local/lib -o DelayedArray.so R_init_DelayedArray.o S4Vectors_stubs.o abind.o -L/home/biocbuild/bbs-3.8-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.8-bioc/R/library/DelayedArray/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘aperm’ in package ‘DelayedArray’
in method for ‘coerce’ with signature ‘"dgCMatrix","SparseArraySeed"’: no definition for class “dgCMatrix”
in method for ‘coerce’ with signature ‘"SparseArraySeed","dgCMatrix"’: no definition for class “dgCMatrix”
in method for ‘coerce’ with signature ‘"SparseArraySeed","sparseMatrix"’: no definition for class “sparseMatrix”
in method for ‘coerce’ with signature ‘"DelayedMatrix","dgCMatrix"’: no definition for class “dgCMatrix”
in method for ‘coerce’ with signature ‘"DelayedMatrix","sparseMatrix"’: no definition for class “sparseMatrix”
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
* DONE (DelayedArray)

Tests output

DelayedArray.Rcheck/tests/run_unitTests.Rout


R version 3.5.3 (2019-03-11) -- "Great Truth"
Copyright (C) 2019 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, colMeans, colSums, colnames,
    dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
    intersect, is.unsorted, lapply, lengths, mapply, match, mget,
    order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
    rowMeans, rowSums, 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
Loading required package: BiocParallel

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

[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 .normalize_dimnames(dimnames, seed_ndim) : 
  the supplied dimnames must be a list
Error in .normalize_dimnames(dimnames, seed_ndim) : 
  the supplied dimnames must have one list element per dimension in the
  array-like object
Error in .normalize_dimnames(dimnames, seed_ndim) : 
  the supplied dimnames must have one list element per dimension in the
  array-like object
Error in validObject(.Object) : invalid class "DelayedDimnames" object: 
    each list element in 'x@dimnames' must be NULL, or a character vector
    of length the extent of the corresponding dimension, or special value
    -1
Error in validObject(.Object) : invalid class "DelayedDimnames" object: 
    each list element in 'x@dimnames' must be NULL, or a character vector
    of length the extent of the corresponding dimension, or special value
    -1
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().
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().
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().
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().
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().
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 -- Mon Apr 15 23:31:40 2019 
*********************************************** 
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 
372.972  52.640 342.753 

Example timings

DelayedArray.Rcheck/DelayedArray-Ex.timings

nameusersystemelapsed
Array-class0.0040.0000.002
ArrayGrid-class0.6320.0040.634
DelayedArray-class7.7600.1607.953
DelayedArray-stats2.4000.0322.444
DelayedArray-utils14.296 0.15214.547
DelayedMatrix-stats2.9800.1003.085
RealizationSink-class1.0520.0201.076
RleArray-class0.8200.0080.828
SparseArraySeed-class1.5640.0281.668
bind-arrays0.0040.0000.002
blockGrid0.5760.0440.620
block_processing0.0480.0640.173
chunkGrid0.0000.0000.001
extract_array0.0040.0000.001
linearInd0.0040.0040.007
makeCappedVolumeBox0.2040.0640.160
mapToGrid0.0280.0040.030
read_block0.1840.0080.190
realize2.4080.1202.551
showtree0.9200.0120.953