Package: binr Title: Cut Numeric Values into Evenly Distributed Groups Version: 1.1.2 Authors@R: person(given = "Sergei", family = "Izrailev", role = c("aut", "cre"), email = "sizrailev@jabiruventures.com") Description: Package binr (pronounced as "binner") provides algorithms for cutting numerical values exhibiting a potentially highly skewed distribution into evenly distributed groups (bins). This functionality can be applied for binning discrete values, such as counts, as well as for discretization of continuous values, for example, during generation of features used in machine learning algorithms. URL: https://github.com/jabiru/binr BugReports: https://github.com/jabiru/binr/issues Depends: R (>= 2.15), License: Apache License (== 2.0) Copyright: Copyright (C) Collective, Inc. | file inst/COPYRIGHTS NeedsCompilation: no Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = FALSE) RoxygenNote: 7.3.3 Repository: https://jabiru.r-universe.dev Date/Publication: 2026-03-17 21:57:44 UTC RemoteUrl: https://github.com/jabiru/binr RemoteRef: HEAD RemoteSha: f499de4a767f5783fda81972088a448738252788 Packaged: 2026-06-17 08:13:11 UTC; root Author: Sergei Izrailev [aut, cre] Maintainer: Sergei Izrailev