[Soiltexture-commits] r110 - / pkg/soiltexture pkg/soiltexture/inst pkg/soiltexture/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jul 3 14:36:14 CEST 2014


Author: jmoeys
Date: 2014-07-03 14:36:14 +0200 (Thu, 03 Jul 2014)
New Revision: 110

Modified:
   pkg/soiltexture/DESCRIPTION
   pkg/soiltexture/inst/SVN_VERSION
   pkg/soiltexture/man/soiltexture-package.Rd
   soiltexture_compile.R
Log:


Modified: pkg/soiltexture/DESCRIPTION
===================================================================
--- pkg/soiltexture/DESCRIPTION	2014-07-03 12:34:15 UTC (rev 109)
+++ pkg/soiltexture/DESCRIPTION	2014-07-03 12:36:14 UTC (rev 110)
@@ -5,7 +5,7 @@
 Author: Julien MOEYS <jules_m78-soiltexture at yahoo.fr>, contributions from Wei Shangguan.
 Maintainer: Julien MOEYS <jules_m78-soiltexture at yahoo.fr> 
 Depends: R (>= 3.0.2), sp, MASS
-Suggests: xtable
+Suggests: xtable, tools
 Description: "The Soil Texture Wizard" is a set of R functions designed to produce 
     texture triangles (also called texture plots, texture diagrams, texture ternary plots), 
     classify and transform soil textures data. These functions virtually allows to plot any 

Modified: pkg/soiltexture/inst/SVN_VERSION
===================================================================
--- pkg/soiltexture/inst/SVN_VERSION	2014-07-03 12:34:15 UTC (rev 109)
+++ pkg/soiltexture/inst/SVN_VERSION	2014-07-03 12:36:14 UTC (rev 110)
@@ -1 +1 @@
-105:106M
+105:109M

Modified: pkg/soiltexture/man/soiltexture-package.Rd
===================================================================
--- pkg/soiltexture/man/soiltexture-package.Rd	2014-07-03 12:34:15 UTC (rev 109)
+++ pkg/soiltexture/man/soiltexture-package.Rd	2014-07-03 12:36:14 UTC (rev 110)
@@ -46,7 +46,7 @@
 
 Depends: \tab R (>= 3.0.2), sp, MASS\cr
 
-Suggests: \tab xtable\cr
+Suggests: \tab xtable, tools\cr
 
 License: \tab AGPL (>=3)\cr
 

Modified: soiltexture_compile.R
===================================================================
--- soiltexture_compile.R	2014-07-03 12:34:15 UTC (rev 109)
+++ soiltexture_compile.R	2014-07-03 12:36:14 UTC (rev 110)
@@ -20,7 +20,7 @@
     pkgDir      = pkgDir, 
     pkgVersion  = "1.2.18", 
     pkgDepends  = c( "sp","MASS" ), 
-    pkgSuggests = "xtable", # c("drc","plotrix"), 
+    pkgSuggests = c( "xtable", "tools" ), # c("drc","plotrix"), 
     RVersion    = NULL   
 )   
 



More information about the Soiltexture-commits mailing list