JiaxiangBU / tutoring2

The collection of Python and R code scripts to tutor others.
https://jiaxiangbu.github.io/tutoring2/
Other
8 stars 7 forks source link

compilation failed of R 4.0.2 #59

Closed zxy1555847 closed 4 years ago

zxy1555847 commented 4 years ago

我目前在服务器上使用R,这个R是由conda安装。我按照 if (!require("devtools")) install.packages("devtools") devtools::install_github("thierrygosselin/radiator") library(radiator) 的方法去安装radiator,执行第一条代码就报错compilation failed。

然后我想先在自己的电脑(windows,R版本4.0.2)上试着安装一下, devtools可以正常安装,但是第二条代码devtools::install_github("thierrygosselin/radiator"),需要rtools,我又装了rtools4.0,然后报没有rlang包的错,我利用install.packages("rlang")命令装rlang,报了compilation failed的错。