Type: Package Package: HistogramTools Title: Utility Functions for R Histograms Version: 0.4.1 Date: 2026-05-06 Authors@R: c( person("Murray", "Stokely", , "murray@stokely.org", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0008-3390-1338")), person(, "Google, Inc.", role = "cph"), person("Tim", "Hesterberg", , "rocket@google.com", role = "ctb") ) Maintainer: Murray Stokely Description: Provides a number of utility functions useful for manipulating large histograms. This includes methods to trim, subset, merge buckets, merge histograms, convert to CDF, and calculate information loss due to binning. It also provides a protocol buffer representation of R's native histogram class to allow histograms over large data sets to be computed and combined in distributed analytical pipelines. Implements bin-by-bin histogram distance measures described in Rubner, Tomasi and Guibas (2000) , Swain and Ballard (1991) , and Puzicha, Hofmann and Buhmann (1997) , and average shifted histograms as in Scott (2015, ISBN:9781118575536). License: Apache License 2.0 URL: https://github.com/murraystokely/histogramtools BugReports: https://github.com/murraystokely/histogramtools/issues Imports: ash, Hmisc Suggests: emdist, gdata, testthat (>= 3.0.0) Enhances: RProtoBuf Classification/ACM: G.3 Config/testthat/edition: 3 Copyright: Copyright 2011-2015 Google, Inc. Copyright 2026 Murray Stokely Encoding: UTF-8 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://murraystokely.r-universe.dev Date/Publication: 2026-05-06 18:16:25 UTC RemoteUrl: https://github.com/murraystokely/histogramtools RemoteRef: HEAD RemoteSha: 98a1f51dbeb80d3f23d8a8fed26c8b0160dc2836 NeedsCompilation: no Packaged: 2026-06-12 07:25:07 UTC; root Author: Murray Stokely [aut, cre, cph] (ORCID: ), Google, Inc. [cph], Tim Hesterberg [ctb]