dependency ‘slam’ is not available when installing TM package

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

    For any such type of issue regarding package not installed, update your R and later reinstall the package. These are the steps you follow:

    if(!require(installr)){ install.packages("installr")}
    
    require(installr)}    #load the package
    
    updateR()
    

提交回复
热议问题