在RStudio中安装readxl时出错

时间:2019-01-19 15:26:09

标签: r readxl

我正在使用R版本3.4.4(2018-03-15)和RStudio版本1.1.456,并且在尝试安装readxl扩展程序时遇到此错误:

* installing *source* package ‘utf8’ ...
** package ‘utf8’ successfully unpacked and MD5 sums checked
** libs
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG     -Iutf8lite/src -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-AitvI6/r-base-3.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c as_utf8.c -o as_utf8.o
as_utf8.c:17:10: fatal error: assert.h: No such file or directory
 #include <assert.h>
          ^~~~~~~~~~
compilation terminated.

1 个答案:

答案 0 :(得分:1)

这是因为R版本过时而发生的。

请更新您的R,然后重试。有关更新R的说明,请遵循this

确保将R更新为3.5.2。