[Soiltexture-commits] r98 - / pkg/soiltexture/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jan 10 16:40:11 CET 2014
Author: jmoeys
Date: 2014-01-10 16:40:11 +0100 (Fri, 10 Jan 2014)
New Revision: 98
Modified:
1_RCMDBUILD.bat
pkg/soiltexture/R/soiltexture.R
Log:
Modified: 1_RCMDBUILD.bat
===================================================================
--- 1_RCMDBUILD.bat 2014-01-10 10:42:05 UTC (rev 97)
+++ 1_RCMDBUILD.bat 2014-01-10 15:40:11 UTC (rev 98)
@@ -2,6 +2,6 @@
cd /D "%rPackagesDir%\%pkgname%\pkg"
-R CMD build --compact-vignettes="gs" --md5 %pkgname%
+R CMD build --compact-vignettes="gs+qpdf" --md5 %pkgname%
pause
Modified: pkg/soiltexture/R/soiltexture.R
===================================================================
--- pkg/soiltexture/R/soiltexture.R 2014-01-10 10:42:05 UTC (rev 97)
+++ pkg/soiltexture/R/soiltexture.R 2014-01-10 15:40:11 UTC (rev 98)
@@ -1316,20 +1316,20 @@
"lU" = list( "name" = "lehmiger Schluff", "points" = c(14, 13, 09, 08, 23, 22, 25 ) )
#
), #
- #
+
# Triangle specific parameters for triangle geometry / appearance
# See general parameters above for detailed description of them
blr.clock = c(F,T,NA),
tlr.an = c(45,90,45),
- #
+
blr.tx = c("CLAY","SILT","SAND"),
- #
+
base.css.ps.lim = c(0,2,63,2000),
tri.css.ps.lim = c(0,2,63,2000),
- #
+
unit.ps = quote(bold(mu) * bold('m')),
unit.tx = quote(bold('%')),
- #
+
text.sum = 100
), #
#
More information about the Soiltexture-commits
mailing list