[Soiltexture-commits] r141 - / pkg/soiltexture pkg/soiltexture/R pkg/soiltexture/inst pkg/soiltexture/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Apr 23 15:26:09 CEST 2015
Author: jmoeys
Date: 2015-04-23 15:26:09 +0200 (Thu, 23 Apr 2015)
New Revision: 141
Modified:
pkg/soiltexture/DESCRIPTION
pkg/soiltexture/NEWS
pkg/soiltexture/R/soiltexture_text_gui.R
pkg/soiltexture/inst/SVN_VERSION
pkg/soiltexture/man/soiltexture-package.Rd
soiltexture_2_RCMDcheck_noexamples.bat
soiltexture_3_RCMDINSTALL_build.BAT
soiltexture_4_RCMDRd2pdf.BAT
soiltexture_compile.R
Log:
Fixed a bug in soiltexture_gui() (non-Windows systems)
Modified: pkg/soiltexture/DESCRIPTION
===================================================================
--- pkg/soiltexture/DESCRIPTION 2015-04-20 09:51:38 UTC (rev 140)
+++ pkg/soiltexture/DESCRIPTION 2015-04-23 13:26:09 UTC (rev 141)
@@ -1,6 +1,6 @@
Package: soiltexture
-Version: 1.3.1
-Date: 2015-04-17
+Version: 1.3.2
+Date: 2015-04-23
Title: Functions for Soil Texture Plot, Classification and Transformation
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" ) )
Modified: pkg/soiltexture/NEWS
===================================================================
--- pkg/soiltexture/NEWS 2015-04-20 09:51:38 UTC (rev 140)
+++ pkg/soiltexture/NEWS 2015-04-23 13:26:09 UTC (rev 141)
@@ -1,9 +1,15 @@
package: 'soiltexture'
+CHANGES IN VERSION 1.3.2
+
+ 2015/04/23 Replaced shell.exec() by browserURL()
+ in soiltexture_gui(). shell.exec() only works
+ on windows.
+
CHANGES IN VERSION 1.3.1
- 2015/04/17 Compiled for R 3.2.0 RC (r68178). Inlinedocs
+ 2015/04/17 Compiled for R 3.2.0. Inlinedocs
documentation still generated with R 3.1.1
(inlinedocs 2013.9.3).
Modified: pkg/soiltexture/R/soiltexture_text_gui.R
===================================================================
--- pkg/soiltexture/R/soiltexture_text_gui.R 2015-04-20 09:51:38 UTC (rev 140)
+++ pkg/soiltexture/R/soiltexture_text_gui.R 2015-04-23 13:26:09 UTC (rev 141)
@@ -675,7 +675,8 @@
if( exportFigure | classifData ){
- shell.exec( tempdir() )
+ # shell.exec( tempdir() )
+ browseURL( url = tempdir() )
}
}else{ # Not interactive
dat <- NULL
Modified: pkg/soiltexture/inst/SVN_VERSION
===================================================================
--- pkg/soiltexture/inst/SVN_VERSION 2015-04-20 09:51:38 UTC (rev 140)
+++ pkg/soiltexture/inst/SVN_VERSION 2015-04-23 13:26:09 UTC (rev 141)
@@ -1 +1 @@
-122:138M
+122:140M
Modified: pkg/soiltexture/man/soiltexture-package.Rd
===================================================================
--- pkg/soiltexture/man/soiltexture-package.Rd 2015-04-20 09:51:38 UTC (rev 140)
+++ pkg/soiltexture/man/soiltexture-package.Rd 2015-04-23 13:26:09 UTC (rev 141)
@@ -6,19 +6,19 @@
\docType{package}
-\title{Functions for soil texture plot, classification and transformation}
+\title{Functions for Soil Texture Plot, Classification and Transformation}
-\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.}
+\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. A simple text based graphical user interface is provided: soiltexture_gui().}
\details{
\tabular{ll}{Package: \tab soiltexture\cr
-Version: \tab 1.3.1\cr
+Version: \tab 1.3.2\cr
-Date: \tab 2015-04-17\cr
+Date: \tab 2015-04-23\cr
-Title: \tab Functions for soil texture plot, classification and transformation\cr
+Title: \tab Functions for Soil Texture Plot, Classification and Transformation\cr
Author: \tab 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]\cr
@@ -26,7 +26,7 @@
Maintainer: \tab Julien Moeys <jules_m78-soiltexture at yahoo.fr>\cr
-Depends: \tab R (>= 3.2.0), utils\cr
+Depends: \tab R (>= 3.1.1), utils\cr
Suggests: \tab xtable\cr
Modified: soiltexture_2_RCMDcheck_noexamples.bat
===================================================================
--- soiltexture_2_RCMDcheck_noexamples.bat 2015-04-20 09:51:38 UTC (rev 140)
+++ soiltexture_2_RCMDcheck_noexamples.bat 2015-04-23 13:26:09 UTC (rev 141)
@@ -1,5 +1,5 @@
set pkgname=soiltexture
-set version=1.3.1
+set version=1.3.2
cd /D "%rPackagesDir%\%pkgname%\pkg"
Modified: soiltexture_3_RCMDINSTALL_build.BAT
===================================================================
--- soiltexture_3_RCMDINSTALL_build.BAT 2015-04-20 09:51:38 UTC (rev 140)
+++ soiltexture_3_RCMDINSTALL_build.BAT 2015-04-23 13:26:09 UTC (rev 141)
@@ -1,5 +1,5 @@
set pkgname=soiltexture
-set version=1.3.1
+set version=1.3.2
cd /D "%rPackagesDir%\%pkgname%\pkg"
Modified: soiltexture_4_RCMDRd2pdf.BAT
===================================================================
--- soiltexture_4_RCMDRd2pdf.BAT 2015-04-20 09:51:38 UTC (rev 140)
+++ soiltexture_4_RCMDRd2pdf.BAT 2015-04-23 13:26:09 UTC (rev 141)
@@ -1,5 +1,5 @@
set pkgname=soiltexture
-set version=1.3.1
+set version=1.3.2
cd /D "%rPackagesDir%\%pkgname%\pkg"
Modified: soiltexture_compile.R
===================================================================
--- soiltexture_compile.R 2015-04-20 09:51:38 UTC (rev 140)
+++ soiltexture_compile.R 2015-04-23 13:26:09 UTC (rev 141)
@@ -17,7 +17,7 @@
pkgDescription( # Done with R 3.2.0 RC
pkgName = pkgName,
pkgDir = pkgDir,
- pkgVersion = "1.3.1",
+ pkgVersion = "1.3.2",
pkgDepends = "utils", # In Depends because can not importFrom Windows only functions
pkgSuggests = c( "xtable" ), #
pkgImports = c( "sp", "MASS", "tools", "tcltk" ),
More information about the Soiltexture-commits
mailing list