I'm trying to install the tm
package on IBM's Data Science Experience (DSX):
install.packages("tm")
However, I'm hitting this issue:
"dependency 'slam' is not available"
This post suggests that R version 3.3.1 will
resolve the issue, however the R version on DSX is: R version 3.3.0 (2016-05-03)
How can I resolve this issue on IBM DSX? Note that you don't have root access on DSX.
I've seen similar questions on stackoverflow, but none are asking how to fix the issue on IBM DSX, e.g. dependency ‘slam’ is not available when installing TM package
Update:
install.packages("slam")
Returns:
Installing package into '/gpfs/global_fs01/sym_shared/YPProdSpark/user/s85d-88ebffb000cc3e-39ca506ba762/R/libs'
(as 'lib' is unspecified)
Warning message:
"package 'slam' is not available (for R version 3.3.0)"