I want to use 'arulesViz' to visualize association rule, but when I load the package, r give me an error:
>library(arulesViz)
Error: package or namespace load failed for ‘arulesViz’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘viridis’
I install 'viridis' independently before 'arulesViz' but when I use library(viridis)
I still get the same error which said there is no such package.
How can I successfully install 'arulesViz'?