小编wan*_*nax的帖子

R:中的错误(只有源代码形式的包,可能需要编译C/C++/Fortran)

我正在尝试在R-Studio中安装'yaml'和'stringi'软件包,它不断给我这些错误:

> install.packages("stringi")
Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘stringi’
These will not be installed
Run Code Online (Sandbox Code Playgroud)

要么

> install.packages('yaml')
Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘yaml’
These will not be installed
Run Code Online (Sandbox Code Playgroud)

如何正确安装这些?

install yaml r stringi

26
推荐指数
3
解决办法
4万
查看次数

标签 统计

install ×1

r ×1

stringi ×1

yaml ×1