Package: zstdlite Type: Package Title: Fast Compression and Serialization with 'Zstandard' Algorithm Version: 0.2.6 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com"), person("Yann", "Collet", role = c("ctb", "cph"), comment = "Author of the embedded zstandard library"), person("Meta Platforms, Inc. and affiliates.", role = "cph", comment = "Facebook is the copyright holder of the bundled zstd library") ) Maintainer: Mike Cheng Description: Fast, compressed serialization of R objects using the 'Zstandard' algorithm. R objects can be compressed and decompressed quickly using the standard serialization mechanism in R. Raw byte vectors and strings are also handled directly for compatibility with compressed data created by other systems and programs supporting 'Zstandard' compression. Dictionaries are supported for more effective compression of small data, and functions are provided for training these dictionaries. This implementation is a wrapper around the 'Zstandard' 'C' library which is 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.1 Copyright: This package includes code from the 'zstd' 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://r-multiverse.r-universe.dev Date/Publication: 2024-03-10 06:19:56 UTC RemoteUrl: https://github.com/coolbutuseless/zstdlite RemoteRef: v0.2.6 RemoteSha: 585458ccbe36eaa179d8b30f04f1e3a91dc6b993 NeedsCompilation: yes Packaged: 2026-04-01 05:24:46 UTC; root Author: Mike Cheng [aut, cre, cph], Yann Collet [ctb, cph] (Author of the embedded zstandard library), Meta Platforms, Inc. and affiliates. [cph] (Facebook is the copyright holder of the bundled zstd library)