[Soiltexture-commits] r86 - /

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 9 11:05:23 CET 2014


Author: jmoeys
Date: 2014-01-09 11:05:23 +0100 (Thu, 09 Jan 2014)
New Revision: 86

Modified:
   1_RCMDBUILD.bat
Log:


Modified: 1_RCMDBUILD.bat
===================================================================
--- 1_RCMDBUILD.bat	2014-01-09 10:04:51 UTC (rev 85)
+++ 1_RCMDBUILD.bat	2014-01-09 10:05:23 UTC (rev 86)
@@ -1,6 +1,7 @@
-c:
-cd \
-cd "C:\_R_PACKAGES\soiltexture\pkg" 
-echo R_QPDF="qpdf -dPDFSETTINGS=/ebook" 
-R CMD build --compact-vignettes="gs"  soiltexture 
+set pkgname=soiltexture
+
+cd /D "%rPackagesDir%\%pkgname%\pkg" 
+
+R CMD build --compact-vignettes="gs" --md5 %pkgname% 
+
 pause



More information about the Soiltexture-commits mailing list