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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 14 15:59:37 CEST 2015


Author: jmoeys
Date: 2015-04-14 15:59:37 +0200 (Tue, 14 Apr 2015)
New Revision: 125

Modified:
   pkg/soiltexture/DESCRIPTION
   pkg/soiltexture/NAMESPACE
   pkg/soiltexture/inst/SVN_VERSION
   pkg/soiltexture/man/soiltexture-package.Rd
   soiltexture_compile.R
Log:
utils now in Depends (not Imports)

Modified: pkg/soiltexture/DESCRIPTION
===================================================================
--- pkg/soiltexture/DESCRIPTION	2015-04-14 09:40:16 UTC (rev 124)
+++ pkg/soiltexture/DESCRIPTION	2015-04-14 13:59:37 UTC (rev 125)
@@ -5,9 +5,9 @@
 Author: Julien Moeys [aut, cre], Wei Shangguan [ctb], Rainer Petzold [ctb], Budiman Minasny [ctb], Bogdan Rosca [ctb], Nic Jelinski [ctb], Wiktor Zelazny [ctb],  Rodolfo Marcondes Silva Souza [ctb],  Jose Lucas Safanelli [ctb], Alexandre ten Caten [ctb]
 Authors at R: c( person( "Julien", "Moeys", role = c("aut", "cre"), email = "jules_m78-soiltexture at yahoo.fr" ), person( "Wei", "Shangguan", role = "ctb" ), person( "Rainer", "Petzold", role = "ctb" ), person( "Budiman", "Minasny", role = "ctb" ), person( "Bogdan", "Rosca", role = "ctb" ), person( "Nic", "Jelinski", role = "ctb" ), person( "Wiktor", "Zelazny", role = "ctb" ), person( "Rodolfo", "Marcondes Silva Souza", role = "ctb" ), person( "Jose Lucas", "Safanelli", role = "ctb" ), person( "Alexandre", "ten Caten", role = "ctb" ) )
 Maintainer: Julien Moeys <jules_m78-soiltexture at yahoo.fr>
-Depends: R (>= 3.1.1)
+Depends: R (>= 3.1.1), utils
 Suggests: xtable
 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 soil texture triangle / classification into any triangle geometry (isosceles, right-angled triangles, etc.). This set of function is expected to be useful to people using soil textures data from different soil texture classification or different particle size systems. Many (> 15) texture triangles from all around the world are predefined in the package.
 License: AGPL (>=3)
 URL: http://soiltexture.r-forge.r-project.org/
-Imports: sp, MASS, tools, utils, tcltk
+Imports: sp, MASS, tools, tcltk

Modified: pkg/soiltexture/NAMESPACE
===================================================================
--- pkg/soiltexture/NAMESPACE	2015-04-14 09:40:16 UTC (rev 124)
+++ pkg/soiltexture/NAMESPACE	2015-04-14 13:59:37 UTC (rev 125)
@@ -3,8 +3,8 @@
 importFrom(sp,point.in.polygon)
 importFrom(MASS,kde2d)
 importFrom(MASS,mvrnorm)
-importFrom(utils,installed.packages)
-importFrom(utils,select.list)
-importFrom(utils,choose.files)
+#importFrom(utils,installed.packages)
+#importFrom(utils,select.list)
+#importFrom(utils,choose.files)
 importFrom(tcltk,tk_choose.files)
 importFrom(tools,package_dependencies)

Modified: pkg/soiltexture/inst/SVN_VERSION
===================================================================
--- pkg/soiltexture/inst/SVN_VERSION	2015-04-14 09:40:16 UTC (rev 124)
+++ pkg/soiltexture/inst/SVN_VERSION	2015-04-14 13:59:37 UTC (rev 125)
@@ -1 +1 @@
-122:123M
+122:124M

Modified: pkg/soiltexture/man/soiltexture-package.Rd
===================================================================
--- pkg/soiltexture/man/soiltexture-package.Rd	2015-04-14 09:40:16 UTC (rev 124)
+++ pkg/soiltexture/man/soiltexture-package.Rd	2015-04-14 13:59:37 UTC (rev 125)
@@ -26,7 +26,7 @@
 
 Maintainer: \tab Julien Moeys <jules_m78-soiltexture at yahoo.fr>\cr
 
-Depends: \tab R (>= 3.1.1)\cr
+Depends: \tab R (>= 3.1.1), utils\cr
 
 Suggests: \tab xtable\cr
 
@@ -34,7 +34,7 @@
 
 URL: \tab http://soiltexture.r-forge.r-project.org/\cr
 
-Imports: \tab sp, MASS, tools, utils, tcltk\cr}
+Imports: \tab sp, MASS, tools, tcltk\cr}
 
 }
 

Modified: soiltexture_compile.R
===================================================================
--- soiltexture_compile.R	2015-04-14 09:40:16 UTC (rev 124)
+++ soiltexture_compile.R	2015-04-14 13:59:37 UTC (rev 125)
@@ -18,9 +18,9 @@
     pkgName     = pkgName, 
     pkgDir      = pkgDir, 
     pkgVersion  = "1.3.0", 
-    pkgDepends  = NULL, # "utils" In Depends because can not importFrom Windows only functions 
+    pkgDepends  = "utils", #  In Depends because can not importFrom Windows only functions 
     pkgSuggests = c( "xtable" ), # c("drc","plotrix"), 
-    pkgImports  = c( "sp", "MASS", "tools", "utils", "tcltk" ), 
+    pkgImports  = c( "sp", "MASS", "tools", "tcltk" ), # "utils", 
     RVersion    = NULL   
 )   
 



More information about the Soiltexture-commits mailing list