[Distr-commits] r1395 - pkg/utils www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Nov 13 00:53:46 CET 2022


Author: ruckdeschel
Date: 2022-11-13 00:53:46 +0100 (Sun, 13 Nov 2022)
New Revision: 1395

Modified:
   pkg/utils/updateTo_distr-2.9.0.R
   www/distr.html
Log:
rests of the release...

Modified: pkg/utils/updateTo_distr-2.9.0.R
===================================================================
--- pkg/utils/updateTo_distr-2.9.0.R	2022-11-12 22:31:15 UTC (rev 1394)
+++ pkg/utils/updateTo_distr-2.9.0.R	2022-11-12 23:53:46 UTC (rev 1395)
@@ -16,4 +16,15 @@
 changeDescription(startDir = "C:/rtest/robast/",names=c("Version","Date","VCS/SVNRevision"),
                   pkgs="ROptEst", values=Values, pathRepo="robast")
 
+Pkgs <- c("distrEx", "distrDoc", "distrRmetrics", "distrSim", "distrTEst",
+                      "distrEllipse", "distrTeach")
 
+Pkgs <- c("distrEx", "distrDoc", "distrRmetrics", "distrSim", "distrTEst",
+                      "distrEllipse", "distrTeach")
+Values <- matrix(c("2.8.1", format(Sys.time(), format="%Y-%m-%d"),1370),nrow=3,ncol=7)
+colnames(Values) <- Pkgs
+rownames(Values) <- c("Version","Date","VCS/SVNRevision")
+Values["Version",c(1,7)] <- "2.9.0" 
+changeDescription(startDir = "C:/rtest/distr/",names=c("Version","Date","VCS/SVNRevision"),
+                  pkgs=Pkgs, values=Values)
+

Modified: www/distr.html
===================================================================
--- www/distr.html	2022-11-12 22:31:15 UTC (rev 1394)
+++ www/distr.html	2022-11-12 23:53:46 UTC (rev 1395)
@@ -31,7 +31,7 @@
 
 
 <hr style="width: 100%; height: 2px;">
-<div style="text-align: justify;"> Version: 2.8.0<br>
+<div style="text-align: justify;"> Version: 2.9.0<br>
 
 
 



More information about the Distr-commits mailing list