[Robast-commits] r1049 - branches/robast-1.2/pkg/ROptRegTS
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 24 13:12:17 CEST 2018
Author: ruckdeschel
Date: 2018-07-24 13:12:17 +0200 (Tue, 24 Jul 2018)
New Revision: 1049
Modified:
branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION
Log:
[ROptRegTS] somehow the wrong DESCRIPTION file got into trunk -> corrected this in branch 1.2
Modified: branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION
===================================================================
--- branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION 2018-07-24 11:11:03 UTC (rev 1048)
+++ branches/robast-1.2/pkg/ROptRegTS/DESCRIPTION 2018-07-24 11:12:17 UTC (rev 1049)
@@ -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")
+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
More information about the Robast-commits
mailing list