rsquaredacademy / rfm

Tools for Customer Segmentation using RFM Analysis
https://rfm.rsquaredacademy.com/
Other
59 stars 28 forks source link

Move plotly to Imports #93

Open aravindhebbali opened 1 month ago

aravindhebbali commented 1 month ago

Current Behavior

User installs the rfm package, plotly is not installed as it is not included in Imports. When any of the below functions are called with the interactive argument set to TRUE:

the package checks if plotly is already installed. If yes, it generates the plot, else, it prompts the user to install plotly.

New Behavior

Move plotly to Imports. This ensures that the user need not be bothered to install plotly if its not already installed.