A lossless compressed data format that uses a combination of the LZ77 algorithm and Huffman coding. Brotli is similar in speed to deflate (gzip) but offers more dense compression.
Version: | 1.2 |
Suggests: | spelling, knitr, R.rsp, microbenchmark, rmarkdown, ggplot2 |
Published: | 2018-05-13 |
Author: | Jeroen Ooms [aut, cre], Google, Inc [aut, cph] (Brotli C++ library) |
Maintainer: | Jeroen Ooms <jeroen at berkeley.edu> |
BugReports: | http://github.com/jeroen/brotli/issues |
License: | MIT + file LICENSE |
URL: | https://tools.ietf.org/html/rfc7932 (spec) https://github.com/google/brotli#readme (upstream) http://github.com/jeroen/brotli#read (devel) |
NeedsCompilation: | yes |
Language: | en-US |
Materials: | NEWS |
CRAN checks: | brotli results |
Reference manual: | brotli.pdf |
Vignettes: |
Text Compression in R: brotli, gzip, xz and bz2 Comparison of Brotli, Deflate, Zopfli, LZMA, LZHAM and Bzip2 Compression Algorithms |
Package source: | brotli_1.2.tar.gz |
Windows binaries: | r-devel: brotli_1.2.zip, r-release: brotli_1.2.zip, r-oldrel: brotli_1.2.zip |
macOS binaries: | r-release (arm64): brotli_1.2.tgz, r-oldrel (arm64): brotli_1.2.tgz, r-release (x86_64): brotli_1.2.tgz, r-oldrel (x86_64): brotli_1.2.tgz |
Old sources: | brotli archive |
Reverse imports: | reqres, rtsdata |
Please use the canonical form https://CRAN.R-project.org/package=brotli to link to this page.