[GRASS-SVN] r46642 - grass/trunk/scripts/v.krige

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 9 09:20:10 EDT 2011


Author: aghisla
Date: 2011-06-09 06:20:10 -0700 (Thu, 09 Jun 2011)
New Revision: 46642

Modified:
   grass/trunk/scripts/v.krige/v.krige.html
Log:
v.krige manpage: show R install commands more clearly.

Modified: grass/trunk/scripts/v.krige/v.krige.html
===================================================================
--- grass/trunk/scripts/v.krige/v.krige.html	2011-06-09 13:06:19 UTC (rev 46641)
+++ grass/trunk/scripts/v.krige/v.krige.html	2011-06-09 13:20:10 UTC (rev 46642)
@@ -28,10 +28,17 @@
 <dt><b>rpy2</b></dt>
 <dd>Python binding to R. Note! <tt>rpy</tt> version 1 is not supported.</dd>
 
-<dt><b>R packages automap and gstat. </b></dt>
+<dt><b>R packages automap, gstat, spgrass6 and rgeos. </b></dt>
 <dd>automap is optional (provides automatic variogram fit).</dd>
 </dl>
 
+Install the packages via R command line (or your preferred GUI):
+<div class="code"><pre>
+  install.packages("rgeos", dep=T)
+  install.packages("gstat", dep=T)
+  install.packages("spgrass6", dep=T)
+  install.packages("automap", dep=T)
+</pre></div>
 
 <h4>Notes for Debian GNU/Linux</h4>
 
@@ -42,14 +49,8 @@
   aptitude install R python-rpy2
 </pre></div>
 
-To install R packages, use either R's function (as root):
-
-<div class="code"><pre>
-  install.packages("gstat", dep=T)
-  install.packages("spgrass6", dep=T)
-</pre></div>
-
-either the brand new Debian packages [5], add to repositories' list
+To install R packages, use either R's functions listed above (as root or as user),
+either the Debian packages [5], add to repositories' list
 for 32bit or 64bit (pick up the suitable line):
 
 <div class="code"><pre>



More information about the grass-commit mailing list