rsquaredacademy / rfm

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

Move gganimate to Imports #94

Open aravindhebbali opened 1 month ago

aravindhebbali commented 1 month ago

Current Behavior

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

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

New Behavior

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