-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 1.13 KB
/
DESCRIPTION
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
37
38
39
40
41
42
43
44
45
Package: tidybins
Type: Package
Title: Make Tidy Bins
Version: 0.1.1
Authors@R:
person(given = "Harrison",
family = "Tietze",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Harrison Tietze <[email protected]>
Description: Multiple ways to bin numeric columns with a tidy output. Wraps a variety of existing binning methods into one function, and includes a new method for binning by equal value, which is useful for sales data. Provides a function to automatically summarize the properties of the binned columns.
Encoding: UTF-8
RoxygenNote: 7.3.1
URL: https://harrison4192.github.io/tidybins/, https://github.com/Harrison4192/tidybins
BugReports: https://github.com/Harrison4192/tidybins/issues
Imports:
magrittr,
dplyr,
stringr,
tidyselect,
purrr,
janitor,
tibble,
rlang,
lubridate,
stats,
scales,
ggplot2,
rlist,
OneR,
strex,
ClusterR,
framecleaner,
xgboost,
badger,
autostats
Suggests:
knitr,
rmarkdown,
arulesCBA,
embed,
woeBinning,
recipes
VignetteBuilder: knitr
License: GPL (>= 3)