Package: DelayedRandomArray
Version: 1.18.0
Date: 2024-07-05
Title: Delayed Arrays of Random Values
Description: Implements a DelayedArray of random values where the
        realization of the sampled values is delayed until they are
        needed. Reproducible sampling within any subarray is achieved
        by chunking where each chunk is initialized with a different
        random seed and stream. The usual distributions in the stats
        package are supported, along with scalar, vector and arrays for
        the parameters.
Authors@R: person("Aaron", "Lun", role=c("aut", "cre"), email="infinite.monkeys.with.keyboards@gmail.com")
License: GPL-3
Depends: SparseArray (>= 1.5.15), DelayedArray (>= 0.31.6)
Imports: methods, dqrng, Rcpp
LinkingTo: dqrng, BH, Rcpp
Suggests: testthat, knitr, BiocStyle, rmarkdown, Matrix
biocViews: DataRepresentation
BugReports: https://github.com/LTLA/DelayedRandomArray/issues
URL: https://github.com/LTLA/DelayedRandomArray
SystemRequirements: C++11
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/pak/sysreqs: zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-10-29 15:08:35 UTC
RemoteUrl: https://github.com/bioc/DelayedRandomArray
RemoteRef: RELEASE_3_22
RemoteSha: a060a759c035f34fb8b1bc81c0e360f895951b81
NeedsCompilation: yes
Packaged: 2025-11-18 07:26:13 UTC; root
Author: Aaron Lun [aut, cre]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-18 07:28:13 UTC; windows
Archs: x64
