[Soiltexture-commits] r144 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Apr 23 16:19:03 CEST 2015
Author: jmoeys
Date: 2015-04-23 16:19:03 +0200 (Thu, 23 Apr 2015)
New Revision: 144
Modified:
www/index.html
Log:
Added instructions for GitHub installation
Modified: www/index.html
===================================================================
--- www/index.html 2015-04-23 14:03:07 UTC (rev 143)
+++ www/index.html 2015-04-23 14:19:03 UTC (rev 144)
@@ -192,6 +192,9 @@
<li> Comprehensive tutorial (<em>package vignette</em>): <a href="http://cran.r-project.org/web/packages/soiltexture/vignettes/soiltexture_vignette.pdf">http://cran.r-project.org/web/packages/soiltexture/vignettes/soiltexture_vignette.pdf</a> </li>
<li> Frequently Asked Questions: <a href="FAQ.html">FAQ</a> (<em>under construction</em>)</li>
<li> On-line documentation: <a href="http://docs.julienmoeys.info/soiltexture/">http://docs.julienmoeys.info/soiltexture/</a> </li>
+<li> Github mirror of the code repository: <a href="https://github.com/rforge/soiltexture">https://github.com/rforge/soiltexture</a>
+Notice that I am not the maintainer of this (r-forge)
+mirror.</li>
</ul>
<h2>Introduction <a id="intro"></a></h2>
@@ -250,12 +253,11 @@
<pre><code>install.packages( "soiltexture" )
</code></pre>
-<h2>Install soiltexture (development version)</h2>
+<h2>Install soiltexture (development version, from r-forge)</h2>
<p>Note: This will only work with the latest (stable) version
-of R. You should also check on the package R-forge page
-(here: <a href="http://r-forge.r-project.org/R/?group_id=740">http://r-forge.r-project.org/R/?group_id=740</a>) that
-the “Build status” of <code>soiltexture</code> is “Current” (and not
+of R. You should also check on the <a href="http://r-forge.r-project.org/R/?group_id=740" title="soiltexture on r-forge (installation page)">package R-forge page</a>
+that the “Build status” of <code>soiltexture</code> is “Current” (and not
“Failed to build”).</p>
<p>Open R, and type the command:</p>
@@ -263,6 +265,44 @@
<pre><code> install.packages("soiltexture", repos="http://R-Forge.R-project.org")
</code></pre>
+<p>Note: It can take some days before <code>r-forge</code> updates its
+system to the latest R stable version (after a new stable
+release). You can check what version of R is used by clicking
+on “Show/Hide extra info” on the <a href="http://r-forge.r-project.org/R/?group_id=740" title="soiltexture on r-forge (installation page)">package R-forge page</a>,
+and then checking “Windows binary” or “Source package”. The
+R version currently used on <code>r-forge</code> should appear there.</p>
+
+<h2>Install soiltexture (development version, from GitHub)</h2>
+
+<p>The <a href="https://github.com/rforge/soiltexture" title="GitHub mirror of 'soiltexture' from r-forge SVN">GitHub mirror of soiltexture</a> (<em>Notice
+that I am not the maintainer of this page</em>) makes it possible
+to use <code>devtools</code> package installation method to install the
+development version of the package <code>soiltexture</code>. It can be
+an interesting solution when using a version of R that is
+different from the one installed on <code>r-forge</code> (newer or older).</p>
+
+<h3>Install devtools (and maybe RTools)</h3>
+
+<p>Follow the instructions given on <a href="https://github.com/hadley/devtools" title="devtools R package on GitHub">devtools GitHub page</a>.
+See in particular “Updating to the latest version of devtools”.</p>
+
+<h3>Install soiltexture using devtools</h3>
+
+<p>Open R and type:</p>
+
+<pre><code>devtools::install_github("rforge/soiltexture/pkg/soiltexture")
+</code></pre>
+
+<p>Notice that you can install in the same way the package
+<code>soiltexturetransformation</code> by Wei Shangguan:</p>
+
+<pre><code>devtools::install_github("rforge/soiltexture/pkg/soiltexturetransformation")
+</code></pre>
+
+<p>For technical reason this package does not compile on <code>r-forge</code>
+(because of a dependency on <code>drc</code> that used to be on <code>r-forge</code>
+but is now developed outside of <code>r-forge</code>).</p>
+
<h1>Text based graphical user interface <a id="text_gui"></a></h1>
<p>From version <code>1.3.0</code> the package soil texture comes along
More information about the Soiltexture-commits
mailing list