Changes in version 0.4.0 (2026-04-30) This is a minor release for bug fixes and enhancements. Bug Fixes - missing column error when handling customer level data(#92) - customer id fault (#96) Others - move plotly to imports(#93) - move gganimate to imports(#94) Changes in version 0.3.0 (2024-02-26) Enhancements - segment overview (#76) - rfm_create_report() generates a segmentation analysis report - rfm_table_customer() handles customer level data with both recency date and days - interactive argument in plotting function generates interactive plots using plotly - animate argument in plotting functions adds animation using gganimate Bug Fixes - incorrect package alias (#88) - cran checks badge (#80) Changes in version 0.2.2 (2020-07-21) This is a patch release for an urgent bug fix. - Avoid overwriting of segments (@leungi, #67) Changes in version 0.2.1 (2020-04-23) This is a patch release for minor bug fixes and enhancements. - update vignettes (#50) - ggplot2 changes (#54) - option to return plot objects (#60) - frequency bin class (#57) - user specified threshold for scores (#63) Changes in version 0.2.0 (2019-01-14) This is a minor release for bug fixes and enhancements. Enhancements - Export plot prep data (#20) - Default customer segments (#24) - Median recency (#26) - Median frequency (#27) - Median monetary value (#28) Bug Fixes - Error in segmentation plot (#36) - Duplicated vignette titles (#42) Changes in version 0.1.1 Patch release to fix the shiny app. Changes in version 0.1.0 (2018-04-09) This is a minor release for bug fixes and enhancements. Enhancements - Shiny app for interactive analysis (#1) - Use customer data as input (#3) Changes in version 0.0.1 First release