Package: blosc
Title: Compress and Decompress Data Using the 'BLOSC' Library
Version: 0.1.1
Authors@R: 
    c(
      person("Pepijn", "de Vries", role = c("aut", "cre"),
             email = "pepijn.devries@outlook.com",
             comment = c(ORCID = "0000-0002-7961-6646")),
      person("Chris", "Maiwald", role = c("cph")),
      person("Alexander", "Gessler", role = c("cph"))
    )
Description: Arrays of structured data types can require large volumes of disk
    space to store. 'Blosc' is a library that provides a fast and efficient way
    to compress such data. It is often applied in storage of n-dimensional
    arrays, such as in the case of the geo-spatial 'zarr' file format. This
    package can be used to compress and decompress data using 'Blosc'.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.3)
Suggests: dplyr, knitr, reticulate, rmarkdown, spelling, testthat (>=
        3.0.0)
LinkingTo: cpp11
URL: https://pepijn-devries.github.io/blosc/,
        https://github.com/pepijn-devries/blosc/
BugReports: https://github.com/pepijn-devries/blosc/issues
SystemRequirements: blosc: blosc-devel (rpm) or libblosc-dev (deb)
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: yes
Packaged: 2025-09-09 21:00:27 UTC; vries171
Author: Pepijn de Vries [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7961-6646>),
  Chris Maiwald [cph],
  Alexander Gessler [cph]
Maintainer: Pepijn de Vries <pepijn.devries@outlook.com>
Repository: CRAN
Date/Publication: 2025-09-11 10:00:19 UTC
