Package: zstdlite Type: Package Title: Fast Compression and Serialization with 'Zstandard' Algorithm Version: 0.2.11 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com"), person("Yann", "Collet", role = c("aut"), comment = "Author of the embedded Zstandard library"), person("Meta Platforms, Inc. and affiliates.", role = "cph", comment = "Facebook is the copyright holder of the bundled Zstandard library") ) Maintainer: Mike Cheng Description: Fast, compressed serialization of R objects using the 'Zstandard' algorithm. The included zstandard connection ('zstdfile()') can be used to read/write compressed data by any code which supports R's built-in 'connections' mechanism. Dictionaries are supported for more effective compression of small data, and functions are provided for training these dictionaries. This implementation provides an R interface to advanced features of the 'Zstandard' 'C' library (available from ). URL: https://github.com/coolbutuseless/zstdlite BugReports: https://github.com/coolbutuseless/zstdlite/issues License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Copyright: This package includes code from the 'Zstandard' library owned by Meta Platforms, Inc. and affiliates. and created by Yann Collet. See file 'inst/COPYRIGHTS' for details. Suggests: knitr, rmarkdown, testthat, bench Depends: R (>= 4.1.0) VignetteBuilder: knitr Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2026-05-09 10:38:46 UTC RemoteUrl: https://github.com/coolbutuseless/zstdlite RemoteRef: HEAD RemoteSha: dd62a4817a483e167c3f5ae6bfddeda53c05c084 NeedsCompilation: yes Packaged: 2026-07-08 09:09:04 UTC; root Author: Mike Cheng [aut, cre, cph], Yann Collet [aut] (Author of the embedded Zstandard library), Meta Platforms, Inc. and affiliates. [cph] (Facebook is the copyright holder of the bundled Zstandard library)