[Robast-commits] r255 - in pkg/RobRex: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Feb 28 00:54:37 CET 2009


Author: stamats
Date: 2009-02-28 00:54:37 +0100 (Sat, 28 Feb 2009)
New Revision: 255

Modified:
   pkg/RobRex/DESCRIPTION
   pkg/RobRex/man/rgsOptIC.ALs.Rd
   pkg/RobRex/man/rgsOptIC.BM.Rd
   pkg/RobRex/man/rgsOptIC.M.Rd
   pkg/RobRex/man/rgsOptIC.MK.Rd
   pkg/RobRex/man/rgsOptIC.Mc.Rd
   pkg/RobRex/man/rgsOptIC.Ms.Rd
Log:
some of the examples in \dontrun{} to reduce check time ...

Modified: pkg/RobRex/DESCRIPTION
===================================================================
--- pkg/RobRex/DESCRIPTION	2009-02-27 23:29:22 UTC (rev 254)
+++ pkg/RobRex/DESCRIPTION	2009-02-27 23:54:37 UTC (rev 255)
@@ -1,6 +1,6 @@
 Package: RobRex
 Version: 0.6.1
-Date: 2008-11-27
+Date: 2009-02-28
 Title: Optimally robust influence curves for regression and scale
 Description: functions for the determination of optimally robust
         influence curves in case of linear regression with unknown

Modified: pkg/RobRex/man/rgsOptIC.ALs.Rd
===================================================================
--- pkg/RobRex/man/rgsOptIC.ALs.Rd	2009-02-27 23:29:22 UTC (rev 254)
+++ pkg/RobRex/man/rgsOptIC.ALs.Rd	2009-02-27 23:54:37 UTC (rev 255)
@@ -39,12 +39,15 @@
 %\note{}
 \seealso{\code{ContIC-class}}
 \examples{
+## code takes some time
+\dontrun{
 K <- DiscreteDistribution(1:5) # = Unif({1,2,3,4,5})
 IC1 <- rgsOptIC.ALs(r = 0.1, K = K)
 checkIC(IC1)
 Risks(IC1)
 Infos(IC1)
 }
+}
 \concept{regression and scale}
 \concept{influence curve}
 \keyword{robust}

Modified: pkg/RobRex/man/rgsOptIC.BM.Rd
===================================================================
--- pkg/RobRex/man/rgsOptIC.BM.Rd	2009-02-27 23:29:22 UTC (rev 254)
+++ pkg/RobRex/man/rgsOptIC.BM.Rd	2009-02-27 23:54:37 UTC (rev 255)
@@ -43,11 +43,14 @@
 %\note{}
 \seealso{\code{CondIC-class}}
 \examples{
+## code takes some time
+\dontrun{
 K <- DiscreteDistribution(1:5) # = Unif({1,2,3,4,5})
 IC1 <- rgsOptIC.BM(r = 0.1, K = K)
 checkIC(IC1)
 Risks(IC1)
 }
+}
 \concept{regression and scale}
 \concept{influence curve}
 \keyword{robust}

Modified: pkg/RobRex/man/rgsOptIC.M.Rd
===================================================================
--- pkg/RobRex/man/rgsOptIC.M.Rd	2009-02-27 23:29:22 UTC (rev 254)
+++ pkg/RobRex/man/rgsOptIC.M.Rd	2009-02-27 23:54:37 UTC (rev 255)
@@ -50,11 +50,14 @@
 %\note{}
 \seealso{\code{IC-class}}
 \examples{
+## code takes some time
+\dontrun{
 K <- DiscreteDistribution(1:5) # = Unif({1,2,3,4,5})
 IC1 <- rgsOptIC.M(r = 0.1, K = K)
 checkIC(IC1)
 Risks(IC1)
 }
+}
 \concept{regression and scale}
 \concept{influence curve}
 \keyword{robust}

Modified: pkg/RobRex/man/rgsOptIC.MK.Rd
===================================================================
--- pkg/RobRex/man/rgsOptIC.MK.Rd	2009-02-27 23:29:22 UTC (rev 254)
+++ pkg/RobRex/man/rgsOptIC.MK.Rd	2009-02-27 23:54:37 UTC (rev 255)
@@ -42,11 +42,14 @@
 %\note{}
 \seealso{\code{IC-class}}
 \examples{
+## code takes some time
+\dontrun{
 K <- DiscreteDistribution(1:5) # = Unif({1,2,3,4,5})
 IC1 <- rgsOptIC.MK(r = 0.1, K = K)
 checkIC(IC1)
 Risks(IC1)
 }
+}
 \concept{regression and scale}
 \concept{influence curve}
 \keyword{robust}

Modified: pkg/RobRex/man/rgsOptIC.Mc.Rd
===================================================================
--- pkg/RobRex/man/rgsOptIC.Mc.Rd	2009-02-27 23:29:22 UTC (rev 254)
+++ pkg/RobRex/man/rgsOptIC.Mc.Rd	2009-02-27 23:54:37 UTC (rev 255)
@@ -41,11 +41,14 @@
 %\note{}
 \seealso{\code{CondIC-class}}
 \examples{
+## code takes some time
+\dontrun{
 K <- DiscreteDistribution(1:5) # = Unif({1,2,3,4,5})
 IC1 <- rgsOptIC.Mc(r = 0.1, K = K)
 checkIC(IC1)
 Risks(IC1)
 }
+}
 \concept{regression and scale}
 \concept{influence curve}
 \keyword{robust}

Modified: pkg/RobRex/man/rgsOptIC.Ms.Rd
===================================================================
--- pkg/RobRex/man/rgsOptIC.Ms.Rd	2009-02-27 23:29:22 UTC (rev 254)
+++ pkg/RobRex/man/rgsOptIC.Ms.Rd	2009-02-27 23:54:37 UTC (rev 255)
@@ -44,11 +44,14 @@
 %\note{}
 \seealso{\code{CondIC-class}}
 \examples{
+## code takes some time
+\dontrun{
 K <- DiscreteDistribution(1:5) # = Unif({1,2,3,4,5})
 IC1 <- rgsOptIC.Ms(r = 0.1, K = K)
 checkIC(IC1)
 Risks(IC1)
 }
+}
 \concept{regression and scale}
 \concept{influence curve}
 \keyword{robust}



More information about the Robast-commits mailing list