# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "data.sketches" in publications use:' type: software license: MIT title: 'data.sketches: Probabilistic Streaming Data Sketches' version: 0.1.0 abstract: Provides an interface to the 'Apache DataSketches' () library of streaming algorithms for approximate analytics on data too large to hold or process exactly. Sketches are compact, mergeable summaries built in a single pass over a stream that answer queries such as approximate distinct counts, quantiles and ranks, frequent items and point-frequency estimates, weighted sampling, and set membership with mathematically proven error bounds. Implements Karnin-Lang-Liberty (KLL), Relative Error Quantiles (REQ), t-Digest, HyperLogLog (HLL), Compressed Probabilistic Counting (CPC), Theta, Frequent Items, Count-Min, Array of Doubles, Variance Optimal (VarOpt), Exact and Bounded Probabilistic Proportional-to-Size (EBPPS), and Bloom filter sketches, with native serialization for interoperability with other 'Apache DataSketches' implementations. authors: - family-names: Baltazar given-names: Pedro email: pedrobtz@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/pedrobtz/data.sketches commit: f20309e07130dec2a2445aa492609cd88716fc4f url: https://pedrobtz.github.io/data.sketches/ date-released: '2026-07-09' contact: - family-names: Baltazar given-names: Pedro email: pedrobtz@gmail.com