[Distr-commits] r1336 - pkg/utils

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Mar 31 20:22:19 CEST 2019


Author: ruckdeschel
Date: 2019-03-31 20:22:18 +0200 (Sun, 31 Mar 2019)
New Revision: 1336

Added:
   pkg/utils/RCheckOTnoTest.bat
Modified:
   pkg/utils/RCRAN.bat
   pkg/utils/RCheckOT.bat
   pkg/utils/README_dt_PkgCheck
Log:
updated batch utils 

Modified: pkg/utils/RCRAN.bat
===================================================================
--- pkg/utils/RCRAN.bat	2019-03-31 17:14:24 UTC (rev 1335)
+++ pkg/utils/RCRAN.bat	2019-03-31 18:22:18 UTC (rev 1336)
@@ -1,9 +1,9 @@
 @echo off
 set _R_CHECK_LENGTH_1_CONDITION_=true
 if not "%2"=="" (
-call R CMD check --as-cran --output=%2  %1
+call R CMD check --multiarch --as-cran --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean --compile-both --force-biarch" --output=%2  %1
 ) else (
-call R CMD check --as-cran %1
+call R CMD check --multiarch --as-cran --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean --compile-both --force-biarch" %1
 )
 set _R_CHECK_LENGTH_1_CONDITION_=
 echo on

Modified: pkg/utils/RCheckOT.bat
===================================================================
--- pkg/utils/RCheckOT.bat	2019-03-31 17:14:24 UTC (rev 1335)
+++ pkg/utils/RCheckOT.bat	2019-03-31 18:22:18 UTC (rev 1336)
@@ -3,7 +3,7 @@
 if not "%2"=="" (
 call R CMD check --multiarch --output=%2 --run-donttest --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean --compile-both --force-biarch" %1
 ) else (
-call R CMD check --run-donttest --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean --compile-both --force-biarch" %1
+call R CMD check --multiarch --run-donttest --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean --compile-both --force-biarch" %1
 )
 set _R_CHECK_LENGTH_1_CONDITION_=
 echo on

Added: pkg/utils/RCheckOTnoTest.bat
===================================================================
--- pkg/utils/RCheckOTnoTest.bat	                        (rev 0)
+++ pkg/utils/RCheckOTnoTest.bat	2019-03-31 18:22:18 UTC (rev 1336)
@@ -0,0 +1,9 @@
+ at echo off
+set _R_CHECK_LENGTH_1_CONDITION_=true
+if not "%2"=="" (
+call R CMD check --multiarch --output=%2 --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean --compile-both --force-biarch" %1
+) else (
+call R CMD check --multiarch --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean --compile-both --force-biarch" %1
+)
+set _R_CHECK_LENGTH_1_CONDITION_=
+echo on

Modified: pkg/utils/README_dt_PkgCheck
===================================================================
--- pkg/utils/README_dt_PkgCheck	2019-03-31 17:14:24 UTC (rev 1335)
+++ pkg/utils/README_dt_PkgCheck	2019-03-31 18:22:18 UTC (rev 1336)
@@ -34,6 +34,15 @@
 im einzelnen:
 
 RBuild: = R CMD build --compact-vignettes="gs+qpdf" --resave-data
+RCRAN:= R CMD check --multiarch --as-cran --install-args="--byte-compile \
+  --with-keep.source --compact-docs --resave-data --install-tests --example \
+  --html --latex --clean --preclean --compile-both --force-biarch" --output=%2  
+RCheckOT:= R CMD check --multiarch --run-donttest --output=%2 --install-args="--byte-compile \ 
+  --with-keep.source --compact-docs --resave-data --install-tests --example \
+  --html --latex --clean --preclean --compile-both --force-biarch" %1
+RCheckOTnoTest:= R CMD check --multiarch --output=%2 --install-args="--byte-compile \ 
+  --with-keep.source --compact-docs --resave-data --install-tests --example \
+  --html --latex --clean --preclean --compile-both --force-biarch" %1
 RCheck: = R CMD check --multiarch --timings --install-args="--byte-compile \
   --with-keep.source --compact-docs --resave-data --install-tests --example \
   --html --latex --clean --preclean --compile-both"



More information about the Distr-commits mailing list