The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
n vector against a
square n-by-n matrix is
ambiguous (the length matches both dimensions). delarr
continues to resolve this to row-aligned (one value per row, matching
base R recycling), but now emits a warning at operation-construction
time so the choice is explicit. Pass a conformable matrix
(e.g. matrix(v, n, n, byrow = TRUE)) for column alignment.
Silence the warning with
options(delarr.warn_ambiguous_broadcast = FALSE).First public release.
delarr arrays with a fused, chunk-aware execution
engine.d_map(), d_map2(),
d_center(), d_scale(),
d_zscore(), d_detrend(),
d_reduce(), d_where(), and
d_aperm(), all of which stay lazy until
collect().d_matmul().delarr_mem() (in-memory matrices and
N-d arrays), delarr_hdf5() (HDF5 datasets, including N-d),
delarr_mmap() (memory-mapped 2D matrices), and
delarr_backend() for custom pull functions.hdf5_writer() and
collect(into = ...).block_apply() for chunk-wise computation.notes/.rlang. The
hdf5r and mmap backends are now optional
(Suggests); the corresponding constructors raise an
informative error when the package is not installed.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.