Package: ImageArray
Type: Package
Title: A framework for on-disk and in-memory image arrays
Version: 1.1.5
Authors@R: c(
    person("Artür", "Manukyan", 
		     role=c("aut", "cre"),
	       email="artur-man@hotmail.com", 
	       comment=c(ORCID="0000-0002-0441-9517")),
    person("Helmholtz Association", role = "fnd",
           comment = c("https://www.helmholtz.de", ROR = "0281dp749"))
  )
Description: ImageArray provides a framework for on-disk and in-memory image 
             arrays, specifically for pyramidal images stored in HDF5, 
             Zarr and life sciences image file formats (OME Bio-Formats).
License: MIT + file LICENSE
Encoding: UTF-8
biocViews: Software, Visualization
Depends: R (>= 4.5.0), EBImage
Imports: methods, grDevices, S4Arrays, S4Vectors, DelayedArray, rhdf5,
        HDF5Array, Rarr (>= 2.1.27), ZarrArray, magick, tools,
        BiocGenerics
Suggests: testthat (>= 3.0.0), knitr, ggplot2, shiny, RBioFormats,
        BiocFileCache, BiocStyle
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/BIMSBbioinfo/ImageArray
BugReports: https://github.com/BIMSBbioinfo/ImageArray/issues
Config/roxygen2/version: 8.1.0
git_url: https://git.bioconductor.org/packages/ImageArray
git_branch: devel
git_last_commit: 2daba0b
git_last_commit_date: 2026-08-06
Repository: Bioconductor 3.24
Date/Publication: 2026-08-06
NeedsCompilation: no
Packaged: 2026-08-06 22:20:34 UTC; biocbuild
Author: Artür Manukyan [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0441-9517>),
  Helmholtz Association [fnd] (https://www.helmholtz.de, ROR:
    <https://ror.org/0281dp749>)
Maintainer: Artür Manukyan <artur-man@hotmail.com>
