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 #58

Closed zxy1555847 closed 4 years ago

zxy1555847 commented 4 years ago

目前我看截图,只能判断这是一个 MacOS 或者是 Linux 系统,不太清楚你的版本问题。你方便在我的 repo 提交一个 issue 嘛? 里面方便我们以代码框的形式,看一些你的 session information。

另外告知下你看我的那一部分 notes,我去看下,可以对症下药。

JiaxiangBU commented 4 years ago

@zxy1555847 需要一下你提供这些信息?

zxy1555847 commented 4 years ago

我还不是很会用github,然后好像写了三个,最后一个是我真正想写的 我不知道为什么好像并不是全部显示,我写的所有的文本是这样的:

我目前在服务器上使用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的错。