issues in installing Rstem package

前端 未结 3 1491
醉话见心
醉话见心 2021-01-07 03:25

I was trying to install \"sentiment\" package, which requires the \"Rstem\" package. But the installation process failed due to the following error message,

         


        
3条回答
  •  佛祖请我去吃肉
    2021-01-07 03:51

    Download RStem source file from this link: https://cran.r-project.org/src/contrib/Archive/Rstem/

    Then install the package from the downloaded source file to R:

    install.packages("Rstem_0.4-1.tar.gz" , repos=NULL, type="source")
    

提交回复
热议问题