dependency ‘slam’ is not available when installing TM package

前端 未结 12 1133
盖世英雄少女心
盖世英雄少女心 2020-12-05 05:02

I was able to use the library(tm) in r without problem until today, when loading tm shows:

library(tm)
12条回答
  •  死守一世寂寞
    2020-12-05 05:17

    I used the following code to install the binary or the older version of slam. It worked for me.

    install.packages("slam", type = "binary")
    

提交回复
热议问题