[Robast-commits] r174 - branches/robast-0.6/pkg/RandVar/chm branches/robast-0.7/pkg/ROptEst branches/robast-0.7/pkg/ROptRegTS branches/robast-0.7/pkg/RandVar branches/robast-0.7/pkg/RandVar/R branches/robast-0.7/pkg/RobAStBase branches/robast-0.7/pkg/RobLox branches/robast-0.7/pkg/RobRex pkg/RandVar pkg/RandVar/R pkg/RandVar/chm
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 7 00:07:19 CEST 2008
Author: ruckdeschel
Date: 2008-10-07 00:07:19 +0200 (Tue, 07 Oct 2008)
New Revision: 174
Modified:
branches/robast-0.6/pkg/RandVar/chm/RandVar.chm
branches/robast-0.7/pkg/ROptEst/DESCRIPTION
branches/robast-0.7/pkg/ROptRegTS/DESCRIPTION
branches/robast-0.7/pkg/RandVar/DESCRIPTION
branches/robast-0.7/pkg/RandVar/R/util.R
branches/robast-0.7/pkg/RobAStBase/DESCRIPTION
branches/robast-0.7/pkg/RobLox/DESCRIPTION
branches/robast-0.7/pkg/RobRex/DESCRIPTION
pkg/RandVar/DESCRIPTION
pkg/RandVar/R/util.R
pkg/RandVar/chm/00Index.html
pkg/RandVar/chm/RandVar.chm
Log:
+ fixed a ()-bug in util.R
+ changed the DESCRIPTION files in the new branch
Modified: branches/robast-0.6/pkg/RandVar/chm/RandVar.chm
===================================================================
(Binary files differ)
Modified: branches/robast-0.7/pkg/ROptEst/DESCRIPTION
===================================================================
--- branches/robast-0.7/pkg/ROptEst/DESCRIPTION 2008-10-06 21:06:47 UTC (rev 173)
+++ branches/robast-0.7/pkg/ROptEst/DESCRIPTION 2008-10-06 22:07:19 UTC (rev 174)
@@ -1,6 +1,6 @@
Package: ROptEst
-Version: 0.6.0
-Date: 2008-08-07
+Version: 0.7.0
+Date: 2008-10-06
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
Modified: branches/robast-0.7/pkg/ROptRegTS/DESCRIPTION
===================================================================
--- branches/robast-0.7/pkg/ROptRegTS/DESCRIPTION 2008-10-06 21:06:47 UTC (rev 173)
+++ branches/robast-0.7/pkg/ROptRegTS/DESCRIPTION 2008-10-06 22:07:19 UTC (rev 174)
@@ -1,6 +1,6 @@
Package: ROptRegTS
-Version: 0.6.0
-Date: 2008-07-21
+Version: 0.7.0
+Date: 2008-10-06
Title: Optimally robust estimation for regression-type models
Description: Optimally robust estimation for regression-type
models using S4 classes and methods
Modified: branches/robast-0.7/pkg/RandVar/DESCRIPTION
===================================================================
--- branches/robast-0.7/pkg/RandVar/DESCRIPTION 2008-10-06 21:06:47 UTC (rev 173)
+++ branches/robast-0.7/pkg/RandVar/DESCRIPTION 2008-10-06 22:07:19 UTC (rev 174)
@@ -1,6 +1,6 @@
Package: RandVar
-Version: 0.6.3
-Date: 2008-09-01
+Version: 0.7.0
+Date: 2008-10-06
Title: Implementation of random variables
Description: Implementation of random variables by means
of S4 classes and methods
Modified: branches/robast-0.7/pkg/RandVar/R/util.R
===================================================================
--- branches/robast-0.7/pkg/RandVar/R/util.R 2008-10-06 21:06:47 UTC (rev 173)
+++ branches/robast-0.7/pkg/RandVar/R/util.R 2008-10-06 22:07:19 UTC (rev 174)
@@ -1,8 +1,7 @@
## small util if imageDistr fails
-.getImageDistr <- function(f, distr){
- if(is(try(return(f(distr)), silent = TRUE), "try-error")){
- rl <- function(n) { xr <- r(distr)(n); f(xr)
- }
-
- return(AbscontDistribution(r = rl, .withArith = TRUE, .withSim = TRUE))}
-}
+.getImageDistr <- function(f, distr)
+{ if (is(try(return(f(distr)), silent = TRUE),
+ "try-error")){
+ rl <- function(n) { xr <- r(distr)(n); f(xr) }
+ return(AbscontDistribution( r = rl, .withArith = TRUE, .withSim = TRUE))}
+}
\ No newline at end of file
Modified: branches/robast-0.7/pkg/RobAStBase/DESCRIPTION
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/DESCRIPTION 2008-10-06 21:06:47 UTC (rev 173)
+++ branches/robast-0.7/pkg/RobAStBase/DESCRIPTION 2008-10-06 22:07:19 UTC (rev 174)
@@ -1,6 +1,6 @@
Package: RobAStBase
-Version: 0.1.0
-Date: 2008-08-04
+Version: 0.7.0
+Date: 2008-10-06
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)
Modified: branches/robast-0.7/pkg/RobLox/DESCRIPTION
===================================================================
--- branches/robast-0.7/pkg/RobLox/DESCRIPTION 2008-10-06 21:06:47 UTC (rev 173)
+++ branches/robast-0.7/pkg/RobLox/DESCRIPTION 2008-10-06 22:07:19 UTC (rev 174)
@@ -1,6 +1,6 @@
Package: RobLox
-Version: 0.6.0
-Date: 2008-08-04
+Version: 0.7.0
+Date: 2008-10-06
Title: Optimally robust influence curves for location and scale
Description: functions for the determination of optimally
robust influence curves in case of normal
Modified: branches/robast-0.7/pkg/RobRex/DESCRIPTION
===================================================================
--- branches/robast-0.7/pkg/RobRex/DESCRIPTION 2008-10-06 21:06:47 UTC (rev 173)
+++ branches/robast-0.7/pkg/RobRex/DESCRIPTION 2008-10-06 22:07:19 UTC (rev 174)
@@ -1,6 +1,6 @@
Package: RobRex
-Version: 0.6.0
-Date: 2008-07-21
+Version: 0.7.0
+Date: 2008-10-06
Title: Optimally robust influence curves for regression and scale
Description: functions for the determination of optimally
robust influence curves in case of linear regression
Modified: pkg/RandVar/DESCRIPTION
===================================================================
--- pkg/RandVar/DESCRIPTION 2008-10-06 21:06:47 UTC (rev 173)
+++ pkg/RandVar/DESCRIPTION 2008-10-06 22:07:19 UTC (rev 174)
@@ -1,6 +1,6 @@
Package: RandVar
-Version: 0.6.3
-Date: 2008-07-21
+Version: 0.6.4
+Date: 2008-10-06
Title: Implementation of random variables
Description: Implementation of random variables by means
of S4 classes and methods
Modified: pkg/RandVar/R/util.R
===================================================================
--- pkg/RandVar/R/util.R 2008-10-06 21:06:47 UTC (rev 173)
+++ pkg/RandVar/R/util.R 2008-10-06 22:07:19 UTC (rev 174)
@@ -3,5 +3,5 @@
{ if (is(try(return(f(distr)), silent = TRUE),
"try-error")){
rl <- function(n) { xr <- r(distr)(n); f(xr) }
- return(AbscontDistribution( r = rl, .withArith = TRUE, .withSim = TRUE)))}
+ return(AbscontDistribution( r = rl, .withArith = TRUE, .withSim = TRUE))}
}
\ No newline at end of file
Modified: pkg/RandVar/chm/00Index.html
===================================================================
--- pkg/RandVar/chm/00Index.html 2008-10-06 21:06:47 UTC (rev 173)
+++ pkg/RandVar/chm/00Index.html 2008-10-06 22:07:19 UTC (rev 174)
@@ -10,7 +10,7 @@
<param name="keyword" value=".. contents">
</object>
-<h2>Help pages for package ‘RandVar’ version 0.6.3</h2>
+<h2>Help pages for package ‘RandVar’ version 0.6.4</h2>
<p align="center">
<a href="#"></a>
Modified: pkg/RandVar/chm/RandVar.chm
===================================================================
(Binary files differ)
More information about the Robast-commits
mailing list