Error in R: (Package which is only available in source form, and may need compilation of C/C++/Fortran)

前端 未结 6 1201
梦毁少年i
梦毁少年i 2020-12-01 12:07

I\'m trying to install the \'yaml\' and \'stringi\' packages in R-Studio, and it keeps giving me these errors:

> install.packages(\"stringi\")
Package whi         


        
6条回答
  •  既然无缘
    2020-12-01 13:00

    I had this issue when using an out-of-date version of R, so no binaries were available. The simple solution was to update my version of R.

提交回复
热议问题