1

I have been trying to install the aruleviz R package but I keep getting the following error message:

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 ‘gplots’

Does anyone know how to troubleshoot it?

Thank you in advance!

r2evans
  • 141,215
  • 6
  • 77
  • 149
Jorge
  • 11
  • 1
  • This sometimes happens when a dependency fails to be detected or installed properly. Try to install gplots manually and then install arulesViz. – Ben Norris Aug 28 '20 at 17:51
  • can you try to install gplots, install.packages("gplots") – StupidWolf Aug 28 '20 at 18:10
  • Possible dupe of: https://stackoverflow.com/questions/3134020/error-when-running-libraryggplot2 (and most links found within https://stackoverflow.com/search?q=%5Br%5D+there%20is%20no%20package%20called) – r2evans Aug 28 '20 at 18:10

0 Answers0