[Distr-commits] r1108 - in pkg: distrEllipse/inst utils

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 25 14:08:39 CEST 2016


Author: ruckdeschel
Date: 2016-04-25 14:08:39 +0200 (Mon, 25 Apr 2016)
New Revision: 1108

Modified:
   pkg/distrEllipse/inst/NEWS
   pkg/utils/updateTo2_6.R
Log:
minor thing in distEllipse as to deprecation

Modified: pkg/distrEllipse/inst/NEWS
===================================================================
--- pkg/distrEllipse/inst/NEWS	2016-04-25 12:07:27 UTC (rev 1107)
+++ pkg/distrEllipse/inst/NEWS	2016-04-25 12:08:39 UTC (rev 1108)
@@ -16,6 +16,9 @@
 + new synonyma plotRd, rRd, dRd, pRd, and qRd for  plot.rd, r.rd, d.rd, p.rd, and q.rd
   to substitute the old ones on the long run (to avoid clashes with S3 inheritance)  
 
+deprecated:  
++ plot.rd, r.rd, d.rd, p.rd, and q.rd will soon be replaced by the upper aliases
+  
 under the hood:
 
 + removed ::: internal dependencies (within distr-Fam of pkgs) by copying 

Modified: pkg/utils/updateTo2_6.R
===================================================================
--- pkg/utils/updateTo2_6.R	2016-04-25 12:07:27 UTC (rev 1107)
+++ pkg/utils/updateTo2_6.R	2016-04-25 12:08:39 UTC (rev 1108)
@@ -88,3 +88,43 @@
 rownames(Values) <- Names
 changeDescription(startDir = "C:/rtest/distr/",names=Names, verbose=TRUE,
                   pkgs=Pkgs, values=Values)
+
+Values <- matrix(c("0.9.4",format(Sys.time(), format="%Y-%m-%d")),2,1)
+Pkgs  <- "RandVar"
+Names <- c("Version","Date")
+colnames(Values) <- Pkgs
+rownames(Values) <- Names
+changeDescription(startDir = "C:/rtest/RobASt/",names=Names, verbose=TRUE,
+                  pkgs=Pkgs, values=Values, pathRepo="robast")
+
+Values <- matrix(c("2.6",format(Sys.time(), format="%Y-%m-%d")),2,1)
+Pkgs  <- "distrMod"
+Names <- c("Version","Date")
+colnames(Values) <- Pkgs
+rownames(Values) <- Names
+changeDescription(startDir = "C:/rtest/distr/",names=Names, verbose=TRUE,
+                  pkgs=Pkgs, values=Values)
+
+Values <- matrix(c("1.0",format(Sys.time(), format="%Y-%m-%d")),2,1)
+Pkgs  <- "RandVar"
+Names <- c("Version","Date")
+colnames(Values) <- Pkgs
+rownames(Values) <- Names
+changeDescription(startDir = "C:/rtest/RobASt/",names=Names, verbose=TRUE,
+                  pkgs=Pkgs, values=Values, pathRepo="robast")
+
+Values <- matrix(c("1.0",format(Sys.time(), format="%Y-%m-%d")),2,1)
+Pkgs  <- "RobAStRDA"
+Names <- c("Version","Date")
+colnames(Values) <- Pkgs
+rownames(Values) <- Names
+changeDescription(startDir = "C:/rtest/RobASt/",names=Names, verbose=TRUE,
+                  pkgs=Pkgs, values=Values, pathRepo="robast")
+
+Values <- matrix(c("1.0",format(Sys.time(), format="%Y-%m-%d")),2,1)
+Pkgs  <- "RobAStBase"
+Names <- c("Version","Date")
+colnames(Values) <- Pkgs
+rownames(Values) <- Names
+changeDescription(startDir = "C:/rtest/RobASt/branches/robast-1.0",names=Names, verbose=TRUE,
+                  pkgs=Pkgs, values=Values, pathRepo="robast")



More information about the Distr-commits mailing list