Package: didrooRFM
Title: Compute Recency Frequency Monetary Scores for your Customer Data
Version: 1.0.0
Authors@R: person("Satish", "Hariharan", email = "satish181990@gmail.com", role = c("aut", "cre"))
Description: This hosts the findRFM function which generates RFM scores on a 1-5 point scale for
             customer transaction data. The function consumes a data frame with Transaction Number,
             Customer ID, Date of Purchase (in date format) and Amount of Purchase as the attributes.
             The function returns a data frame with RFM data for the sales information.
Depends: R (>= 3.3.3)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: dplyr
BugReports: https://goo.gl/forms/BU7rb8HmgTSeWZE02
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-05-27 13:49:57 UTC; didroo
Author: Satish Hariharan [aut, cre]
Maintainer: Satish Hariharan <satish181990@gmail.com>
Repository: CRAN
Date/Publication: 2017-05-27 14:29:07 UTC
Built: R 4.2.0; ; 2022-04-12 15:13:14 UTC; unix
