lazyarray
lazyarray copied to clipboard
Dev repository for R package lazyarray: A lightning tool to lazy load Giga-Byte-level data into memory
``` R version 4.3.1 (2023-06-16) -- "Beagle Scouts" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: powerpc-apple-darwin10.0.0d2 (32-bit) > library(testthat) > library(lazyarray) > > test_check("lazyarray") [ FAIL 81...
Hi Zhengjia Wang Thanks a lot for your great lazyarray package. I have a question (this is not an issue). Is it possible that `subset`ting a lazyarray again yields a...
## `purge` before benchmark I was profiling my package these days and I found a very interesting thing (not sure if this was only on my system, I'm using OSX...