<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Probabilistic Streaming Data Sketches</dc:title>
  <dc:title>R package data.sketches version 0.1.0</dc:title>
  <dc:description>Provides an interface to the 'Apache DataSketches'
    (&lt;https://datasketches.apache.org/&gt;) 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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.1.0)</dc:relation>
  <dc:relation>Imports: R6, rlang</dc:relation>
  <dc:relation>LinkingTo: cpp11</dc:relation>
  <dc:relation>Suggests: testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>Pedro Baltazar &lt;pedrobtz@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Pedro Baltazar [aut, cre, cph],
  The Apache Software Foundation [ctb] (Author of bundled Apache
    DataSketches C++ code),
  Stephan Brumme [ctb] (Author of bundled xxhash64.h code),
  Austin Appleby [ctb] (Author of bundled public-domain MurmurHash3 code),
  Sean Eron Anderson [ctb] (Author of bundled public-domain bit-hack code
    used in ceiling_power_of_2.hpp)</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=data.sketches/LICENSE)</dc:rights>
  <dc:date>2026-07-09</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=data.sketches</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.data.sketches</dc:identifier>
</oai_dc:dc>
