Package: blosc Title: Compress and Decompress Data Using the 'BLOSC' Library Version: 0.1.2.0002 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 Roxygen: list(markdown = TRUE) 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 Config/pak/sysreqs: libblosc-dev Repository: https://pepijn-devries.r-universe.dev Date/Publication: 2025-12-07 11:01:07 UTC RemoteUrl: https://github.com/pepijn-devries/blosc RemoteRef: master RemoteSha: 501fc85c494b267e3df4b53c2294ae0d94ff79ae NeedsCompilation: yes Packaged: 2026-07-05 09:32:33 UTC; root Author: Pepijn de Vries [aut, cre] (ORCID: ), Chris Maiwald [cph], Alexander Gessler [cph] Maintainer: Pepijn de Vries