[Robast-commits] r177 - in pkg: ROptEst ROptEst/inst/scripts RandVar RandVar/inst/doc RobAStBase RobLox

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Oct 20 14:52:07 CEST 2008


Author: stamats
Date: 2008-10-20 14:52:07 +0200 (Mon, 20 Oct 2008)
New Revision: 177

Modified:
   pkg/ROptEst/DESCRIPTION
   pkg/ROptEst/inst/scripts/ExponentialScaleModel.R
   pkg/RandVar/DESCRIPTION
   pkg/RandVar/inst/doc/RandVar.pdf
   pkg/RobAStBase/DESCRIPTION
   pkg/RobLox/DESCRIPTION
Log:
some minor modifications. Binomial model still does not work properly ...

Modified: pkg/ROptEst/DESCRIPTION
===================================================================
--- pkg/ROptEst/DESCRIPTION	2008-10-11 10:09:14 UTC (rev 176)
+++ pkg/ROptEst/DESCRIPTION	2008-10-20 12:52:07 UTC (rev 177)
@@ -1,11 +1,11 @@
 Package: ROptEst
-Version: 0.6.0
-Date: 2008-08-07
+Version: 0.6.1
+Date: 2008-10-20
 Title: Optimally robust estimation
 Description: Optimally robust estimation using S4 classes and methods
-Depends: R(>= 2.4.0), methods, distr(>= 2.0), distrEx(>= 2.0), distrMod(>= 2.0), RandVar(>= 0.6.2), RobAStBase
+Depends: R(>= 2.4.0), methods, distr(>= 2.0), distrEx(>= 2.0), distrMod(>= 2.0), RandVar(>= 0.6.4), RobAStBase
 Author: Matthias Kohl, Peter Ruckdeschel
 Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
 LazyLoad: yes
-License: GPL version 2 or later
+License: LGPL-3
 URL: http://robast.r-forge.r-project.org/

Modified: pkg/ROptEst/inst/scripts/ExponentialScaleModel.R
===================================================================
--- pkg/ROptEst/inst/scripts/ExponentialScaleModel.R	2008-10-11 10:09:14 UTC (rev 176)
+++ pkg/ROptEst/inst/scripts/ExponentialScaleModel.R	2008-10-20 12:52:07 UTC (rev 177)
@@ -19,7 +19,7 @@
 ## L_2 family + infinitesimal neighborhood
 E1.Rob1 <- InfRobModel(center = E1, neighbor = ContNeighborhood(radius = 0.5))
 E1.Rob1     # show E1.Rob1
-E1.Rob2 <- InfRobModel(center = E1, neighbor = TotalVarNeighborhood(radius = 0.5))
+(E1.Rob2 <- InfRobModel(center = E1, neighbor = TotalVarNeighborhood(radius = 0.5)))
 
 ## MSE solution
 (E1.IC1 <- optIC(model=E1.Rob1, risk=asMSE()))

Modified: pkg/RandVar/DESCRIPTION
===================================================================
--- pkg/RandVar/DESCRIPTION	2008-10-11 10:09:14 UTC (rev 176)
+++ pkg/RandVar/DESCRIPTION	2008-10-20 12:52:07 UTC (rev 177)
@@ -8,6 +8,5 @@
 Author: Matthias Kohl
 Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
 LazyLoad: yes
-License: GPL version 2 or later
+License: LGPL-3
 URL: http://robast.r-forge.r-project.org/
-Packaged: Tue Oct  2 15:25:20 2007; Matthias Kohl

Modified: pkg/RandVar/inst/doc/RandVar.pdf
===================================================================
(Binary files differ)

Modified: pkg/RobAStBase/DESCRIPTION
===================================================================
--- pkg/RobAStBase/DESCRIPTION	2008-10-11 10:09:14 UTC (rev 176)
+++ pkg/RobAStBase/DESCRIPTION	2008-10-20 12:52:07 UTC (rev 177)
@@ -1,11 +1,11 @@
 Package: RobAStBase
 Version: 0.1.1
-Date: 2008-10-11
+Date: 2008-10-20
 Title: Robust Asymptotic Statistics
 Description: Base S4-classes and functions for robust asymptotic statistics.
 Depends: R(>= 2.6.0), methods, distr(>= 2.0), distrEx(>= 2.0), distrMod(>= 2.0), RandVar(>= 0.6.3)
 Author: Matthias Kohl, Peter Ruckdeschel
 Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
 LazyLoad: yes
-License: GPL version 2 or later
+License: LGPL-3
 URL: http://robast.r-forge.r-project.org/

Modified: pkg/RobLox/DESCRIPTION
===================================================================
--- pkg/RobLox/DESCRIPTION	2008-10-11 10:09:14 UTC (rev 176)
+++ pkg/RobLox/DESCRIPTION	2008-10-20 12:52:07 UTC (rev 177)
@@ -1,14 +1,14 @@
 Package: RobLox
-Version: 0.6.0
+Version: 0.6.1
 Date: 2008-08-04
 Title: Optimally robust influence curves for location and scale
 Description: functions for the determination of optimally 
     robust influence curves in case of normal
     location with unknown scale
-Depends: R(>= 2.6.0), stats, distrMod(>= 2.0.0), RobAStBase(>= 0.1.0)
+Depends: R(>= 2.7.0), stats, distrMod(>= 2.0.1), RobAStBase(>= 0.1.1)
 Suggests: Biobase
 Author: Matthias Kohl <Matthias.Kohl at stamats.de>
 Maintainer: Matthias Kohl <Matthias.Kohl at stamats.de>
 LazyLoad: yes
-License: GPL version 2 or later
+License: LGPL-3
 URL: http://robast.r-forge.r-project.org/



More information about the Robast-commits mailing list