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

pnk*_*dhl 8 terminal rstudio ubuntu-16.04

第1步:从中下载R-studio

https://www.rstudio.com/products/rstudio/download/
Run Code Online (Sandbox Code Playgroud)

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

sudo dpkg -i rstudio-1.0.136-amd64.deb 
Run Code Online (Sandbox Code Playgroud)

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

rstudio
Run Code Online (Sandbox Code Playgroud)

这会引发错误:

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
Run Code Online (Sandbox Code Playgroud)

这有什么不对?

Das*_*son 13

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