Step 1: Download R-studio from
步骤1:下载R-studio from。
https://www.rstudio.com/products/rstudio/download/
Step 2: Open terminal and use this command
步骤2:打开终端并使用此命令
sudo dpkg -i rstudio-1.0.136-amd64.deb
Step 3: Launch R Studio from terminal:
第三步:从终端启动R Studio:
rstudio
This throws an error:
这将抛出一个错误:
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
What's wrong here?
有什么问题吗?
1 个解决方案
#1
7
It tells you exactly what the problem is. You didn't install R. RStudio is a very nice IDE for R but you don't automatically get R installed just by installing RStudio. Follow the instructions here https://cran.r-project.org or use your package manager to install R.
它确切地告诉你问题是什么。您没有安装R. RStudio是R的一个非常好的IDE,但是您不会仅仅通过安装RStudio就自动安装R。按照这里的说明,https://cran.r-project.org或者使用您的包管理器来安装R。
#1
7
It tells you exactly what the problem is. You didn't install R. RStudio is a very nice IDE for R but you don't automatically get R installed just by installing RStudio. Follow the instructions here https://cran.r-project.org or use your package manager to install R.
它确切地告诉你问题是什么。您没有安装R. RStudio是R的一个非常好的IDE,但是您不会仅仅通过安装RStudio就自动安装R。按照这里的说明,https://cran.r-project.org或者使用您的包管理器来安装R。