[Distr-commits] r783 - branches/distr-2.4/pkg/utils
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 17 17:12:41 CET 2012
Author: ruckdeschel
Date: 2012-01-17 17:12:40 +0100 (Tue, 17 Jan 2012)
New Revision: 783
Modified:
branches/distr-2.4/pkg/utils/pmake.bat
Log:
updated batch-utility pmake with new command args
Modified: branches/distr-2.4/pkg/utils/pmake.bat
===================================================================
--- branches/distr-2.4/pkg/utils/pmake.bat 2012-01-13 08:53:16 UTC (rev 782)
+++ branches/distr-2.4/pkg/utils/pmake.bat 2012-01-17 16:12:40 UTC (rev 783)
@@ -43,16 +43,16 @@
if not "%2"=="" call Rversions %2
if not "%3"=="" call Rversions %3
echo on
-call R CMD check %1
+call R CMD check --force-multiarch --timings %1
echo off
if not "%2"=="" call Rversions %2
echo.
echo ----------------------------------------------------------------
if "%4"=="+" (
-echo R CMD check under %2
+echo R CMD check --force-multiarch --timings under %2
echo ----------------------------------------------------------------
echo on
-call R CMD check --outdir=%2 %1
+call R CMD check --force-multiarch --timings --outdir=%2 %1
echo off
echo.
echo ----------------------------------------------------------------
@@ -62,16 +62,16 @@
) else echo R CMD build
echo ----------------------------------------------------------------
echo on
-call R CMD build %1
+call R CMD build --compact-vignettes %1
echo off
echo.
echo ----------------------------------------------------------------
if not "%2"=="" (
-echo R CMD build --binary under %2
-) else echo R CMD build --binary
+echo R CMD INSTALL --build under %2
+) else echo R CMD INSTALL --build
echo ----------------------------------------------------------------
echo on
-call R CMD build --binary %1
+call R CMD INSTALL --force-biarch --byte-compile --with-keep.source --compact-docs --resave-data -- example --html --latex --clean --preclean --build %1
echo off
echo.
echo ----------------------------------------------------------------
@@ -80,7 +80,7 @@
) else echo R CMD INSTALL
echo ----------------------------------------------------------------
echo on
-call R CMD INSTALL %1
+call R CMD INSTALL --force-biarch --byte-compile --with-keep.source --compact-docs --resave-data -- example --html --latex --clean --preclean %1
echo off
echo ----------------------------------------------------------------
if not "%3"=="" (
@@ -88,7 +88,7 @@
echo ----------------------------------------------------------------
call Rversions %3
echo on
-call R CMD INSTALL %1
+call R CMD INSTALL --force-biarch --byte-compile --with-keep.source --compact-docs --resave-data -- example --html --latex --clean --preclean %1
echo off
call Rversions %2
echo ----------------------------------------------------------------
More information about the Distr-commits
mailing list