[Soiltexture-commits] r13 - / www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat May 15 15:18:09 CEST 2010


Author: jmoeys
Date: 2010-05-15 15:18:09 +0200 (Sat, 15 May 2010)
New Revision: 13

Modified:
   SoilTexture_changelog.txt
   www/index.html
Log:


Modified: SoilTexture_changelog.txt
===================================================================
--- SoilTexture_changelog.txt	2010-05-13 17:59:05 UTC (rev 12)
+++ SoilTexture_changelog.txt	2010-05-15 13:18:09 UTC (rev 13)
@@ -2,6 +2,25 @@
 change log. From 2009/10/09. Most recent changes first / on top.
 Julien MOEYS
 
+20100513    Accuracy problems detected in TT.points.in.classes() for texture data 
+            located right on the boundary of the triangle (or some texture classes), 
+            with some digits after the decimal: due to non-exact trigonometric 
+            calculations (around 1E-15), these points may not be classified 
+            as on the border, or even belonging to the texture class. These 
+            accuracy problems can be partially fixed by a new parameter of 
+            TT.points.in.classes(), 'texture2xy' that can be set to FALSE in 
+            order to get more accurate classifications. Other accuracy problems 
+            still remains, but this time in the underlying point.in.polygon() 
+            function. There is no easy fix to this:
+            <https://stat.ethz.ch/pipermail/r-help/2010-May/239035.html>
+            No fix are planned in the close future to fix this error.
+            Thanks to Wei Shangguan (see below) for pointing this 'bug'.
+
+20100513    Added the ISSS (not the 'Australian ISSS') texture triangle to the 
+            list of pre-defined texture triangles. Many thanks to Wei Shangguan, 
+            PhD student at the School of geography of Beijing normal university 
+            for providing the code of the triangle.
+
 20100416    Added the Canadian texture triangle to the list of pre-defined 
             texture triangles.
 

Modified: www/index.html
===================================================================
--- www/index.html	2010-05-13 17:59:05 UTC (rev 12)
+++ www/index.html	2010-05-15 13:18:09 UTC (rev 13)
@@ -1,16 +1,13 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-</head>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head></head>
 
-
 <body>
 
 
 
 
 
-<a href="http://r-forge.r-project.org"><img style="border: 0px solid ; width: 210px; height: 54px;" alt="r-forge" src="http://r-forge.r-project.org/themes/rforge//images/logo.png"></a><br>
+<a href="http://r-forge.r-project.org"><img style="border: 0px solid ; width: 210px; height: 54px;" alt="r-forge" src="http://r-forge.r-project.org/themes/rforge/imagesrf/logo.png"></a><br>
 
 
 
@@ -22,7 +19,7 @@
 
 
 
-<img style="width: 500px; height: 500px;" alt="Unofficial USDA texture triangle made with the soiltexture package" src="http://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/*checkout*/www/EN_TEXTURE_TRIANGLE_USDA_GRAD_UNOFFICIAL_CC-BY-SA-3-small.png?root=soiltexture"><br>
+<img style="width: 500px; height: 500px;" alt="Unofficial USDA texture triangle made with the soiltexture package" src="http://r-forge.r-project.org/scm/viewvc.php/*checkout*/www/EN_TEXTURE_TRIANGLE_USDA_GRAD_UNOFFICIAL_CC-BY-SA-3-small.png?root=soiltexture"><br>
 
 
 <br>
@@ -77,26 +74,14 @@
   <li>The <strong>project summary page</strong> you can find <a href="http://r-forge.r-project.org/projects/soiltexture/" target="_blank">here</a>.<a href="http://r-forge.r-project.org/projects/soiltexture/"><strong></strong></a></li>
 
 
-  <li>The <span style="font-weight: bold;">package vignette</span> can be found <a target="_blank" href="http://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/*checkout*/pkg/soiltexture/inst/doc/TEXTURE_WIZARD_VIGNETTES.pdf?root=soiltexture">here</a>.</li>
+  <li>The <span style="font-weight: bold;">package vignette</span> (tutorial) can be found <a target="_blank" href="http://r-forge.r-project.org/scm/viewvc.php/*checkout*/pkg/soiltexture/inst/doc/soiltexture_vignette.pdf?root=soiltexture">here</a>.</li><li>The <span style="font-weight: bold;">logfile of changes made to the package</span> can be found <a href="http://r-forge.r-project.org/scm/viewvc.php/*checkout*/SoilTexture_changelog.txt?root=soiltexture" target="_blank">here</a>.</li>
 
 
 
 
 
-</ul>
-
-
-
-
-
-Source can be loaded in R using the following code:<span style="font-family: monospace;"><br>
-
-
-
-
-
-source(
-"http://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/*checkout*/pkg/soiltexture/R/soiltexture.r?&amp;root=soiltexture"
+</ul>For <span style="font-weight: bold;">installing the package</span>, try first:<br><br><span style="font-family: monospace;"></span><code>&nbsp;&nbsp;&nbsp; install.packages("soiltexture", repos = "http://R-Forge.R-project.org")<br></code><br class="">If it doesn't work, or if you don't have the latest release of R, try instead:<br class=""><code><br></code><span style="font-family: monospace;"></span><code>&nbsp;&nbsp;&nbsp; install.packages("soiltexture", repos = "http://R-Forge.R-project.org", type = "source")<br><br>If it doesn't work, try to load the sources instead (this method don't install the help page):<br><br></code><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp; source(
+"<a href="http://r-forge.r-project.org/scm/viewvc.php/*checkout*/pkg/soiltexture/R/soiltexture.r?root=soiltexture" target="_blank">http://r-forge.r-project.org/scm/viewvc.php/*checkout*/pkg/soiltexture/R/soiltexture.r?root=soiltexture</a>"
 )<br>
 
 
@@ -153,6 +138,5 @@
 
 <br>
 
-<a title="Document made with KompoZer" href="http://kompozer.net/"><img style="border: 0px solid ; width: 80px; height: 15px;" alt="Document made with KompoZer" src="http://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/*checkout*/www/kompozer_80x15.png?root=soiltexture"></a>
-</body>
-</html>
+<a title="Document made with KompoZer" href="http://kompozer.net/"><img style="border: 0px solid ; width: 80px; height: 15px;" alt="Document made with KompoZer" src="http://r-forge.r-project.org/scm/viewvc.php/*checkout*/www/kompozer_80x15.png?root=soiltexture"></a>
+</body></html>
\ No newline at end of file



More information about the Soiltexture-commits mailing list