[Robast-commits] r1047 - pkg/ROptRegTS

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jul 24 13:09:50 CEST 2018


Author: ruckdeschel
Date: 2018-07-24 13:09:49 +0200 (Tue, 24 Jul 2018)
New Revision: 1047

Modified:
   pkg/ROptRegTS/DESCRIPTION
Log:
[ROptRegTS] somehow the wrong DESCRIPTION file got into trunk -> changed this

Modified: pkg/ROptRegTS/DESCRIPTION
===================================================================
--- pkg/ROptRegTS/DESCRIPTION	2018-07-24 10:45:01 UTC (rev 1046)
+++ pkg/ROptRegTS/DESCRIPTION	2018-07-24 11:09:49 UTC (rev 1047)
@@ -1,15 +1,18 @@
-Package: ROptEstOld
+Package: ROptRegTS
 Version: 1.1.0
-Date: 2018-07-23
-Title: Optimally Robust Estimation - Old Version
-Description: Optimally robust estimation using S4 classes and methods. Old version still needed for current versions of
-          ROptRegTS and RobRex.
-Depends: R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.2), RandVar(>= 0.9.2), evd
-Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"), email="Matthias.Kohl at stamats.de")
+Date: 2018-07-17
+Title: Optimally Robust Estimation for Regression-Type Models
+Description: Optimally robust estimation for regression-type models using S4 classes and
+        methods.
+Depends: R (>= 2.14.0), methods, ROptEstOld(>= 0.9.1)
+Imports: distr(>= 2.5.2), distrEx(>= 2.5), RandVar(>= 0.9.2)
+Authors at R: c(person("Matthias", "Kohl", role=c("cre", "aut", "cph"),
+        email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel", role=c("aut",
+        "cph")))
 ByteCompile: yes
 License: LGPL-3
+Encoding: latin1
 URL: http://robast.r-forge.r-project.org/
-Encoding: latin1
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1040
+VCS/SVNRevision: 940



More information about the Robast-commits mailing list