[Soiltexture-commits] r92 - /
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 9 11:11:19 CET 2014
Author: jmoeys
Date: 2014-01-09 11:11:18 +0100 (Thu, 09 Jan 2014)
New Revision: 92
Modified:
2_RCMDcheck_notests_novignette.bat
Log:
Modified: 2_RCMDcheck_notests_novignette.bat
===================================================================
--- 2_RCMDcheck_notests_novignette.bat 2014-01-09 10:09:12 UTC (rev 91)
+++ 2_RCMDcheck_notests_novignette.bat 2014-01-09 10:11:18 UTC (rev 92)
@@ -1,5 +1,9 @@
-c:
-cd \
-cd "C:\_R_PACKAGES\soiltexture\pkg"
-R CMD check --no-tests --no-vignettes --as-cran soiltexture
+set pkgname=soiltexture
+
+cd /D "%rPackagesDir%\%pkgname%\pkg"
+
+R CMD check --no-tests --no-examples --no-vignettes %pkgname%
+
+REM --as-cran
+
pause
More information about the Soiltexture-commits
mailing list