forked from rsquaredacademy/rfm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.27 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
46
47
Type: Package
Package: rfm
Title: Recency, Frequency and Monetary Value Analysis
Version: 0.3.0
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9220-9669"))
Description: Tools for RFM (recency, frequency and monetary value) analysis.
Generate RFM score from both transaction and customer level data. Visualize the
relationship between recency, frequency and monetary value using heatmap,
histograms, bar charts and scatter plots. Includes a 'shiny' app for
interactive segmentation. References:
i. Blattberg R.C., Kim BD., Neslin S.A (2008) <doi:10.1007/978-0-387-72579-6_12>.
License: MIT + file LICENSE
URL: https://github.com/rsquaredacademy/rfm, https://rfm.rsquaredacademy.com/
BugReports: https://github.com/rsquaredacademy/rfm/issues
Depends:
R (>= 3.2)
Imports:
dplyr,
ggplot2,
magrittr,
RColorBrewer,
rlang,
scales,
stats,
treemapify,
utils,
xplorerr
Suggests:
cli,
covr,
DT,
gganimate,
gifski,
kableExtra,
knitr,
png,
plotly,
rmarkdown,
rmdformats,
testthat (>= 3.0.0),
vdiffr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3