[Soiltexture-commits] r113 - / pkg/soiltexture pkg/soiltexture/R pkg/soiltexture/inst pkg/soiltexture/man prepare
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Sep 26 11:35:20 CEST 2014
Author: jmoeys
Date: 2014-09-26 11:35:13 +0200 (Fri, 26 Sep 2014)
New Revision: 113
Added:
prepare/Whitney 1911 Scan.v01.png
Modified:
pkg/soiltexture/DESCRIPTION
pkg/soiltexture/NEWS
pkg/soiltexture/R/soiltextureInfo.R
pkg/soiltexture/inst/SVN_VERSION
pkg/soiltexture/man/soiltexture-package.Rd
soiltexture_2_RCMDcheck_noexamples.bat
soiltexture_3_RCMDINSTALL_build.BAT
soiltexture_compile.R
Log:
Modified: pkg/soiltexture/DESCRIPTION
===================================================================
--- pkg/soiltexture/DESCRIPTION 2014-07-03 12:47:19 UTC (rev 112)
+++ pkg/soiltexture/DESCRIPTION 2014-09-26 09:35:13 UTC (rev 113)
@@ -1,10 +1,10 @@
Package: soiltexture
-Version: 1.2.18
-Date: 2014-07-03
+Version: 1.2.19
+Date: 2014-09-25
Title: Functions for soil texture plot, classification and transformation
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
+Depends: R (>= 3.1.1), sp, MASS
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),
Modified: pkg/soiltexture/NEWS
===================================================================
--- pkg/soiltexture/NEWS 2014-07-03 12:47:19 UTC (rev 112)
+++ pkg/soiltexture/NEWS 2014-09-26 09:35:13 UTC (rev 113)
@@ -1,6 +1,10 @@
package: 'soiltexture'
+CHANGES IN VERSION 1.2.19
+
+ 2014/09/25 Compiled for R 3.1.1
+
CHANGES IN VERSION 1.2.18
2014/07/03 Added SVN_VERSION file and show SVN version when
Modified: pkg/soiltexture/R/soiltextureInfo.R
===================================================================
--- pkg/soiltexture/R/soiltextureInfo.R 2014-07-03 12:47:19 UTC (rev 112)
+++ pkg/soiltexture/R/soiltextureInfo.R 2014-09-26 09:35:13 UTC (rev 113)
@@ -218,3 +218,5 @@
# soiltextureInfo( file = "soiltextureInfo.txt", depends = TRUE )
# soiltextureInfo( packages = "macrolegions" )
+
+
Modified: pkg/soiltexture/inst/SVN_VERSION
===================================================================
--- pkg/soiltexture/inst/SVN_VERSION 2014-07-03 12:47:19 UTC (rev 112)
+++ pkg/soiltexture/inst/SVN_VERSION 2014-09-26 09:35:13 UTC (rev 113)
@@ -1 +1 @@
-105:111M
+105:112M
Modified: pkg/soiltexture/man/soiltexture-package.Rd
===================================================================
--- pkg/soiltexture/man/soiltexture-package.Rd 2014-07-03 12:47:19 UTC (rev 112)
+++ pkg/soiltexture/man/soiltexture-package.Rd 2014-09-26 09:35:13 UTC (rev 113)
@@ -34,9 +34,9 @@
\tabular{ll}{Package: \tab soiltexture\cr
-Version: \tab 1.2.18\cr
+Version: \tab 1.2.19\cr
-Date: \tab 2014-07-03\cr
+Date: \tab 2014-09-25\cr
Title: \tab Functions for soil texture plot, classification and transformation\cr
@@ -44,7 +44,7 @@
Maintainer: \tab Julien MOEYS <jules_m78-soiltexture at yahoo.fr>\cr
-Depends: \tab R (>= 3.0.2), sp, MASS\cr
+Depends: \tab R (>= 3.1.1), sp, MASS\cr
Suggests: \tab xtable, tools\cr
Added: prepare/Whitney 1911 Scan.v01.png
===================================================================
(Binary files differ)
Property changes on: prepare/Whitney 1911 Scan.v01.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: soiltexture_2_RCMDcheck_noexamples.bat
===================================================================
--- soiltexture_2_RCMDcheck_noexamples.bat 2014-07-03 12:47:19 UTC (rev 112)
+++ soiltexture_2_RCMDcheck_noexamples.bat 2014-09-26 09:35:13 UTC (rev 113)
@@ -1,5 +1,5 @@
set pkgname=soiltexture
-set version=1.2.18
+set version=1.2.19
cd /D "%rPackagesDir%\%pkgname%\pkg"
Modified: soiltexture_3_RCMDINSTALL_build.BAT
===================================================================
--- soiltexture_3_RCMDINSTALL_build.BAT 2014-07-03 12:47:19 UTC (rev 112)
+++ soiltexture_3_RCMDINSTALL_build.BAT 2014-09-26 09:35:13 UTC (rev 113)
@@ -1,5 +1,5 @@
set pkgname=soiltexture
-set version=1.2.18
+set version=1.2.19
cd /D "%rPackagesDir%\%pkgname%\pkg"
Modified: soiltexture_compile.R
===================================================================
--- soiltexture_compile.R 2014-07-03 12:47:19 UTC (rev 112)
+++ soiltexture_compile.R 2014-09-26 09:35:13 UTC (rev 113)
@@ -1,5 +1,4 @@
-
rm(list=ls(all=TRUE))
pkgName <- "soiltexture"
@@ -18,7 +17,7 @@
pkgDescription(
pkgName = pkgName,
pkgDir = pkgDir,
- pkgVersion = "1.2.18",
+ pkgVersion = "1.2.19",
pkgDepends = c( "sp","MASS" ),
pkgSuggests = c( "xtable", "tools" ), # c("drc","plotrix"),
RVersion = NULL
More information about the Soiltexture-commits
mailing list