[Distr-commits] r913 - in pkg: distr utils

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 12 15:15:18 CEST 2013


Author: ruckdeschel
Date: 2013-09-12 15:15:18 +0200 (Thu, 12 Sep 2013)
New Revision: 913

Modified:
   pkg/distr/DESCRIPTION
   pkg/utils/DESCRIPTIONutils.R
Log:
DESCRIPTION ge?\195?\164ndert

Modified: pkg/distr/DESCRIPTION
===================================================================
--- pkg/distr/DESCRIPTION	2013-09-12 09:25:48 UTC (rev 912)
+++ pkg/distr/DESCRIPTION	2013-09-12 13:15:18 UTC (rev 913)
@@ -3,13 +3,12 @@
 Date: 2013-09-12
 Title: Object oriented implementation of distributions
 Description: S4 Classes and Methods for distributions
-Author: person("Florian", "Camphausen", role=c("cre")),
+Authors at R: c(person("Florian", "Camphausen", role=c("aut")),
         person("Matthias", "Kohl", role=c("aut", "cph")), 
-		person("Peter", "Ruckdeschel", role=c("aut", "cph"), 
+		person("Peter", "Ruckdeschel", role=c("cre", "cph"), email="Peter.Ruckdeschel at itwm.fraunhofer.de"), 
 		person("Thomas", "Stabla", role=c("aut", "cph")),
         person("R Core Team", role = c("ctb", "cph"), 
-		comment="for source file ks.c/ routines 'pKS2' and 'pKolmogorov2x'")
-Maintainer: Peter Ruckdeschel <Peter.Ruckdeschel at itwm.fraunhofer.de>
+		comment="for source file ks.c/ routines 'pKS2' and 'pKolmogorov2x'"))
 Depends: R(>= 2.14.0), methods, graphics, startupmsg, sfsmisc, SweaveListingUtils
 Suggests: distrEx
 Imports: stats

Modified: pkg/utils/DESCRIPTIONutils.R
===================================================================
--- pkg/utils/DESCRIPTIONutils.R	2013-09-12 09:25:48 UTC (rev 912)
+++ pkg/utils/DESCRIPTIONutils.R	2013-09-12 13:15:18 UTC (rev 913)
@@ -162,6 +162,13 @@
 changeDescription(startDir = "C:/rtest/robast",names=Names,
                   pkgs=Pkgs, values=Values)
 
+Pkgs <- c("RandVar", "ROptEstOld", "RobAStBase", "RobAStRDA", "RobLox", "RobRex", "RobLoxBioC", "ROptEst", "RobExtremes", "ROptRegTS")
+Names <- c("Version")
+Values <- matrix(c("1.0"),1,length(Pkgs))
+colnames(Values) <- Pkgs
+rownames(Values) <- Names
+changeDescription(startDir = "C:/rtest/robast/branches/robast-1.0",names=Names,
+                  pkgs=Pkgs, values=Values)
 }
 
 ##############################################################################



More information about the Distr-commits mailing list