无法在系统上找到R的安装(R没有返回有效输出);无法通过扫描标准位置找到R二进制文件

时间:2017-04-18 01:27:23

标签: terminal rstudio ubuntu-16.04

第1步:从

下载R-studio
https://www.rstudio.com/products/rstudio/download/

步骤2:打开终端并使用此命令

sudo dpkg -i rstudio-1.0.136-amd64.deb 

第3步:从终端启动R Studio:

rstudio

这会引发错误:

Unable to find an installation of R on the system (which R didn't return valid output); Unable to locate R binary by scanning standard locations

这里有什么问题?

1 个答案:

答案 0 :(得分:11)

它告诉你究竟是什么问题。你没有安装R.对于R来说,RStudio是一个非常好的IDE,但是你不能通过安装RStudio来自动安装R。按照此处https://cran.r-project.org中的说明操作,或使用包管理器安装R.