[Distr-commits] r1203 - branches/distr-2.7/pkg/utils
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jul 13 19:34:58 CEST 2018
Author: ruckdeschel
Date: 2018-07-13 19:34:57 +0200 (Fri, 13 Jul 2018)
New Revision: 1203
Modified:
branches/distr-2.7/pkg/utils/DESCRIPTIONutilsExamples.R
Log:
[utils] in branch 2.7 some more examples
Modified: branches/distr-2.7/pkg/utils/DESCRIPTIONutilsExamples.R
===================================================================
--- branches/distr-2.7/pkg/utils/DESCRIPTIONutilsExamples.R 2018-07-12 17:21:57 UTC (rev 1202)
+++ branches/distr-2.7/pkg/utils/DESCRIPTIONutilsExamples.R 2018-07-13 17:34:57 UTC (rev 1203)
@@ -107,9 +107,18 @@
Values <- matrix(c("2.8"),1,length(Pkgs))
colnames(Values) <- Pkgs
rownames(Values) <- Names
-Values["Version",] <- matrix(c("0.9.1", rep("2.8.0",9)),1,10)
-changeDescription(startDir = "C:/rtest/distr/branches/distr-2.8",names=Names,
+Values["Version",] <- matrix(c("0.9.1", rep("2.7.0",9)),1,10)
+changeDescription(startDir = "C:/rtest/distr",names=Names,
pkgs=Pkgs, values=Values, verbose=TRUE)
}
+Pkgs <- c("RandVar", "RobAStBase", "ROptEst", "RobExtremes", "RobAStRDA",
+ "ROptEstOld", "RobLox",
+ "ROptRegTS", "RobRex", "RobLoxBioC")
+Values <- matrix(c("2.8"),1,length(Pkgs))
+colnames(Values) <- Pkgs
+rownames(Values) <- Names
+Values["Version",] <- matrix(c(rep("1.1.0",10)),1,10)
+changeDescription(startDir = "C:/rtest/robast/branches/robast-1.1",names=Names,
+ pkgs=Pkgs, values=Values, verbose=TRUE)
##############################################################################
More information about the Distr-commits
mailing list