[Distr-commits] r1378 - pkg/utils

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 12 18:19:07 CET 2022


Author: ruckdeschel
Date: 2022-11-12 18:19:07 +0100 (Sat, 12 Nov 2022)
New Revision: 1378

Added:
   pkg/utils/updateTo_distr-2.9.0.R
Log:
updateTo_distr-2.9.0.R uploaded

Added: pkg/utils/updateTo_distr-2.9.0.R
===================================================================
--- pkg/utils/updateTo_distr-2.9.0.R	                        (rev 0)
+++ pkg/utils/updateTo_distr-2.9.0.R	2022-11-12 17:19:07 UTC (rev 1378)
@@ -0,0 +1,19 @@
+Values <- matrix(c("2.9.0", format(Sys.time(), format="%Y-%m-%d"),1370),nrow=3)
+colnames(Values) <- "distr"
+rownames(Values) <- c("Version","Date","VCS/SVNRevision")
+changeDescription(startDir = "C:/rtest/distr/",names=c("Version","Date","VCS/SVNRevision"),
+                  pkgs="distr", values=Values)
+
+Values <- matrix(c("1.2.3", format(Sys.time(), format="%Y-%m-%d"),1236),nrow=3,ncol=1)
+colnames(Values) <- "RobAstBase"
+rownames(Values) <- c("Version","Date","VCS/SVNRevision")
+changeDescription(startDir = "C:/rtest/robast/",names=c("Version","Date","VCS/SVNRevision"),
+                  pkgs="RobAstBase", values=Values, pathRepo="robast")
+
+Values <- matrix(c("1.3.0", format(Sys.time(), format="%Y-%m-%d"),1236),nrow=3,ncol=1)
+colnames(Values) <- "ROptEst"
+rownames(Values) <- c("Version","Date","VCS/SVNRevision")
+changeDescription(startDir = "C:/rtest/robast/",names=c("Version","Date","VCS/SVNRevision"),
+                  pkgs="ROptEst", values=Values, pathRepo="robast")
+
+



More information about the Distr-commits mailing list