dependency ‘slam’ is not available when installing TM package

前端 未结 12 1132
盖世英雄少女心
盖世英雄少女心 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:21

    I had the same problem and:

    • I upgraded RStudio to the latest version (1.0.143)
    • I upgraded R to the latest version (R.3.3.3)
    • I rebooted Rstudio
    • I installed again in RStudio the package "tm"
    • I ran library(tm)

    and everything works fine now.

提交回复
热议问题