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.0 |
Suggests: | knitr, R.rsp, microbenchmark, rmarkdown, ggplot2 |
Published: | 2017-03-18 |
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 https://github.com/google/brotli#readme |
NeedsCompilation: | yes |
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.0.tar.gz |
Windows binaries: | r-devel: brotli_1.0.zip, r-release: brotli_1.0.zip, r-oldrel: brotli_1.0.zip |
OS X El Capitan binaries: | r-release: brotli_1.0.tgz |
OS X Mavericks binaries: | r-oldrel: brotli_1.0.tgz |
Old sources: | brotli archive |
Reverse imports: | reqres |
Please use the canonical form https://CRAN.R-project.org/package=brotli to link to this page.