Type: Package
Package: rfm
Title: Recency, Frequency and Monetary Value Analysis
Version: 0.2.2
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", 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, ggthemes, lubridate, magrittr, RColorBrewer,
        rlang, stats, tibble, tidyr, utils, xplorerr
Suggests: covr, DT, kableExtra, knitr, rmarkdown, testthat, vdiffr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-07-18 07:21:54 UTC; HP
Author: Aravind Hebbali [aut, cre] (<https://orcid.org/0000-0001-9220-9669>)
Maintainer: Aravind Hebbali <hebbali.aravind@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-21 11:10:03 UTC
Built: R 4.1.3; ; 2023-04-17 18:45:10 UTC; windows
