Package: brotli Type: Package Title: A Compression Format Optimized for the Web Version: 1.3.2 Authors@R: c( person("Jeroen", "Ooms", ,"jeroenooms@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")), person("Google, Inc", role = c("aut","cph"), comment = "Brotli C++ library")) Description: 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. License: MIT + file LICENSE URL: https://jeroen.r-universe.dev/brotli BugReports: https://github.com/jeroen/brotli/issues VignetteBuilder: knitr, R.rsp Suggests: spelling, knitr, R.rsp, microbenchmark, rmarkdown, ggplot2 RoxygenNote: 6.0.1 Language: en-US Repository: https://jeroen.r-universe.dev Date/Publication: 2025-07-02 19:58:17 UTC RemoteUrl: https://github.com/jeroen/brotli RemoteRef: HEAD RemoteSha: ff9007292b32da4a2dd8f50e0ca2397d6fdb248f NeedsCompilation: yes Packaged: 2026-06-07 10:33:15 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), Google, Inc [aut, cph] (Brotli C++ library) Maintainer: Jeroen Ooms