-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Type: Package
Package: HistogramTools
Title: Utility Functions for R Histograms
Version: 0.4.0
Date: 2026-04-29
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 <murray@stokely.org>
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.
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