Hello R programmers,
I am completely new to R programming, so apologies if my question is silly but I would really appreciate if someone can help me out.
I have ben running the rfm package and different rfm functions ( rfm-result, rfm_table_order,etc) successfully since the last 2 days. However when I ran the same code today, I get the below error message. I am not sure what to do. I have re-installed and updated the rfm package, but nothing works. I find it strange the code ran perfectly one day and the next day it does't. Please help!
This my code:
install.packages("rfm")
library(rfm)
rfm_result <- rfm_table_order(data = food_rfm, CompanyIDName, PostingDate, Revenue, analysis_date)
This is the error I get:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace ‘ellipsis’ 0.3.1 is being loaded, but >= 0.3.2 is required