I am facing problem while installing tm package in r version 3.2.3. I have tried implementing different ways available in internet and the stack overflow answers. I don't know where I am going wrong.
It shows
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace ‘slam’ 0.1-32 is being loaded, but >= 0.1.37 is required
ERROR: lazy loading failed for package ‘tm’ * removing ‘/home/alankrita/R/x86_64-pc-linux-gnu-library/3.2/tm’ Warning in install.packages : installation of package ‘tm’ had non-zero exit status
The downloaded source packages are in ‘/tmp/RtmpPSKOOW/downloaded_packages’"
Any help will be appreciated. :)
install.packages("slam")
to update the slam package. – J_Fupdate.packages()
to update all of your installed packages. – lmo