Package: lz4lite Type: Package Title: Extremely Fast Compression and Serialization with LZ4 Version: 1.0.0 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com"), person("Yann", "Collet", role = c("cph"), comment="Author of bundled lz4 code") ) Maintainer: mikefc Description: 'LZ4' is an extremely fast compression standard with compression speeds of hundreds of megabytes per second, and decompression speeds of over a gigabyte per second. Use this package to compress data and serialize arbitrary objects to files or raw vectors. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 Copyright: The included 'lz4' code is Copyright Yann Collet. See 'COPYRIGHTS' for LICENSE for included code. Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2025-05-24 09:05:41 UTC RemoteUrl: https://github.com/coolbutuseless/lz4lite RemoteRef: HEAD RemoteSha: b74487e2b0067d454cb5b4f9a08c09f833746431 NeedsCompilation: yes Packaged: 2026-06-19 06:50:49 UTC; root Author: Mike Cheng [aut, cre, cph], Yann Collet [cph] (Author of bundled lz4 code)