浏览代码

HPCC-11847 Embedded R component installation info is out of date

Update after review.

Signed-off-by: Attila Vamos <attila.vamos@gmail.com>
Attila Vamos 11 年之前
父节点
当前提交
7f746de337
共有 1 个文件被更改,包括 15 次插入3 次删除
  1. 15 3
      plugins/Rembed/README

+ 15 - 3
plugins/Rembed/README

@@ -24,9 +24,21 @@ package-management utilities on most distros.
 To install the prerequisites for building R support, use the following (Ubuntu 12.04)
 To install the prerequisites for building R support, use the following (Ubuntu 12.04)
 or the equivalent for your distro.
 or the equivalent for your distro.
 
 
-sudo apt-get install r-base r-cran-rcpp
-wget http://cran.r-project.org/src/contrib/00Archive/RInside/RInside_0.2.10.tar.gz
-sudo R CMD INSTALL RInside_0.2.10.tar.gz
+    sudo apt-get install r-base r-cran-rcpp
+
+For Ubuntu 14.04:
+    wget http://cran.r-project.org/src/contrib/RInside_0.2.11.tar.gz
+
+    To install:
+    sudo R CMD INSTALL RInside_0.2.11.tar.gz
+
+
+For Ubuntu before 14.04:
+    wget http://cran.r-project.org/src/contrib/00Archive/RInside/RInside_0.2.10.tar.gz
+    
+    To install
+    sudo R CMD INSTALL RInside_0.2.10.tar.gz
+
 
 
 Then you can enable building the Rembed plugin using
 Then you can enable building the Rembed plugin using