Error installing old packages in R

后端 未结 1 647
粉色の甜心
粉色の甜心 2021-01-22 03:52

I\'m trying to install a 0.6-2 version of the tm library. I\'ve downloaded the tar.gz file from the archive and in RStudio selected Tools -> Archive -> Package Archive File to i

相关标签:
1条回答
  • 2021-01-22 04:34

    You should install Rtools which contains resources needed to build packages in R under Microsoft Windows :

    https://cran.r-project.org/bin/windows/Rtools/

    After installing, you should see it under your PATH variable:

    Sys.getenv("PATH")
    
    0 讨论(0)
提交回复
热议问题