[Distr-commits] r1370 - pkg/utils

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 12 12:11:57 CET 2022


Author: ruckdeschel
Date: 2022-11-12 12:11:56 +0100 (Sat, 12 Nov 2022)
New Revision: 1370

Added:
   pkg/utils/RCRAN64.bat
   pkg/utils/RCheck64.bat
   pkg/utils/RCheckOT64.bat
   pkg/utils/RInstall64.bat
   pkg/utils/RZip64.bat
   pkg/utils/RZipInstall64.bat
Modified:
   pkg/utils/finde.R
Log:
neue Fassungen der BATCH Utils f?\195?\188r R >= 4.2 (wo unter Windows nur noch 64 bit erzeugt und getestet wird -- alle mit Suffix 64

Added: pkg/utils/RCRAN64.bat
===================================================================
--- pkg/utils/RCRAN64.bat	                        (rev 0)
+++ pkg/utils/RCRAN64.bat	2022-11-12 11:11:56 UTC (rev 1370)
@@ -0,0 +1,9 @@
+ at echo off
+set _R_CHECK_LENGTH_1_CONDITION_=true
+if not "%2"=="" (
+call R CMD check --no-multiarch --as-cran --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean" --output=%2  %1
+) else (
+call R CMD check --no-multiarch --as-cran --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean" %1
+)
+set _R_CHECK_LENGTH_1_CONDITION_=
+echo on

Added: pkg/utils/RCheck64.bat
===================================================================
--- pkg/utils/RCheck64.bat	                        (rev 0)
+++ pkg/utils/RCheck64.bat	2022-11-12 11:11:56 UTC (rev 1370)
@@ -0,0 +1,9 @@
+ at echo off
+set _R_CHECK_LENGTH_1_CONDITION_=true
+if not "%2"=="" (
+call R CMD check --no-multiarch --output=%2 --timings --run-donttest --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean" %1
+) else (
+call R CMD check --no-multiarch --timings  --run-donttest --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean" %1
+)
+set _R_CHECK_LENGTH_1_CONDITION_=
+echo on

Added: pkg/utils/RCheckOT64.bat
===================================================================
--- pkg/utils/RCheckOT64.bat	                        (rev 0)
+++ pkg/utils/RCheckOT64.bat	2022-11-12 11:11:56 UTC (rev 1370)
@@ -0,0 +1,9 @@
+ at echo off
+set _R_CHECK_LENGTH_1_CONDITION_=true
+if not "%2"=="" (
+call R CMD check --no-multiarch --output=%2 --run-donttest --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean" %1
+) else (
+call R CMD check --no-multiarch --run-donttest --install-args="--byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean" %1
+)
+set _R_CHECK_LENGTH_1_CONDITION_=
+echo on

Added: pkg/utils/RInstall64.bat
===================================================================
--- pkg/utils/RInstall64.bat	                        (rev 0)
+++ pkg/utils/RInstall64.bat	2022-11-12 11:11:56 UTC (rev 1370)
@@ -0,0 +1,3 @@
+ at echo off
+call R CMD INSTALL --byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean %1
+echo on
\ No newline at end of file

Added: pkg/utils/RZip64.bat
===================================================================
--- pkg/utils/RZip64.bat	                        (rev 0)
+++ pkg/utils/RZip64.bat	2022-11-12 11:11:56 UTC (rev 1370)
@@ -0,0 +1,5 @@
+ at echo off
+mkdir tmpInstall00
+call R CMD INSTALL --build --library=tmpInstall00 --byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean  %1
+rmdir /S/Q tmpInstall00
+echo on

Added: pkg/utils/RZipInstall64.bat
===================================================================
--- pkg/utils/RZipInstall64.bat	                        (rev 0)
+++ pkg/utils/RZipInstall64.bat	2022-11-12 11:11:56 UTC (rev 1370)
@@ -0,0 +1,3 @@
+ at echo off
+call R CMD INSTALL --build --byte-compile --with-keep.source --compact-docs --resave-data --install-tests --example --html --latex --clean --preclean %1
+echo on

Modified: pkg/utils/finde.R
===================================================================
--- pkg/utils/finde.R	2022-06-14 22:43:14 UTC (rev 1369)
+++ pkg/utils/finde.R	2022-11-12 11:11:56 UTC (rev 1370)
@@ -31,6 +31,7 @@
 finde(x="http\\:/", dir ="C:/rtest/distr/branches/distr-2.7/pkg/distr/", rec=TRUE)
 #finde(x="Wow6432Node", dir ="C:/R/devel/src/gnuwin32", rec=TRUE, ext="")
 finde(x="omega", dir ="C:/rtest/distr/branches/distr-2.7/pkg/distrMod/", rec=TRUE)
+finde(x="http\\:", dir ="C:/rtest/distr/branches/distr-2.9/pkg/distr/", rec=TRUE)
 
 #finde(x="getPos", dir ="C:/rtest/distr/branches/distr-2.4/pkg/distrMod/", rec=TRUE)
 finde(x="roptest\\(", dir ="C:/rtest/robast/branches/robast-0.9/pkg/ROptEst/", rec=TRUE)



More information about the Distr-commits mailing list